Shades of Hopbush #C57796
Tints of Hopbush #C57796
RGB
CMYK
RGB Variations
Color information
#C57796 (or 0xC57796) is known color: Hopbush. HEX triplet: C5, 77 and 96. RGB value is (197,119,150). Sum of RGB (Red+Green+Blue) = 197+119+150=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C57796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57796 is #3A8869. Grayscale: #919191. Windows color (decimal): -3836010 or 9861061. OLE color: 9861061.
HSL color Cylindrical-coordinate representation of color #C57796: hue angle of 336.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57796 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 150 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.23 |
| HSL | 336.15º | 0.4% | 0.62% | - |
| HSV(B) | 336.15º | 0.4% | 0.77% | - |
| XYZ | 35.13 | 27.27 | 32.27 | - |
| YUV | 145.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 150 | 0 | 0.40 | 0.24 | 0.23 | 336.15 | 0.4 | 0.62 |
| Hex | C5 | 77 | 96 | 0 | 28 | 18 | 17 | 150 | 28 | 3E |
| Octal | 305 | 167 | 226 | 0 | 50 | 30 | 27 | 520 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10010110 | 0 | 101000 | 11000 | 10111 | 101010000 | 101000 | 111110 |
Color Harmonies of #C57796
Complementary color
Monochromatic Colors of #C57796
Black with #C57796
Text Example
Text Example
White with #C57796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57796; }
p { color: rgb(197,119,150); }
H1.HeaderClassName
{
color: #C57796;
}
.AnyTagClassName
{
color: #C57796;
}
</style>
background-color css
<style>
a { background-color: #C57796; }
a { background-color: rgb(197,119,150); }
div.DivClassName
{
background-color: #C57796;
}
.BgClassName
{
background-color: #C57796;
}
</style>
border-color css
<style>
span { border-color: #C57796; }
span { border-color: rgb(197,119,150); }
td.TdClassName
{
border-color: #C57796;
}
.TagClassName
{
border-color: #C57796;
}
</style>