#CC878B

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

Shades of Puce #CC878B

Tints of Puce #CC878B

Color information

#CC878B (or 0xCC878B) is unknown color: approx Puce. HEX triplet: CC, 87 and 8B. RGB value is (204,135,139). Sum of RGB (Red+Green+Blue) = 204+135+139=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC878B is #337874. Grayscale: #9C9C9C. Windows color (decimal): -3373173 or 9144268. OLE color: 9144268.

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

Color convert

RGB204135139-
CMYK00.340.320.2
HSL356.52º40.35%66.47%-
HSV(B)356.52º33.82%80%-
XYZ38.2332.0328.59-
YUV156.09118.36162.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=42.68%
G=28.24%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413513900.340.320.2356.5240.3566.47
HexCC878B02220141652842
Octal314207213042402454550102
Binary1100110010000111100010110100010100000101001011001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC878B; }

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

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

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

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

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

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

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

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