#CC878A

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

Shades of Puce #CC878A

Tints of Puce #CC878A

Color information

#CC878A (or 0xCC878A) is unknown color: approx Puce. HEX triplet: CC, 87 and 8A. RGB value is (204,135,138). Sum of RGB (Red+Green+Blue) = 204+135+138=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC878A is #337875. Grayscale: #9C9C9C. Windows color (decimal): -3373174 or 9078732. OLE color: 9078732.

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

Color convert

RGB204135138-
CMYK00.340.320.2
HSL357.39º40.35%66.47%-
HSV(B)357.39º33.82%80%-
XYZ38.153228.21-
YUV155.97117.86162.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 135 (53.12% from 255) = 28.30%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=42.77%
G=28.30%
B=28.93%

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
Decimal20413513800.340.320.2357.3940.3566.47
HexCC878A02220141652842
Octal314207212042402454550102
Binary1100110010000111100010100100010100000101001011001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC878A; }

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

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

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

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

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

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

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

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