#CB858C

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

Shades of Puce #CB858C

Tints of Puce #CB858C

Color information

#CB858C (or 0xCB858C) is unknown color: approx Puce. HEX triplet: CB, 85 and 8C. RGB value is (203,133,140). Sum of RGB (Red+Green+Blue) = 203+133+140=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB858C is #347A73. Grayscale: #9A9A9A. Windows color (decimal): -3439220 or 9209291. OLE color: 9209291.

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

Color convert

RGB203133140-
CMYK00.340.310.20
HSL354º40.23%65.88%-
HSV(B)354º34.48%79.61%-
XYZ37.7531.3728.88-
YUV154.73119.69162.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=42.65%
G=27.94%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313314000.340.310.2035440.2365.88
HexCB858C0221F141622842
Octal313205214042372454250102
Binary110010111000010110001100010001011111101001011000101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB858C; }

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

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

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

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

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

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

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

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