#CD858C

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

Shades of Puce #CD858C

Tints of Puce #CD858C

Color information

#CD858C (or 0xCD858C) is unknown color: approx Puce. HEX triplet: CD, 85 and 8C. RGB value is (205,133,140). Sum of RGB (Red+Green+Blue) = 205+133+140=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD858C is #327A73. Grayscale: #9B9B9B. Windows color (decimal): -3308148 or 9209293. OLE color: 9209293.

HSL color Cylindrical-coordinate representation of color #CD858C: hue angle of 354.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD858C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205133140-
CMYK00.350.320.20
HSL354.17º41.86%66.27%-
HSV(B)354.17º35.12%80.39%-
XYZ38.331.6528.9-
YUV155.33119.35163.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=42.89%
G=27.82%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513314000.350.320.20354.1741.8666.27
HexCD858C02320141622a42
Octal315205214043402454252102
Binary1100110110000101100011000100011100000101001011000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD858C; }

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

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

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

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

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

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

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

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