Shades of Hopbush #C57096
Tints of Hopbush #C57096
RGB
CMYK
RGB Variations
Color information
#C57096 (or 0xC57096) is known color: Hopbush. HEX triplet: C5, 70 and 96. RGB value is (197,112,150). Sum of RGB (Red+Green+Blue) = 197+112+150=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C57096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57096 is #3A8F69. Grayscale: #8D8D8D. Windows color (decimal): -3837802 or 9859269. OLE color: 9859269.
HSL color Cylindrical-coordinate representation of color #C57096: hue angle of 333.18º 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 #C57096 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 150 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.23 |
| HSL | 333.18º | 0.42% | 0.61% | - |
| HSV(B) | 333.18º | 0.43% | 0.77% | - |
| XYZ | 34.33 | 25.66 | 32 | - |
| YUV | 141.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 150 | 0 | 0.43 | 0.24 | 0.23 | 333.18 | 0.42 | 0.61 |
| Hex | C5 | 70 | 96 | 0 | 2B | 18 | 17 | 14D | 2A | 3D |
| Octal | 305 | 160 | 226 | 0 | 53 | 30 | 27 | 515 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10010110 | 0 | 101011 | 11000 | 10111 | 101001101 | 101010 | 111101 |
Color Harmonies of #C57096
Complementary color
Monochromatic Colors of #C57096
Black with #C57096
Text Example
Text Example
White with #C57096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57096; }
p { color: rgb(197,112,150); }
H1.HeaderClassName
{
color: #C57096;
}
.AnyTagClassName
{
color: #C57096;
}
</style>
background-color css
<style>
a { background-color: #C57096; }
a { background-color: rgb(197,112,150); }
div.DivClassName
{
background-color: #C57096;
}
.BgClassName
{
background-color: #C57096;
}
</style>
border-color css
<style>
span { border-color: #C57096; }
span { border-color: rgb(197,112,150); }
td.TdClassName
{
border-color: #C57096;
}
.TagClassName
{
border-color: #C57096;
}
</style>