Shades of Charm #C97989
Tints of Charm #C97989
RGB
CMYK
RGB Variations
Color information
#C97989 (or 0xC97989) is known color: Charm. HEX triplet: C9, 79 and 89. RGB value is (201,121,137). Sum of RGB (Red+Green+Blue) = 201+121+137=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C97989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97989 is #368676. Grayscale: #929292. Windows color (decimal): -3573367 or 9009609. OLE color: 9009609.
HSL color Cylindrical-coordinate representation of color #C97989: hue angle of 348º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97989 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 137 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.21 |
| HSL | 348º | 0.43% | 0.63% | - |
| HSV(B) | 348º | 0.4% | 0.79% | - |
| XYZ | 35.44 | 27.9 | 27.18 | - |
| YUV | 146.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 137 | 0 | 0.40 | 0.32 | 0.21 | 348 | 0.43 | 0.63 |
| Hex | C9 | 79 | 89 | 0 | 28 | 20 | 15 | 15C | 2B | 3F |
| Octal | 311 | 171 | 211 | 0 | 50 | 40 | 25 | 534 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10001001 | 0 | 101000 | 100000 | 10101 | 101011100 | 101011 | 111111 |
Color Harmonies of #C97989
Complementary color
Monochromatic Colors of #C97989
Black with #C97989
Text Example
Text Example
White with #C97989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97989; }
p { color: rgb(201,121,137); }
H1.HeaderClassName
{
color: #C97989;
}
.AnyTagClassName
{
color: #C97989;
}
</style>
background-color css
<style>
a { background-color: #C97989; }
a { background-color: rgb(201,121,137); }
div.DivClassName
{
background-color: #C97989;
}
.BgClassName
{
background-color: #C97989;
}
</style>
border-color css
<style>
span { border-color: #C97989; }
span { border-color: rgb(201,121,137); }
td.TdClassName
{
border-color: #C97989;
}
.TagClassName
{
border-color: #C97989;
}
</style>