Shades of Charm #CD6880
Tints of Charm #CD6880
RGB
CMYK
RGB Variations
Color information
#CD6880 (or 0xCD6880) is known color: Charm. HEX triplet: CD, 68 and 80. RGB value is (205,104,128). Sum of RGB (Red+Green+Blue) = 205+104+128=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6880 is #32977F. Grayscale: #888888. Windows color (decimal): -3315584 or 8415437. OLE color: 8415437.
HSL color Cylindrical-coordinate representation of color #CD6880: hue angle of 345.74º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6880 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 128 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.20 |
| HSL | 345.74º | 0.5% | 0.61% | - |
| HSV(B) | 345.74º | 0.49% | 0.8% | - |
| XYZ | 34.02 | 24.44 | 23.35 | - |
| YUV | 136.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 128 | 0 | 0.49 | 0.38 | 0.20 | 345.74 | 0.5 | 0.61 |
| Hex | CD | 68 | 80 | 0 | 31 | 26 | 14 | 15A | 32 | 3D |
| Octal | 315 | 150 | 200 | 0 | 61 | 46 | 24 | 532 | 62 | 75 |
| Binary | 11001101 | 1101000 | 10000000 | 0 | 110001 | 100110 | 10100 | 101011010 | 110010 | 111101 |
Color Harmonies of #CD6880
Complementary color
Monochromatic Colors of #CD6880
Black with #CD6880
Text Example
Text Example
White with #CD6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6880; }
p { color: rgb(205,104,128); }
H1.HeaderClassName
{
color: #CD6880;
}
.AnyTagClassName
{
color: #CD6880;
}
</style>
background-color css
<style>
a { background-color: #CD6880; }
a { background-color: rgb(205,104,128); }
div.DivClassName
{
background-color: #CD6880;
}
.BgClassName
{
background-color: #CD6880;
}
</style>
border-color css
<style>
span { border-color: #CD6880; }
span { border-color: rgb(205,104,128); }
td.TdClassName
{
border-color: #CD6880;
}
.TagClassName
{
border-color: #CD6880;
}
</style>