#CB8589

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

Shades of Puce #CB8589

Tints of Puce #CB8589

Color information

#CB8589 (or 0xCB8589) is unknown color: approx Puce. HEX triplet: CB, 85 and 89. RGB value is (203,133,137). Sum of RGB (Red+Green+Blue) = 203+133+137=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8589 is #347A76. Grayscale: #9A9A9A. Windows color (decimal): -3439223 or 9012683. OLE color: 9012683.

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

Color convert

RGB203133137-
CMYK00.340.330.20
HSL356.57º40.23%65.88%-
HSV(B)356.57º34.48%79.61%-
XYZ37.5331.2827.73-
YUV154.39118.19162.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=42.92%
G=28.12%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313313700.340.330.20356.5740.2365.88
HexCB858902221141652842
Octal313205211042412454550102
Binary1100101110000101100010010100010100001101001011001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8589; }

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

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

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

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

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

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

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

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