#CB8595

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

Shades of Puce #CB8595

Tints of Puce #CB8595

Color information

#CB8595 (or 0xCB8595) is unknown color: approx Puce. HEX triplet: CB, 85 and 95. RGB value is (203,133,149). Sum of RGB (Red+Green+Blue) = 203+133+149=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8595 is #347A6A. Grayscale: #9B9B9B. Windows color (decimal): -3439211 or 9799115. OLE color: 9799115.

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

Color convert

RGB203133149-
CMYK00.340.270.20
HSL346.29º40.23%65.88%-
HSV(B)346.29º34.48%79.61%-
XYZ38.4431.6432.52-
YUV155.75124.19161.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=41.86%
G=27.42%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313314900.340.270.20346.2940.2365.88
HexCB85950221B1415a2842
Octal313205225042332453250102
Binary110010111000010110010101010001011011101001010110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8595; }

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

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

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

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

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

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

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

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