Shades of Charm #C97486
Tints of Charm #C97486
RGB
CMYK
RGB Variations
Color information
#C97486 (or 0xC97486) is known color: Charm. HEX triplet: C9, 74 and 86. RGB value is (201,116,134). Sum of RGB (Red+Green+Blue) = 201+116+134=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C97486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97486 is #368B79. Grayscale: #8F8F8F. Windows color (decimal): -3574650 or 8811721. OLE color: 8811721.
HSL color Cylindrical-coordinate representation of color #C97486: hue angle of 347.29º 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 #C97486 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 134 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.21 |
| HSL | 347.29º | 0.44% | 0.62% | - |
| HSV(B) | 347.29º | 0.42% | 0.79% | - |
| XYZ | 34.64 | 26.63 | 25.87 | - |
| YUV | 143.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 134 | 0 | 0.42 | 0.33 | 0.21 | 347.29 | 0.44 | 0.62 |
| Hex | C9 | 74 | 86 | 0 | 2A | 21 | 15 | 15B | 2C | 3E |
| Octal | 311 | 164 | 206 | 0 | 52 | 41 | 25 | 533 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10000110 | 0 | 101010 | 100001 | 10101 | 101011011 | 101100 | 111110 |
Color Harmonies of #C97486
Complementary color
Monochromatic Colors of #C97486
Black with #C97486
Text Example
Text Example
White with #C97486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97486; }
p { color: rgb(201,116,134); }
H1.HeaderClassName
{
color: #C97486;
}
.AnyTagClassName
{
color: #C97486;
}
</style>
background-color css
<style>
a { background-color: #C97486; }
a { background-color: rgb(201,116,134); }
div.DivClassName
{
background-color: #C97486;
}
.BgClassName
{
background-color: #C97486;
}
</style>
border-color css
<style>
span { border-color: #C97486; }
span { border-color: rgb(201,116,134); }
td.TdClassName
{
border-color: #C97486;
}
.TagClassName
{
border-color: #C97486;
}
</style>