#CC879E

Color #CC879E Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CC879E

Tints of Puce #CC879E

Color information

#CC879E (or 0xCC879E) is unknown color: approx Puce. HEX triplet: CC, 87 and 9E. RGB value is (204,135,158). Sum of RGB (Red+Green+Blue) = 204+135+158=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC879E is #337861. Grayscale: #9E9E9E. Windows color (decimal): -3373154 or 10389452. OLE color: 10389452.

HSL color Cylindrical-coordinate representation of color #CC879E: hue angle of 340º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC879E is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204135158-
CMYK00.340.230.2
HSL340º40.35%66.47%-
HSV(B)340º33.82%80%-
XYZ39.7432.6336.55-
YUV158.25127.86160.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=41.05%
G=27.16%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413515800.340.230.234040.3566.47
HexCC879E02217141542842
Octal314207236042272452450102
Binary110011001000011110011110010001010111101001010101001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC879E; }

 p { color: rgb(204,135,158); }

 H1.HeaderClassName
 {
   color: #CC879E;
 }
 .AnyTagClassName
 {
   color: #CC879E;
 }
</style>
background-color css

<style>
 a { background-color: #CC879E; }

 a { background-color: rgb(204,135,158); }

 div.DivClassName
 {
   background-color: #CC879E;
 }
 .BgClassName
 {
   background-color: #CC879E;
 }
</style>
border-color css

<style>
 span { border-color: #CC879E; }

 span { border-color: rgb(204,135,158); }

 td.TdClassName
 {
   border-color: #CC879E;
 }
 .TagClassName
 {
   border-color: #CC879E;
 }
</style>