Shades of Charm #C57989
Tints of Charm #C57989
RGB
CMYK
RGB Variations
Color information
#C57989 (or 0xC57989) is known color: Charm. HEX triplet: C5, 79 and 89. RGB value is (197,121,137). Sum of RGB (Red+Green+Blue) = 197+121+137=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C57989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57989 is #3A8676. Grayscale: #919191. Windows color (decimal): -3835511 or 9009605. OLE color: 9009605.
HSL color Cylindrical-coordinate representation of color #C57989: hue angle of 347.37º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57989 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 137 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.23 |
| HSL | 347.37º | 0.4% | 0.62% | - |
| HSV(B) | 347.37º | 0.39% | 0.77% | - |
| XYZ | 34.38 | 27.35 | 27.13 | - |
| YUV | 145.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 137 | 0 | 0.39 | 0.30 | 0.23 | 347.37 | 0.4 | 0.62 |
| Hex | C5 | 79 | 89 | 0 | 27 | 1E | 17 | 15B | 28 | 3E |
| Octal | 305 | 171 | 211 | 0 | 47 | 36 | 27 | 533 | 50 | 76 |
| Binary | 11000101 | 1111001 | 10001001 | 0 | 100111 | 11110 | 10111 | 101011011 | 101000 | 111110 |
Color Harmonies of #C57989
Complementary color
Monochromatic Colors of #C57989
Black with #C57989
Text Example
Text Example
White with #C57989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57989; }
p { color: rgb(197,121,137); }
H1.HeaderClassName
{
color: #C57989;
}
.AnyTagClassName
{
color: #C57989;
}
</style>
background-color css
<style>
a { background-color: #C57989; }
a { background-color: rgb(197,121,137); }
div.DivClassName
{
background-color: #C57989;
}
.BgClassName
{
background-color: #C57989;
}
</style>
border-color css
<style>
span { border-color: #C57989; }
span { border-color: rgb(197,121,137); }
td.TdClassName
{
border-color: #C57989;
}
.TagClassName
{
border-color: #C57989;
}
</style>