#CB888E

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

Shades of Puce #CB888E

Tints of Puce #CB888E

Color information

#CB888E (or 0xCB888E) is unknown color: approx Puce. HEX triplet: CB, 88 and 8E. RGB value is (203,136,142). Sum of RGB (Red+Green+Blue) = 203+136+142=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB888E is #347771. Grayscale: #9C9C9C. Windows color (decimal): -3438450 or 9341131. OLE color: 9341131.

HSL color Cylindrical-coordinate representation of color #CB888E: hue angle of 354.63º degrees, saturation: 0.39, 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 #CB888E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203136142-
CMYK00.330.300.20
HSL354.63º39.18%66.47%-
HSV(B)354.63º33%79.61%-
XYZ38.3232.2629.8-
YUV156.72119.7161.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=42.20%
G=28.27%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313614200.330.300.20354.6339.1866.47
HexCB888E0211E141632742
Octal313210216041362454347102
Binary110010111000100010001110010000111110101001011000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB888E; }

 p { color: rgb(203,136,142); }

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

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

 a { background-color: rgb(203,136,142); }

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

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

 span { border-color: rgb(203,136,142); }

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