#CB859E

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

Shades of Puce #CB859E

Tints of Puce #CB859E

Color information

#CB859E (or 0xCB859E) is unknown color: approx Puce. HEX triplet: CB, 85 and 9E. RGB value is (203,133,158). Sum of RGB (Red+Green+Blue) = 203+133+158=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859E is #347A61. Grayscale: #9C9C9C. Windows color (decimal): -3439202 or 10388939. OLE color: 10388939.

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

Color convert

RGB203133158-
CMYK00.340.220.20
HSL338.57º40.23%65.88%-
HSV(B)338.57º34.48%79.61%-
XYZ39.1931.9436.45-
YUV156.78128.69160.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=41.09%
G=26.92%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313315800.340.220.20338.5740.2365.88
HexCB859E02216141532842
Octal313205236042262452350102
Binary110010111000010110011110010001010110101001010100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB859E; }

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

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

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

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

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

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

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

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