#CB859F

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

Shades of Puce #CB859F

Tints of Puce #CB859F

Color information

#CB859F (or 0xCB859F) is unknown color: approx Puce. HEX triplet: CB, 85 and 9F. RGB value is (203,133,159). Sum of RGB (Red+Green+Blue) = 203+133+159=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859F is #347A60. Grayscale: #9C9C9C. Windows color (decimal): -3439201 or 10454475. OLE color: 10454475.

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

Color convert

RGB203133159-
CMYK00.340.220.20
HSL337.71º40.23%65.88%-
HSV(B)337.71º34.48%79.61%-
XYZ39.2731.9736.9-
YUV156.89129.19160.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=41.01%
G=26.87%
B=32.12%

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
Decimal20313315900.340.220.20337.7140.2365.88
HexCB859F02216141522842
Octal313205237042262452250102
Binary110010111000010110011111010001010110101001010100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB859F; }

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

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

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

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

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

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

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

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