#CB859D

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

Shades of Puce #CB859D

Tints of Puce #CB859D

Color information

#CB859D (or 0xCB859D) is unknown color: approx Puce. HEX triplet: CB, 85 and 9D. RGB value is (203,133,157). Sum of RGB (Red+Green+Blue) = 203+133+157=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859D is #347A62. Grayscale: #9C9C9C. Windows color (decimal): -3439203 or 10323403. OLE color: 10323403.

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

Color convert

RGB203133157-
CMYK00.340.230.20
HSL339.43º40.23%65.88%-
HSV(B)339.43º34.48%79.61%-
XYZ39.131.9136-
YUV156.67128.19161.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=41.18%
G=26.98%
B=31.85%

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
Decimal20313315700.340.230.20339.4340.2365.88
HexCB859D02217141532842
Octal313205235042272452350102
Binary110010111000010110011101010001010111101001010100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB859D; }

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

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

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

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

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

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

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

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