Shades of Hopbush #C57297
Tints of Hopbush #C57297
RGB
CMYK
RGB Variations
Color information
#C57297 (or 0xC57297) is known color: Hopbush. HEX triplet: C5, 72 and 97. RGB value is (197,114,151). Sum of RGB (Red+Green+Blue) = 197+114+151=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C57297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57297 is #3A8D68. Grayscale: #8E8E8E. Windows color (decimal): -3837289 or 9925317. OLE color: 9925317.
HSL color Cylindrical-coordinate representation of color #C57297: hue angle of 333.25º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57297 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 151 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.23 |
| HSL | 333.25º | 0.42% | 0.61% | - |
| HSV(B) | 333.25º | 0.42% | 0.77% | - |
| XYZ | 34.63 | 26.14 | 32.5 | - |
| YUV | 143.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 151 | 0 | 0.42 | 0.23 | 0.23 | 333.25 | 0.42 | 0.61 |
| Hex | C5 | 72 | 97 | 0 | 2A | 17 | 17 | 14D | 2A | 3D |
| Octal | 305 | 162 | 227 | 0 | 52 | 27 | 27 | 515 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10010111 | 0 | 101010 | 10111 | 10111 | 101001101 | 101010 | 111101 |
Color Harmonies of #C57297
Complementary color
Monochromatic Colors of #C57297
Black with #C57297
Text Example
Text Example
White with #C57297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57297; }
p { color: rgb(197,114,151); }
H1.HeaderClassName
{
color: #C57297;
}
.AnyTagClassName
{
color: #C57297;
}
</style>
background-color css
<style>
a { background-color: #C57297; }
a { background-color: rgb(197,114,151); }
div.DivClassName
{
background-color: #C57297;
}
.BgClassName
{
background-color: #C57297;
}
</style>
border-color css
<style>
span { border-color: #C57297; }
span { border-color: rgb(197,114,151); }
td.TdClassName
{
border-color: #C57297;
}
.TagClassName
{
border-color: #C57297;
}
</style>