Shades of Charm #C97589
Tints of Charm #C97589
RGB
CMYK
RGB Variations
Color information
#C97589 (or 0xC97589) is known color: Charm. HEX triplet: C9, 75 and 89. RGB value is (201,117,137). Sum of RGB (Red+Green+Blue) = 201+117+137=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C97589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97589 is #368A76. Grayscale: #909090. Windows color (decimal): -3574391 or 9008585. OLE color: 9008585.
HSL color Cylindrical-coordinate representation of color #C97589: hue angle of 345.71º 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 #C97589 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 137 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.21 |
| HSL | 345.71º | 0.44% | 0.62% | - |
| HSV(B) | 345.71º | 0.42% | 0.79% | - |
| XYZ | 34.96 | 26.95 | 27.03 | - |
| YUV | 144.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 137 | 0 | 0.42 | 0.32 | 0.21 | 345.71 | 0.44 | 0.62 |
| Hex | C9 | 75 | 89 | 0 | 2A | 20 | 15 | 15A | 2C | 3E |
| Octal | 311 | 165 | 211 | 0 | 52 | 40 | 25 | 532 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10001001 | 0 | 101010 | 100000 | 10101 | 101011010 | 101100 | 111110 |
Color Harmonies of #C97589
Complementary color
Monochromatic Colors of #C97589
Black with #C97589
Text Example
Text Example
White with #C97589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97589; }
p { color: rgb(201,117,137); }
H1.HeaderClassName
{
color: #C97589;
}
.AnyTagClassName
{
color: #C97589;
}
</style>
background-color css
<style>
a { background-color: #C97589; }
a { background-color: rgb(201,117,137); }
div.DivClassName
{
background-color: #C97589;
}
.BgClassName
{
background-color: #C97589;
}
</style>
border-color css
<style>
span { border-color: #C97589; }
span { border-color: rgb(201,117,137); }
td.TdClassName
{
border-color: #C97589;
}
.TagClassName
{
border-color: #C97589;
}
</style>