Shades of Charm #C66F79
Tints of Charm #C66F79
RGB
CMYK
RGB Variations
Color information
#C66F79 (or 0xC66F79) is known color: Charm. HEX triplet: C6, 6F and 79. RGB value is (198,111,121). Sum of RGB (Red+Green+Blue) = 198+111+121=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F79 is #399086. Grayscale: #8A8A8A. Windows color (decimal): -3772551 or 7958470. OLE color: 7958470.
HSL color Cylindrical-coordinate representation of color #C66F79: hue angle of 353.1º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F79 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 121 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.22 |
| HSL | 353.1º | 0.43% | 0.61% | - |
| HSV(B) | 353.1º | 0.44% | 0.78% | - |
| XYZ | 32.42 | 24.76 | 21.16 | - |
| YUV | 138.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 121 | 0 | 0.44 | 0.39 | 0.22 | 353.1 | 0.43 | 0.61 |
| Hex | C6 | 6F | 79 | 0 | 2C | 27 | 16 | 161 | 2B | 3D |
| Octal | 306 | 157 | 171 | 0 | 54 | 47 | 26 | 541 | 53 | 75 |
| Binary | 11000110 | 1101111 | 1111001 | 0 | 101100 | 100111 | 10110 | 101100001 | 101011 | 111101 |
Color Harmonies of #C66F79
Complementary color
Monochromatic Colors of #C66F79
Black with #C66F79
Text Example
Text Example
White with #C66F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F79; }
p { color: rgb(198,111,121); }
H1.HeaderClassName
{
color: #C66F79;
}
.AnyTagClassName
{
color: #C66F79;
}
</style>
background-color css
<style>
a { background-color: #C66F79; }
a { background-color: rgb(198,111,121); }
div.DivClassName
{
background-color: #C66F79;
}
.BgClassName
{
background-color: #C66F79;
}
</style>
border-color css
<style>
span { border-color: #C66F79; }
span { border-color: rgb(198,111,121); }
td.TdClassName
{
border-color: #C66F79;
}
.TagClassName
{
border-color: #C66F79;
}
</style>