Shades of Charm #C97478
Tints of Charm #C97478
RGB
CMYK
RGB Variations
Color information
#C97478 (or 0xC97478) is known color: Charm. HEX triplet: C9, 74 and 78. RGB value is (201,116,120). Sum of RGB (Red+Green+Blue) = 201+116+120=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C97478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97478 is #368B87. Grayscale: #8D8D8D. Windows color (decimal): -3574664 or 7894217. OLE color: 7894217.
HSL color Cylindrical-coordinate representation of color #C97478: hue angle of 357.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97478 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 120 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.21 |
| HSL | 357.18º | 0.44% | 0.62% | - |
| HSV(B) | 357.18º | 0.42% | 0.79% | - |
| XYZ | 33.72 | 26.26 | 21.06 | - |
| YUV | 141.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 120 | 0 | 0.42 | 0.40 | 0.21 | 357.18 | 0.44 | 0.62 |
| Hex | C9 | 74 | 78 | 0 | 2A | 28 | 15 | 165 | 2C | 3E |
| Octal | 311 | 164 | 170 | 0 | 52 | 50 | 25 | 545 | 54 | 76 |
| Binary | 11001001 | 1110100 | 1111000 | 0 | 101010 | 101000 | 10101 | 101100101 | 101100 | 111110 |
Color Harmonies of #C97478
Complementary color
Monochromatic Colors of #C97478
Black with #C97478
Text Example
Text Example
White with #C97478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97478; }
p { color: rgb(201,116,120); }
H1.HeaderClassName
{
color: #C97478;
}
.AnyTagClassName
{
color: #C97478;
}
</style>
background-color css
<style>
a { background-color: #C97478; }
a { background-color: rgb(201,116,120); }
div.DivClassName
{
background-color: #C97478;
}
.BgClassName
{
background-color: #C97478;
}
</style>
border-color css
<style>
span { border-color: #C97478; }
span { border-color: rgb(201,116,120); }
td.TdClassName
{
border-color: #C97478;
}
.TagClassName
{
border-color: #C97478;
}
</style>