Shades of Hopbush #C57197
Tints of Hopbush #C57197
RGB
CMYK
RGB Variations
Color information
#C57197 (or 0xC57197) is known color: Hopbush. HEX triplet: C5, 71 and 97. RGB value is (197,113,151). Sum of RGB (Red+Green+Blue) = 197+113+151=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C57197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57197 is #3A8E68. Grayscale: #8E8E8E. Windows color (decimal): -3837545 or 9925061. OLE color: 9925061.
HSL color Cylindrical-coordinate representation of color #C57197: hue angle of 332.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 #C57197 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 151 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.23 |
| HSL | 332.86º | 0.42% | 0.61% | - |
| HSV(B) | 332.86º | 0.43% | 0.77% | - |
| XYZ | 34.52 | 25.91 | 32.46 | - |
| YUV | 142.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 151 | 0 | 0.43 | 0.23 | 0.23 | 332.86 | 0.42 | 0.61 |
| Hex | C5 | 71 | 97 | 0 | 2B | 17 | 17 | 14D | 2A | 3D |
| Octal | 305 | 161 | 227 | 0 | 53 | 27 | 27 | 515 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10010111 | 0 | 101011 | 10111 | 10111 | 101001101 | 101010 | 111101 |
Color Harmonies of #C57197
Complementary color
Monochromatic Colors of #C57197
Black with #C57197
Text Example
Text Example
White with #C57197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57197; }
p { color: rgb(197,113,151); }
H1.HeaderClassName
{
color: #C57197;
}
.AnyTagClassName
{
color: #C57197;
}
</style>
background-color css
<style>
a { background-color: #C57197; }
a { background-color: rgb(197,113,151); }
div.DivClassName
{
background-color: #C57197;
}
.BgClassName
{
background-color: #C57197;
}
</style>
border-color css
<style>
span { border-color: #C57197; }
span { border-color: rgb(197,113,151); }
td.TdClassName
{
border-color: #C57197;
}
.TagClassName
{
border-color: #C57197;
}
</style>