Shades of Hopbush #C57397
Tints of Hopbush #C57397
RGB
CMYK
RGB Variations
Color information
#C57397 (or 0xC57397) is known color: Hopbush. HEX triplet: C5, 73 and 97. RGB value is (197,115,151). Sum of RGB (Red+Green+Blue) = 197+115+151=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C57397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57397 is #3A8C68. Grayscale: #8F8F8F. Windows color (decimal): -3837033 or 9925573. OLE color: 9925573.
HSL color Cylindrical-coordinate representation of color #C57397: hue angle of 333.66º degrees, saturation: 0.41, 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 #C57397 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 151 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.23 |
| HSL | 333.66º | 0.41% | 0.61% | - |
| HSV(B) | 333.66º | 0.42% | 0.77% | - |
| XYZ | 34.74 | 26.37 | 32.54 | - |
| YUV | 143.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 151 | 0 | 0.42 | 0.23 | 0.23 | 333.66 | 0.41 | 0.61 |
| Hex | C5 | 73 | 97 | 0 | 2A | 17 | 17 | 14E | 29 | 3D |
| Octal | 305 | 163 | 227 | 0 | 52 | 27 | 27 | 516 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10010111 | 0 | 101010 | 10111 | 10111 | 101001110 | 101001 | 111101 |
Color Harmonies of #C57397
Complementary color
Monochromatic Colors of #C57397
Black with #C57397
Text Example
Text Example
White with #C57397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57397; }
p { color: rgb(197,115,151); }
H1.HeaderClassName
{
color: #C57397;
}
.AnyTagClassName
{
color: #C57397;
}
</style>
background-color css
<style>
a { background-color: #C57397; }
a { background-color: rgb(197,115,151); }
div.DivClassName
{
background-color: #C57397;
}
.BgClassName
{
background-color: #C57397;
}
</style>
border-color css
<style>
span { border-color: #C57397; }
span { border-color: rgb(197,115,151); }
td.TdClassName
{
border-color: #C57397;
}
.TagClassName
{
border-color: #C57397;
}
</style>