Shades of Charm #C67376
Tints of Charm #C67376
RGB
CMYK
RGB Variations
Color information
#C67376 (or 0xC67376) is known color: Charm. HEX triplet: C6, 73 and 76. RGB value is (198,115,118). Sum of RGB (Red+Green+Blue) = 198+115+118=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C67376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67376 is #398C89. Grayscale: #8C8C8C. Windows color (decimal): -3771530 or 7762886. OLE color: 7762886.
HSL color Cylindrical-coordinate representation of color #C67376: hue angle of 357.83º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67376 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 118 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.22 |
| HSL | 357.83º | 0.42% | 0.61% | - |
| HSV(B) | 357.83º | 0.42% | 0.78% | - |
| XYZ | 32.69 | 25.58 | 20.35 | - |
| YUV | 140.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 118 | 0 | 0.42 | 0.40 | 0.22 | 357.83 | 0.42 | 0.61 |
| Hex | C6 | 73 | 76 | 0 | 2A | 28 | 16 | 166 | 2A | 3D |
| Octal | 306 | 163 | 166 | 0 | 52 | 50 | 26 | 546 | 52 | 75 |
| Binary | 11000110 | 1110011 | 1110110 | 0 | 101010 | 101000 | 10110 | 101100110 | 101010 | 111101 |
Color Harmonies of #C67376
Complementary color
Monochromatic Colors of #C67376
Black with #C67376
Text Example
Text Example
White with #C67376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67376; }
p { color: rgb(198,115,118); }
H1.HeaderClassName
{
color: #C67376;
}
.AnyTagClassName
{
color: #C67376;
}
</style>
background-color css
<style>
a { background-color: #C67376; }
a { background-color: rgb(198,115,118); }
div.DivClassName
{
background-color: #C67376;
}
.BgClassName
{
background-color: #C67376;
}
</style>
border-color css
<style>
span { border-color: #C67376; }
span { border-color: rgb(198,115,118); }
td.TdClassName
{
border-color: #C67376;
}
.TagClassName
{
border-color: #C67376;
}
</style>