#CB858D

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

Shades of Puce #CB858D

Tints of Puce #CB858D

Color information

#CB858D (or 0xCB858D) is unknown color: approx Puce. HEX triplet: CB, 85 and 8D. RGB value is (203,133,141). Sum of RGB (Red+Green+Blue) = 203+133+141=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB858D is #347A72. Grayscale: #9A9A9A. Windows color (decimal): -3439219 or 9274827. OLE color: 9274827.

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

Color convert

RGB203133141-
CMYK00.340.310.20
HSL353.14º40.23%65.88%-
HSV(B)353.14º34.48%79.61%-
XYZ37.8231.3929.27-
YUV154.84120.19162.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=42.56%
G=27.88%
B=29.56%

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
Decimal20313314100.340.310.20353.1440.2365.88
HexCB858D0221F141612842
Octal313205215042372454150102
Binary110010111000010110001101010001011111101001011000011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB858D; }

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

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

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

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

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

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

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

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