Shades of Charm #CD6384
Tints of Charm #CD6384
RGB
CMYK
RGB Variations
Color information
#CD6384 (or 0xCD6384) is known color: Charm. HEX triplet: CD, 63 and 84. RGB value is (205,99,132). Sum of RGB (Red+Green+Blue) = 205+99+132=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6384 is #329C7B. Grayscale: #868686. Windows color (decimal): -3316860 or 8676301. OLE color: 8676301.
HSL color Cylindrical-coordinate representation of color #CD6384: hue angle of 341.32º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6384 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 99 | 132 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.20 |
| HSL | 341.32º | 0.51% | 0.6% | - |
| HSV(B) | 341.32º | 0.52% | 0.8% | - |
| XYZ | 33.8 | 23.57 | 24.6 | - |
| YUV | 134.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 132 | 0 | 0.52 | 0.36 | 0.20 | 341.32 | 0.51 | 0.6 |
| Hex | CD | 63 | 84 | 0 | 34 | 24 | 14 | 155 | 33 | 3C |
| Octal | 315 | 143 | 204 | 0 | 64 | 44 | 24 | 525 | 63 | 74 |
| Binary | 11001101 | 1100011 | 10000100 | 0 | 110100 | 100100 | 10100 | 101010101 | 110011 | 111100 |
Color Harmonies of #CD6384
Complementary color
Monochromatic Colors of #CD6384
Black with #CD6384
Text Example
Text Example
White with #CD6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6384; }
p { color: rgb(205,99,132); }
H1.HeaderClassName
{
color: #CD6384;
}
.AnyTagClassName
{
color: #CD6384;
}
</style>
background-color css
<style>
a { background-color: #CD6384; }
a { background-color: rgb(205,99,132); }
div.DivClassName
{
background-color: #CD6384;
}
.BgClassName
{
background-color: #CD6384;
}
</style>
border-color css
<style>
span { border-color: #CD6384; }
span { border-color: rgb(205,99,132); }
td.TdClassName
{
border-color: #CD6384;
}
.TagClassName
{
border-color: #CD6384;
}
</style>