#CB8796

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

Shades of Puce #CB8796

Tints of Puce #CB8796

Color information

#CB8796 (or 0xCB8796) is unknown color: approx Puce. HEX triplet: CB, 87 and 96. RGB value is (203,135,150). Sum of RGB (Red+Green+Blue) = 203+135+150=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8796 is #347869. Grayscale: #9D9D9D. Windows color (decimal): -3438698 or 9865163. OLE color: 9865163.

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

Color convert

RGB203135150-
CMYK00.330.260.20
HSL346.76º39.53%66.27%-
HSV(B)346.76º33.5%79.61%-
XYZ38.832.2333.03-
YUV157.04124.03160.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=41.60%
G=27.66%
B=30.74%

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
Decimal20313515000.330.260.20346.7639.5366.27
HexCB87960211A1415b2842
Octal313207226041322453350102
Binary110010111000011110010110010000111010101001010110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8796; }

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

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

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

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

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

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

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

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