Shades of Charm #C66E84
Tints of Charm #C66E84
RGB
CMYK
RGB Variations
Color information
#C66E84 (or 0xC66E84) is known color: Charm. HEX triplet: C6, 6E and 84. RGB value is (198,110,132). Sum of RGB (Red+Green+Blue) = 198+110+132=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66E84 is #39917B. Grayscale: #8A8A8A. Windows color (decimal): -3772796 or 8679110. OLE color: 8679110.
HSL color Cylindrical-coordinate representation of color #C66E84: hue angle of 345º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66E84 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 132 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.22 |
| HSL | 345º | 0.44% | 0.6% | - |
| HSV(B) | 345º | 0.44% | 0.78% | - |
| XYZ | 33.03 | 24.82 | 24.88 | - |
| YUV | 138.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 132 | 0 | 0.44 | 0.33 | 0.22 | 345 | 0.44 | 0.6 |
| Hex | C6 | 6E | 84 | 0 | 2C | 21 | 16 | 159 | 2C | 3C |
| Octal | 306 | 156 | 204 | 0 | 54 | 41 | 26 | 531 | 54 | 74 |
| Binary | 11000110 | 1101110 | 10000100 | 0 | 101100 | 100001 | 10110 | 101011001 | 101100 | 111100 |
Color Harmonies of #C66E84
Complementary color
Monochromatic Colors of #C66E84
Black with #C66E84
Text Example
Text Example
White with #C66E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E84; }
p { color: rgb(198,110,132); }
H1.HeaderClassName
{
color: #C66E84;
}
.AnyTagClassName
{
color: #C66E84;
}
</style>
background-color css
<style>
a { background-color: #C66E84; }
a { background-color: rgb(198,110,132); }
div.DivClassName
{
background-color: #C66E84;
}
.BgClassName
{
background-color: #C66E84;
}
</style>
border-color css
<style>
span { border-color: #C66E84; }
span { border-color: rgb(198,110,132); }
td.TdClassName
{
border-color: #C66E84;
}
.TagClassName
{
border-color: #C66E84;
}
</style>