Shades of Hopbush #C57296
Tints of Hopbush #C57296
RGB
CMYK
RGB Variations
Color information
#C57296 (or 0xC57296) is known color: Hopbush. HEX triplet: C5, 72 and 96. RGB value is (197,114,150). Sum of RGB (Red+Green+Blue) = 197+114+150=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C57296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57296 is #3A8D69. Grayscale: #8E8E8E. Windows color (decimal): -3837290 or 9859781. OLE color: 9859781.
HSL color Cylindrical-coordinate representation of color #C57296: hue angle of 333.98º 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 #C57296 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 150 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.23 |
| HSL | 333.98º | 0.42% | 0.61% | - |
| HSV(B) | 333.98º | 0.42% | 0.77% | - |
| XYZ | 34.55 | 26.11 | 32.07 | - |
| YUV | 142.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 150 | 0 | 0.42 | 0.24 | 0.23 | 333.98 | 0.42 | 0.61 |
| Hex | C5 | 72 | 96 | 0 | 2A | 18 | 17 | 14E | 2A | 3D |
| Octal | 305 | 162 | 226 | 0 | 52 | 30 | 27 | 516 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10010110 | 0 | 101010 | 11000 | 10111 | 101001110 | 101010 | 111101 |
Color Harmonies of #C57296
Complementary color
Monochromatic Colors of #C57296
Black with #C57296
Text Example
Text Example
White with #C57296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57296; }
p { color: rgb(197,114,150); }
H1.HeaderClassName
{
color: #C57296;
}
.AnyTagClassName
{
color: #C57296;
}
</style>
background-color css
<style>
a { background-color: #C57296; }
a { background-color: rgb(197,114,150); }
div.DivClassName
{
background-color: #C57296;
}
.BgClassName
{
background-color: #C57296;
}
</style>
border-color css
<style>
span { border-color: #C57296; }
span { border-color: rgb(197,114,150); }
td.TdClassName
{
border-color: #C57296;
}
.TagClassName
{
border-color: #C57296;
}
</style>