#CB878C

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

Shades of Puce #CB878C

Tints of Puce #CB878C

Color information

#CB878C (or 0xCB878C) is unknown color: approx Puce. HEX triplet: CB, 87 and 8C. RGB value is (203,135,140). Sum of RGB (Red+Green+Blue) = 203+135+140=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB878C is #347873. Grayscale: #9B9B9B. Windows color (decimal): -3438708 or 9209803. OLE color: 9209803.

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

Color convert

RGB203135140-
CMYK00.330.310.20
HSL355.59º39.53%66.27%-
HSV(B)355.59º33.5%79.61%-
XYZ38.0331.9228.97-
YUV155.9119.03161.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=42.47%
G=28.24%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313514000.330.310.20355.5939.5366.27
HexCB878C0211F141642842
Octal313207214041372454450102
Binary110010111000011110001100010000111111101001011001001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB878C; }

 p { color: rgb(203,135,140); }

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

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

 a { background-color: rgb(203,135,140); }

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

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

 span { border-color: rgb(203,135,140); }

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