#CB8596

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

Shades of Puce #CB8596

Tints of Puce #CB8596

Color information

#CB8596 (or 0xCB8596) is unknown color: approx Puce. HEX triplet: CB, 85 and 96. RGB value is (203,133,150). Sum of RGB (Red+Green+Blue) = 203+133+150=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8596 is #347A69. Grayscale: #9B9B9B. Windows color (decimal): -3439210 or 9864651. OLE color: 9864651.

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

Color convert

RGB203133150-
CMYK00.340.260.20
HSL345.43º40.23%65.88%-
HSV(B)345.43º34.48%79.61%-
XYZ38.5231.6732.94-
YUV155.87124.69161.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=41.77%
G=27.37%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313315000.340.260.20345.4340.2365.88
HexCB85960221A141592842
Octal313205226042322453150102
Binary110010111000010110010110010001011010101001010110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8596; }

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

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

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

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

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

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

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

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