#CB859C

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

Shades of Puce #CB859C

Tints of Puce #CB859C

Color information

#CB859C (or 0xCB859C) is unknown color: approx Puce. HEX triplet: CB, 85 and 9C. RGB value is (203,133,156). Sum of RGB (Red+Green+Blue) = 203+133+156=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859C is #347A63. Grayscale: #9C9C9C. Windows color (decimal): -3439204 or 10257867. OLE color: 10257867.

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

Color convert

RGB203133156-
CMYK00.340.230.20
HSL340.29º40.23%65.88%-
HSV(B)340.29º34.48%79.61%-
XYZ39.0231.8735.55-
YUV156.55127.69161.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=41.26%
G=27.03%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313315600.340.230.20340.2940.2365.88
HexCB859C02217141542842
Octal313205234042272452450102
Binary110010111000010110011100010001010111101001010101001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB859C; }

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

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

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

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

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

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

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

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