Shades of Charm #CD6682
Tints of Charm #CD6682
RGB
CMYK
RGB Variations
Color information
#CD6682 (or 0xCD6682) is known color: Charm. HEX triplet: CD, 66 and 82. RGB value is (205,102,130). Sum of RGB (Red+Green+Blue) = 205+102+130=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6682 is #32997D. Grayscale: #878787. Windows color (decimal): -3316094 or 8545997. OLE color: 8545997.
HSL color Cylindrical-coordinate representation of color #CD6682: hue angle of 343.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6682 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 130 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.20 |
| HSL | 343.69º | 0.51% | 0.6% | - |
| HSV(B) | 343.69º | 0.5% | 0.8% | - |
| XYZ | 33.96 | 24.09 | 23.98 | - |
| YUV | 135.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 130 | 0 | 0.50 | 0.37 | 0.20 | 343.69 | 0.51 | 0.6 |
| Hex | CD | 66 | 82 | 0 | 32 | 25 | 14 | 158 | 33 | 3C |
| Octal | 315 | 146 | 202 | 0 | 62 | 45 | 24 | 530 | 63 | 74 |
| Binary | 11001101 | 1100110 | 10000010 | 0 | 110010 | 100101 | 10100 | 101011000 | 110011 | 111100 |
Color Harmonies of #CD6682
Complementary color
Monochromatic Colors of #CD6682
Black with #CD6682
Text Example
Text Example
White with #CD6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6682; }
p { color: rgb(205,102,130); }
H1.HeaderClassName
{
color: #CD6682;
}
.AnyTagClassName
{
color: #CD6682;
}
</style>
background-color css
<style>
a { background-color: #CD6682; }
a { background-color: rgb(205,102,130); }
div.DivClassName
{
background-color: #CD6682;
}
.BgClassName
{
background-color: #CD6682;
}
</style>
border-color css
<style>
span { border-color: #CD6682; }
span { border-color: rgb(205,102,130); }
td.TdClassName
{
border-color: #CD6682;
}
.TagClassName
{
border-color: #CD6682;
}
</style>