Shades of Charm #C66D74
Tints of Charm #C66D74
RGB
CMYK
RGB Variations
Color information
#C66D74 (or 0xC66D74) is known color: Charm. HEX triplet: C6, 6D and 74. RGB value is (198,109,116). Sum of RGB (Red+Green+Blue) = 198+109+116=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D74 is #39928B. Grayscale: #888888. Windows color (decimal): -3773068 or 7630278. OLE color: 7630278.
HSL color Cylindrical-coordinate representation of color #C66D74: hue angle of 355.28º 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 #C66D74 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 116 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.22 |
| HSL | 355.28º | 0.44% | 0.6% | - |
| HSV(B) | 355.28º | 0.45% | 0.78% | - |
| XYZ | 31.91 | 24.2 | 19.51 | - |
| YUV | 136.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 116 | 0 | 0.45 | 0.41 | 0.22 | 355.28 | 0.44 | 0.6 |
| Hex | C6 | 6D | 74 | 0 | 2D | 29 | 16 | 163 | 2C | 3C |
| Octal | 306 | 155 | 164 | 0 | 55 | 51 | 26 | 543 | 54 | 74 |
| Binary | 11000110 | 1101101 | 1110100 | 0 | 101101 | 101001 | 10110 | 101100011 | 101100 | 111100 |
Color Harmonies of #C66D74
Complementary color
Monochromatic Colors of #C66D74
Black with #C66D74
Text Example
Text Example
White with #C66D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D74; }
p { color: rgb(198,109,116); }
H1.HeaderClassName
{
color: #C66D74;
}
.AnyTagClassName
{
color: #C66D74;
}
</style>
background-color css
<style>
a { background-color: #C66D74; }
a { background-color: rgb(198,109,116); }
div.DivClassName
{
background-color: #C66D74;
}
.BgClassName
{
background-color: #C66D74;
}
</style>
border-color css
<style>
span { border-color: #C66D74; }
span { border-color: rgb(198,109,116); }
td.TdClassName
{
border-color: #C66D74;
}
.TagClassName
{
border-color: #C66D74;
}
</style>