#CB8999

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

Shades of Puce #CB8999

Tints of Puce #CB8999

Color information

#CB8999 (or 0xCB8999) is unknown color: approx Puce. HEX triplet: CB, 89 and 99. RGB value is (203,137,153). Sum of RGB (Red+Green+Blue) = 203+137+153=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8999 is #347666. Grayscale: #9E9E9E. Windows color (decimal): -3438183 or 10062283. OLE color: 10062283.

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

Color convert

RGB203137153-
CMYK00.330.250.20
HSL345.45º38.82%66.67%-
HSV(B)345.45º32.51%79.61%-
XYZ39.3232.8934.41-
YUV158.56124.87159.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=41.18%
G=27.79%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313715300.330.250.20345.4538.8266.67
HexCB899902119141592743
Octal313211231041312453147103
Binary110010111000100110011001010000111001101001010110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8999; }

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

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

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

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

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

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

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

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