#CC879C

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

Shades of Puce #CC879C

Tints of Puce #CC879C

Color information

#CC879C (or 0xCC879C) is unknown color: approx Puce. HEX triplet: CC, 87 and 9C. RGB value is (204,135,156). Sum of RGB (Red+Green+Blue) = 204+135+156=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC879C is #337863. Grayscale: #9E9E9E. Windows color (decimal): -3373156 or 10258380. OLE color: 10258380.

HSL color Cylindrical-coordinate representation of color #CC879C: hue angle of 341.74º 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 #CC879C is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204135156-
CMYK00.340.240.2
HSL341.74º40.35%66.47%-
HSV(B)341.74º33.82%80%-
XYZ39.5732.5735.65-
YUV158.02126.86160.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=41.21%
G=27.27%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413515600.340.240.2341.7440.3566.47
HexCC879C02218141562842
Octal314207234042302452650102
Binary110011001000011110011100010001011000101001010101101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC879C; }

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

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

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

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

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

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

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

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