#CB8789

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

Shades of Puce #CB8789

Tints of Puce #CB8789

Color information

#CB8789 (or 0xCB8789) is unknown color: approx Puce. HEX triplet: CB, 87 and 89. RGB value is (203,135,137). Sum of RGB (Red+Green+Blue) = 203+135+137=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8789 is #347876. Grayscale: #9B9B9B. Windows color (decimal): -3438711 or 9013195. OLE color: 9013195.

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

Color convert

RGB203135137-
CMYK00.330.330.20
HSL358.24º39.53%66.27%-
HSV(B)358.24º33.5%79.61%-
XYZ37.8131.8327.82-
YUV155.56117.53161.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=42.74%
G=28.42%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313513700.330.330.20358.2439.5366.27
HexCB878902121141662842
Octal313207211041412454650102
Binary1100101110000111100010010100001100001101001011001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8789; }

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

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

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

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

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

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

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

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