Shades of Charm #C67476
Tints of Charm #C67476
RGB
CMYK
RGB Variations
Color information
#C67476 (or 0xC67476) is known color: Charm. HEX triplet: C6, 74 and 76. RGB value is (198,116,118). Sum of RGB (Red+Green+Blue) = 198+116+118=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C67476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67476 is #398B89. Grayscale: #8C8C8C. Windows color (decimal): -3771274 or 7763142. OLE color: 7763142.
HSL color Cylindrical-coordinate representation of color #C67476: hue angle of 358.54º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67476 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 118 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.22 |
| HSL | 358.54º | 0.42% | 0.62% | - |
| HSV(B) | 358.54º | 0.41% | 0.78% | - |
| XYZ | 32.8 | 25.8 | 20.39 | - |
| YUV | 140.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 118 | 0 | 0.41 | 0.40 | 0.22 | 358.54 | 0.42 | 0.62 |
| Hex | C6 | 74 | 76 | 0 | 29 | 28 | 16 | 167 | 2A | 3E |
| Octal | 306 | 164 | 166 | 0 | 51 | 50 | 26 | 547 | 52 | 76 |
| Binary | 11000110 | 1110100 | 1110110 | 0 | 101001 | 101000 | 10110 | 101100111 | 101010 | 111110 |
Color Harmonies of #C67476
Complementary color
Monochromatic Colors of #C67476
Black with #C67476
Text Example
Text Example
White with #C67476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67476; }
p { color: rgb(198,116,118); }
H1.HeaderClassName
{
color: #C67476;
}
.AnyTagClassName
{
color: #C67476;
}
</style>
background-color css
<style>
a { background-color: #C67476; }
a { background-color: rgb(198,116,118); }
div.DivClassName
{
background-color: #C67476;
}
.BgClassName
{
background-color: #C67476;
}
</style>
border-color css
<style>
span { border-color: #C67476; }
span { border-color: rgb(198,116,118); }
td.TdClassName
{
border-color: #C67476;
}
.TagClassName
{
border-color: #C67476;
}
</style>