#CD8289

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

Shades of Charm #CD8289

Tints of Charm #CD8289

Color information

#CD8289 (or 0xCD8289) is unknown color: approx Charm. HEX triplet: CD, 82 and 89. RGB value is (205,130,137). Sum of RGB (Red+Green+Blue) = 205+130+137=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8289 is #327D76. Grayscale: #999999. Windows color (decimal): -3308919 or 9011917. OLE color: 9011917.

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

Color convert

RGB205130137-
CMYK00.370.330.20
HSL354.4º42.86%65.69%-
HSV(B)354.4º36.59%80.39%-
XYZ37.6730.7527.62-
YUV153.22118.85164.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=43.43%
G=27.54%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513013700.370.330.20354.442.8665.69
HexCD828902521141622b42
Octal315202211045412454253102
Binary1100110110000010100010010100101100001101001011000101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8289; }

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

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

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

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

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

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

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

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