#CB8E97

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

Shades of Puce #CB8E97

Tints of Puce #CB8E97

Color information

#CB8E97 (or 0xCB8E97) is unknown color: approx Puce. HEX triplet: CB, 8E and 97. RGB value is (203,142,151). Sum of RGB (Red+Green+Blue) = 203+142+151=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8E97 is #347168. Grayscale: #A1A1A1. Windows color (decimal): -3436905 or 9932491. OLE color: 9932491.

HSL color Cylindrical-coordinate representation of color #CB8E97: hue angle of 351.15º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8E97 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203142151-
CMYK00.300.260.20
HSL351.15º36.97%67.65%-
HSV(B)351.15º30.05%79.61%-
XYZ39.8934.2833.79-
YUV161.26122.21157.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=40.93%
G=28.63%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314215100.300.260.20351.1536.9767.65
HexCB8E9701E1A1415f2544
Octal313216227036322453745104
Binary11001011100011101001011101111011010101001010111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E97; }

 p { color: rgb(203,142,151); }

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

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

 a { background-color: rgb(203,142,151); }

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

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

 span { border-color: rgb(203,142,151); }

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