Shades of Charm #CD6482
Tints of Charm #CD6482
RGB
CMYK
RGB Variations
Color information
#CD6482 (or 0xCD6482) is known color: Charm. HEX triplet: CD, 64 and 82. RGB value is (205,100,130). Sum of RGB (Red+Green+Blue) = 205+100+130=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6482 is #329B7D. Grayscale: #868686. Windows color (decimal): -3316606 or 8545485. OLE color: 8545485.
HSL color Cylindrical-coordinate representation of color #CD6482: hue angle of 342.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6482 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 130 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.20 |
| HSL | 342.86º | 0.51% | 0.6% | - |
| HSV(B) | 342.86º | 0.51% | 0.8% | - |
| XYZ | 33.76 | 23.71 | 23.92 | - |
| YUV | 134.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 130 | 0 | 0.51 | 0.37 | 0.20 | 342.86 | 0.51 | 0.6 |
| Hex | CD | 64 | 82 | 0 | 33 | 25 | 14 | 157 | 33 | 3C |
| Octal | 315 | 144 | 202 | 0 | 63 | 45 | 24 | 527 | 63 | 74 |
| Binary | 11001101 | 1100100 | 10000010 | 0 | 110011 | 100101 | 10100 | 101010111 | 110011 | 111100 |
Color Harmonies of #CD6482
Complementary color
Monochromatic Colors of #CD6482
Black with #CD6482
Text Example
Text Example
White with #CD6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6482; }
p { color: rgb(205,100,130); }
H1.HeaderClassName
{
color: #CD6482;
}
.AnyTagClassName
{
color: #CD6482;
}
</style>
background-color css
<style>
a { background-color: #CD6482; }
a { background-color: rgb(205,100,130); }
div.DivClassName
{
background-color: #CD6482;
}
.BgClassName
{
background-color: #CD6482;
}
</style>
border-color css
<style>
span { border-color: #CD6482; }
span { border-color: rgb(205,100,130); }
td.TdClassName
{
border-color: #CD6482;
}
.TagClassName
{
border-color: #CD6482;
}
</style>