Shades of Charm #CE6584
Tints of Charm #CE6584
RGB
CMYK
RGB Variations
Color information
#CE6584 (or 0xCE6584) is known color: Charm. HEX triplet: CE, 65 and 84. RGB value is (206,101,132). Sum of RGB (Red+Green+Blue) = 206+101+132=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6584 is #319A7B. Grayscale: #878787. Windows color (decimal): -3250812 or 8676814. OLE color: 8676814.
HSL color Cylindrical-coordinate representation of color #CE6584: hue angle of 342.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6584 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 132 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.19 |
| HSL | 342.29º | 0.52% | 0.6% | - |
| HSV(B) | 342.29º | 0.51% | 0.81% | - |
| XYZ | 34.27 | 24.1 | 24.67 | - |
| YUV | 135.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 132 | 0 | 0.51 | 0.36 | 0.19 | 342.29 | 0.52 | 0.6 |
| Hex | CE | 65 | 84 | 0 | 33 | 24 | 13 | 156 | 34 | 3C |
| Octal | 316 | 145 | 204 | 0 | 63 | 44 | 23 | 526 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10000100 | 0 | 110011 | 100100 | 10011 | 101010110 | 110100 | 111100 |
Color Harmonies of #CE6584
Complementary color
Monochromatic Colors of #CE6584
Black with #CE6584
Text Example
Text Example
White with #CE6584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6584; }
p { color: rgb(206,101,132); }
H1.HeaderClassName
{
color: #CE6584;
}
.AnyTagClassName
{
color: #CE6584;
}
</style>
background-color css
<style>
a { background-color: #CE6584; }
a { background-color: rgb(206,101,132); }
div.DivClassName
{
background-color: #CE6584;
}
.BgClassName
{
background-color: #CE6584;
}
</style>
border-color css
<style>
span { border-color: #CE6584; }
span { border-color: rgb(206,101,132); }
td.TdClassName
{
border-color: #CE6584;
}
.TagClassName
{
border-color: #CE6584;
}
</style>