#CD8489

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

Shades of Charm #CD8489

Tints of Charm #CD8489

Color information

#CD8489 (or 0xCD8489) is unknown color: approx Charm. HEX triplet: CD, 84 and 89. RGB value is (205,132,137). Sum of RGB (Red+Green+Blue) = 205+132+137=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8489 is #327B76. Grayscale: #9A9A9A. Windows color (decimal): -3308407 or 9012429. OLE color: 9012429.

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

Color convert

RGB205132137-
CMYK00.360.330.20
HSL355.89º42.2%66.08%-
HSV(B)355.89º35.61%80.39%-
XYZ37.9431.2927.71-
YUV154.4118.18164.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=43.25%
G=27.85%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513213700.360.330.20355.8942.266.08
HexCD848902421141642a42
Octal315204211044412454452102
Binary1100110110000100100010010100100100001101001011001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8489; }

 p { color: rgb(205,132,137); }

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

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

 a { background-color: rgb(205,132,137); }

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

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

 span { border-color: rgb(205,132,137); }

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