#CB888C

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

Shades of Puce #CB888C

Tints of Puce #CB888C

Color information

#CB888C (or 0xCB888C) is unknown color: approx Puce. HEX triplet: CB, 88 and 8C. RGB value is (203,136,140). Sum of RGB (Red+Green+Blue) = 203+136+140=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB888C is #347773. Grayscale: #9C9C9C. Windows color (decimal): -3438452 or 9210059. OLE color: 9210059.

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

Color convert

RGB203136140-
CMYK00.330.310.20
HSL356.42º39.18%66.47%-
HSV(B)356.42º33%79.61%-
XYZ38.1732.229.01-
YUV156.49118.7161.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=42.38%
G=28.39%
B=29.23%

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
Decimal20313614000.330.310.20356.4239.1866.47
HexCB888C0211F141642742
Octal313210214041372454447102
Binary110010111000100010001100010000111111101001011001001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB888C; }

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

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

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

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

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

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

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

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