Shades of Charm #C57189
Tints of Charm #C57189
RGB
CMYK
RGB Variations
Color information
#C57189 (or 0xC57189) is known color: Charm. HEX triplet: C5, 71 and 89. RGB value is (197,113,137). Sum of RGB (Red+Green+Blue) = 197+113+137=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C57189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57189 is #3A8E76. Grayscale: #8C8C8C. Windows color (decimal): -3837559 or 9007557. OLE color: 9007557.
HSL color Cylindrical-coordinate representation of color #C57189: hue angle of 342.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57189 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 137 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.23 |
| HSL | 342.86º | 0.42% | 0.61% | - |
| HSV(B) | 342.86º | 0.43% | 0.77% | - |
| XYZ | 33.45 | 25.49 | 26.82 | - |
| YUV | 140.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 137 | 0 | 0.43 | 0.30 | 0.23 | 342.86 | 0.42 | 0.61 |
| Hex | C5 | 71 | 89 | 0 | 2B | 1E | 17 | 157 | 2A | 3D |
| Octal | 305 | 161 | 211 | 0 | 53 | 36 | 27 | 527 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10001001 | 0 | 101011 | 11110 | 10111 | 101010111 | 101010 | 111101 |
Color Harmonies of #C57189
Complementary color
Monochromatic Colors of #C57189
Black with #C57189
Text Example
Text Example
White with #C57189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57189; }
p { color: rgb(197,113,137); }
H1.HeaderClassName
{
color: #C57189;
}
.AnyTagClassName
{
color: #C57189;
}
</style>
background-color css
<style>
a { background-color: #C57189; }
a { background-color: rgb(197,113,137); }
div.DivClassName
{
background-color: #C57189;
}
.BgClassName
{
background-color: #C57189;
}
</style>
border-color css
<style>
span { border-color: #C57189; }
span { border-color: rgb(197,113,137); }
td.TdClassName
{
border-color: #C57189;
}
.TagClassName
{
border-color: #C57189;
}
</style>