Shades of Charm #C97987
Tints of Charm #C97987
RGB
CMYK
RGB Variations
Color information
#C97987 (or 0xC97987) is known color: Charm. HEX triplet: C9, 79 and 87. RGB value is (201,121,135). Sum of RGB (Red+Green+Blue) = 201+121+135=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C97987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97987 is #368678. Grayscale: #929292. Windows color (decimal): -3573369 or 8878537. OLE color: 8878537.
HSL color Cylindrical-coordinate representation of color #C97987: hue angle of 349.5º 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 #C97987 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 135 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.21 |
| HSL | 349.5º | 0.43% | 0.63% | - |
| HSV(B) | 349.5º | 0.4% | 0.79% | - |
| XYZ | 35.3 | 27.84 | 26.44 | - |
| YUV | 146.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 135 | 0 | 0.40 | 0.33 | 0.21 | 349.5 | 0.43 | 0.63 |
| Hex | C9 | 79 | 87 | 0 | 28 | 21 | 15 | 15E | 2B | 3F |
| Octal | 311 | 171 | 207 | 0 | 50 | 41 | 25 | 536 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10000111 | 0 | 101000 | 100001 | 10101 | 101011110 | 101011 | 111111 |
Color Harmonies of #C97987
Complementary color
Monochromatic Colors of #C97987
Black with #C97987
Text Example
Text Example
White with #C97987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97987; }
p { color: rgb(201,121,135); }
H1.HeaderClassName
{
color: #C97987;
}
.AnyTagClassName
{
color: #C97987;
}
</style>
background-color css
<style>
a { background-color: #C97987; }
a { background-color: rgb(201,121,135); }
div.DivClassName
{
background-color: #C97987;
}
.BgClassName
{
background-color: #C97987;
}
</style>
border-color css
<style>
span { border-color: #C97987; }
span { border-color: rgb(201,121,135); }
td.TdClassName
{
border-color: #C97987;
}
.TagClassName
{
border-color: #C97987;
}
</style>