#CB8797

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

Shades of Puce #CB8797

Tints of Puce #CB8797

Color information

#CB8797 (or 0xCB8797) is unknown color: approx Puce. HEX triplet: CB, 87 and 97. RGB value is (203,135,151). Sum of RGB (Red+Green+Blue) = 203+135+151=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8797 is #347868. Grayscale: #9D9D9D. Windows color (decimal): -3438697 or 9930699. OLE color: 9930699.

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

Color convert

RGB203135151-
CMYK00.330.260.20
HSL345.88º39.53%66.27%-
HSV(B)345.88º33.5%79.61%-
XYZ38.8832.2633.46-
YUV157.16124.53160.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=41.51%
G=27.61%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313515100.330.260.20345.8839.5366.27
HexCB87970211A1415a2842
Octal313207227041322453250102
Binary110010111000011110010111010000111010101001010110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8797; }

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

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

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

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

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

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

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

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