Shades of Charm #CD808C
Tints of Charm #CD808C
RGB
CMYK
RGB Variations
Color information
#CD808C (or 0xCD808C) is known color: Charm. HEX triplet: CD, 80 and 8C. RGB value is (205,128,140). Sum of RGB (Red+Green+Blue) = 205+128+140=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD808C is #327F73. Grayscale: #989898. Windows color (decimal): -3309428 or 9208013. OLE color: 9208013.
HSL color Cylindrical-coordinate representation of color #CD808C: hue angle of 350.65º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD808C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 140 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.20 |
| HSL | 350.65º | 0.44% | 0.65% | - |
| HSV(B) | 350.65º | 0.38% | 0.8% | - |
| XYZ | 37.63 | 30.31 | 28.68 | - |
| YUV | 152.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 140 | 0 | 0.38 | 0.32 | 0.20 | 350.65 | 0.44 | 0.65 |
| Hex | CD | 80 | 8C | 0 | 26 | 20 | 14 | 15F | 2C | 41 |
| Octal | 315 | 200 | 214 | 0 | 46 | 40 | 24 | 537 | 54 | 101 |
| Binary | 11001101 | 10000000 | 10001100 | 0 | 100110 | 100000 | 10100 | 101011111 | 101100 | 1000001 |
Color Harmonies of #CD808C
Complementary color
Monochromatic Colors of #CD808C
Black with #CD808C
Text Example
Text Example
White with #CD808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD808C; }
p { color: rgb(205,128,140); }
H1.HeaderClassName
{
color: #CD808C;
}
.AnyTagClassName
{
color: #CD808C;
}
</style>
background-color css
<style>
a { background-color: #CD808C; }
a { background-color: rgb(205,128,140); }
div.DivClassName
{
background-color: #CD808C;
}
.BgClassName
{
background-color: #CD808C;
}
</style>
border-color css
<style>
span { border-color: #CD808C; }
span { border-color: rgb(205,128,140); }
td.TdClassName
{
border-color: #CD808C;
}
.TagClassName
{
border-color: #CD808C;
}
</style>