Shades of Charm #C97189
Tints of Charm #C97189
RGB
CMYK
RGB Variations
Color information
#C97189 (or 0xC97189) is known color: Charm. HEX triplet: C9, 71 and 89. RGB value is (201,113,137). Sum of RGB (Red+Green+Blue) = 201+113+137=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C97189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97189 is #368E76. Grayscale: #8E8E8E. Windows color (decimal): -3575415 or 9007561. OLE color: 9007561.
HSL color Cylindrical-coordinate representation of color #C97189: hue angle of 343.64º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97189 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 137 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.21 |
| HSL | 343.64º | 0.45% | 0.62% | - |
| HSV(B) | 343.64º | 0.44% | 0.79% | - |
| XYZ | 34.51 | 26.03 | 26.87 | - |
| YUV | 142.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 137 | 0 | 0.44 | 0.32 | 0.21 | 343.64 | 0.45 | 0.62 |
| Hex | C9 | 71 | 89 | 0 | 2C | 20 | 15 | 158 | 2D | 3E |
| Octal | 311 | 161 | 211 | 0 | 54 | 40 | 25 | 530 | 55 | 76 |
| Binary | 11001001 | 1110001 | 10001001 | 0 | 101100 | 100000 | 10101 | 101011000 | 101101 | 111110 |
Color Harmonies of #C97189
Complementary color
Monochromatic Colors of #C97189
Black with #C97189
Text Example
Text Example
White with #C97189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97189; }
p { color: rgb(201,113,137); }
H1.HeaderClassName
{
color: #C97189;
}
.AnyTagClassName
{
color: #C97189;
}
</style>
background-color css
<style>
a { background-color: #C97189; }
a { background-color: rgb(201,113,137); }
div.DivClassName
{
background-color: #C97189;
}
.BgClassName
{
background-color: #C97189;
}
</style>
border-color css
<style>
span { border-color: #C97189; }
span { border-color: rgb(201,113,137); }
td.TdClassName
{
border-color: #C97189;
}
.TagClassName
{
border-color: #C97189;
}
</style>