Shades of Charm #CE6984
Tints of Charm #CE6984
RGB
CMYK
RGB Variations
Color information
#CE6984 (or 0xCE6984) is known color: Charm. HEX triplet: CE, 69 and 84. RGB value is (206,105,132). Sum of RGB (Red+Green+Blue) = 206+105+132=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6984 is #31967B. Grayscale: #8A8A8A. Windows color (decimal): -3249788 or 8677838. OLE color: 8677838.
HSL color Cylindrical-coordinate representation of color #CE6984: hue angle of 343.96º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6984 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 132 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.19 |
| HSL | 343.96º | 0.51% | 0.61% | - |
| HSV(B) | 343.96º | 0.49% | 0.81% | - |
| XYZ | 34.67 | 24.89 | 24.81 | - |
| YUV | 138.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 132 | 0 | 0.49 | 0.36 | 0.19 | 343.96 | 0.51 | 0.61 |
| Hex | CE | 69 | 84 | 0 | 31 | 24 | 13 | 158 | 33 | 3D |
| Octal | 316 | 151 | 204 | 0 | 61 | 44 | 23 | 530 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10000100 | 0 | 110001 | 100100 | 10011 | 101011000 | 110011 | 111101 |
Color Harmonies of #CE6984
Complementary color
Monochromatic Colors of #CE6984
Black with #CE6984
Text Example
Text Example
White with #CE6984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6984; }
p { color: rgb(206,105,132); }
H1.HeaderClassName
{
color: #CE6984;
}
.AnyTagClassName
{
color: #CE6984;
}
</style>
background-color css
<style>
a { background-color: #CE6984; }
a { background-color: rgb(206,105,132); }
div.DivClassName
{
background-color: #CE6984;
}
.BgClassName
{
background-color: #CE6984;
}
</style>
border-color css
<style>
span { border-color: #CE6984; }
span { border-color: rgb(206,105,132); }
td.TdClassName
{
border-color: #CE6984;
}
.TagClassName
{
border-color: #CE6984;
}
</style>