Shades of Charm #C67475
Tints of Charm #C67475
RGB
CMYK
RGB Variations
Color information
#C67475 (or 0xC67475) is known color: Charm. HEX triplet: C6, 74 and 75. RGB value is (198,116,117). Sum of RGB (Red+Green+Blue) = 198+116+117=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C67475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67475 is #398B8A. Grayscale: #8C8C8C. Windows color (decimal): -3771275 or 7697606. OLE color: 7697606.
HSL color Cylindrical-coordinate representation of color #C67475: hue angle of 359.27º 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 #C67475 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 117 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.22 |
| HSL | 359.27º | 0.42% | 0.62% | - |
| HSV(B) | 359.27º | 0.41% | 0.78% | - |
| XYZ | 32.74 | 25.78 | 20.08 | - |
| YUV | 140.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 117 | 0 | 0.41 | 0.41 | 0.22 | 359.27 | 0.42 | 0.62 |
| Hex | C6 | 74 | 75 | 0 | 29 | 29 | 16 | 167 | 2A | 3E |
| Octal | 306 | 164 | 165 | 0 | 51 | 51 | 26 | 547 | 52 | 76 |
| Binary | 11000110 | 1110100 | 1110101 | 0 | 101001 | 101001 | 10110 | 101100111 | 101010 | 111110 |
Color Harmonies of #C67475
Complementary color
Monochromatic Colors of #C67475
Black with #C67475
Text Example
Text Example
White with #C67475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67475; }
p { color: rgb(198,116,117); }
H1.HeaderClassName
{
color: #C67475;
}
.AnyTagClassName
{
color: #C67475;
}
</style>
background-color css
<style>
a { background-color: #C67475; }
a { background-color: rgb(198,116,117); }
div.DivClassName
{
background-color: #C67475;
}
.BgClassName
{
background-color: #C67475;
}
</style>
border-color css
<style>
span { border-color: #C67475; }
span { border-color: rgb(198,116,117); }
td.TdClassName
{
border-color: #C67475;
}
.TagClassName
{
border-color: #C67475;
}
</style>