Shades of Charm #C66D7C
Tints of Charm #C66D7C
RGB
CMYK
RGB Variations
Color information
#C66D7C (or 0xC66D7C) is known color: Charm. HEX triplet: C6, 6D and 7C. RGB value is (198,109,124). Sum of RGB (Red+Green+Blue) = 198+109+124=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D7C is #399283. Grayscale: #898989. Windows color (decimal): -3773060 or 8154566. OLE color: 8154566.
HSL color Cylindrical-coordinate representation of color #C66D7C: hue angle of 349.89º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66D7C is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 124 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.22 |
| HSL | 349.89º | 0.44% | 0.6% | - |
| HSV(B) | 349.89º | 0.45% | 0.78% | - |
| XYZ | 32.4 | 24.4 | 22.07 | - |
| YUV | 137.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 124 | 0 | 0.45 | 0.37 | 0.22 | 349.89 | 0.44 | 0.6 |
| Hex | C6 | 6D | 7C | 0 | 2D | 25 | 16 | 15E | 2C | 3C |
| Octal | 306 | 155 | 174 | 0 | 55 | 45 | 26 | 536 | 54 | 74 |
| Binary | 11000110 | 1101101 | 1111100 | 0 | 101101 | 100101 | 10110 | 101011110 | 101100 | 111100 |
Color Harmonies of #C66D7C
Complementary color
Monochromatic Colors of #C66D7C
Black with #C66D7C
Text Example
Text Example
White with #C66D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D7C; }
p { color: rgb(198,109,124); }
H1.HeaderClassName
{
color: #C66D7C;
}
.AnyTagClassName
{
color: #C66D7C;
}
</style>
background-color css
<style>
a { background-color: #C66D7C; }
a { background-color: rgb(198,109,124); }
div.DivClassName
{
background-color: #C66D7C;
}
.BgClassName
{
background-color: #C66D7C;
}
</style>
border-color css
<style>
span { border-color: #C66D7C; }
span { border-color: rgb(198,109,124); }
td.TdClassName
{
border-color: #C66D7C;
}
.TagClassName
{
border-color: #C66D7C;
}
</style>