Shades of Hopbush #C57996
Tints of Hopbush #C57996
RGB
CMYK
RGB Variations
Color information
#C57996 (or 0xC57996) is known color: Hopbush. HEX triplet: C5, 79 and 96. RGB value is (197,121,150). Sum of RGB (Red+Green+Blue) = 197+121+150=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C57996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57996 is #3A8669. Grayscale: #929292. Windows color (decimal): -3835498 or 9861573. OLE color: 9861573.
HSL color Cylindrical-coordinate representation of color #C57996: hue angle of 337.11º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57996 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 150 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.23 |
| HSL | 337.11º | 0.4% | 0.62% | - |
| HSV(B) | 337.11º | 0.39% | 0.77% | - |
| XYZ | 35.37 | 27.75 | 32.35 | - |
| YUV | 147.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 150 | 0 | 0.39 | 0.24 | 0.23 | 337.11 | 0.4 | 0.62 |
| Hex | C5 | 79 | 96 | 0 | 27 | 18 | 17 | 151 | 28 | 3E |
| Octal | 305 | 171 | 226 | 0 | 47 | 30 | 27 | 521 | 50 | 76 |
| Binary | 11000101 | 1111001 | 10010110 | 0 | 100111 | 11000 | 10111 | 101010001 | 101000 | 111110 |
Color Harmonies of #C57996
Complementary color
Monochromatic Colors of #C57996
Black with #C57996
Text Example
Text Example
White with #C57996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57996; }
p { color: rgb(197,121,150); }
H1.HeaderClassName
{
color: #C57996;
}
.AnyTagClassName
{
color: #C57996;
}
</style>
background-color css
<style>
a { background-color: #C57996; }
a { background-color: rgb(197,121,150); }
div.DivClassName
{
background-color: #C57996;
}
.BgClassName
{
background-color: #C57996;
}
</style>
border-color css
<style>
span { border-color: #C57996; }
span { border-color: rgb(197,121,150); }
td.TdClassName
{
border-color: #C57996;
}
.TagClassName
{
border-color: #C57996;
}
</style>