#CB858F

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

Shades of Puce #CB858F

Tints of Puce #CB858F

Color information

#CB858F (or 0xCB858F) is unknown color: approx Puce. HEX triplet: CB, 85 and 8F. RGB value is (203,133,143). Sum of RGB (Red+Green+Blue) = 203+133+143=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB858F is #347A70. Grayscale: #9B9B9B. Windows color (decimal): -3439217 or 9405899. OLE color: 9405899.

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

Color convert

RGB203133143-
CMYK00.340.300.20
HSL351.43º40.23%65.88%-
HSV(B)351.43º34.48%79.61%-
XYZ37.9731.4530.06-
YUV155.07121.19162.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=42.38%
G=27.77%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313314300.340.300.20351.4340.2365.88
HexCB858F0221E1415f2842
Octal313205217042362453750102
Binary110010111000010110001111010001011110101001010111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB858F; }

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

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

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

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

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

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

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

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