#CD8586

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

Shades of Charm #CD8586

Tints of Charm #CD8586

Color information

#CD8586 (or 0xCD8586) is unknown color: approx Charm. HEX triplet: CD, 85 and 86. RGB value is (205,133,134). Sum of RGB (Red+Green+Blue) = 205+133+134=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8586 is #327A79. Grayscale: #9A9A9A. Windows color (decimal): -3308154 or 8816077. OLE color: 8816077.

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

Color convert

RGB205133134-
CMYK00.350.350.20
HSL359.17º41.86%66.27%-
HSV(B)359.17º35.12%80.39%-
XYZ37.8731.4826.63-
YUV154.64116.35163.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=43.43%
G=28.18%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513313400.350.350.20359.1741.8666.27
HexCD858602323141672a42
Octal315205206043432454752102
Binary1100110110000101100001100100011100011101001011001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8586; }

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

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

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

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

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

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

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

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