#CB888B

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

Shades of Puce #CB888B

Tints of Puce #CB888B

Color information

#CB888B (or 0xCB888B) is unknown color: approx Puce. HEX triplet: CB, 88 and 8B. RGB value is (203,136,139). Sum of RGB (Red+Green+Blue) = 203+136+139=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB888B is #347774. Grayscale: #9C9C9C. Windows color (decimal): -3438453 or 9144523. OLE color: 9144523.

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

Color convert

RGB203136139-
CMYK00.330.320.20
HSL357.31º39.18%66.47%-
HSV(B)357.31º33%79.61%-
XYZ38.0932.1728.63-
YUV156.38118.2161.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=42.47%
G=28.45%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313613900.330.320.20357.3139.1866.47
HexCB888B02120141652742
Octal313210213041402454547102
Binary1100101110001000100010110100001100000101001011001011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB888B; }

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

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

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

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

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

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

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

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