Shades of Hopbush #C57798
Tints of Hopbush #C57798
RGB
CMYK
RGB Variations
Color information
#C57798 (or 0xC57798) is known color: Hopbush. HEX triplet: C5, 77 and 98. RGB value is (197,119,152). Sum of RGB (Red+Green+Blue) = 197+119+152=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C57798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57798 is #3A8867. Grayscale: #929292. Windows color (decimal): -3836008 or 9992133. OLE color: 9992133.
HSL color Cylindrical-coordinate representation of color #C57798: hue angle of 334.62º 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 #C57798 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 152 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.23 |
| HSL | 334.62º | 0.4% | 0.62% | - |
| HSV(B) | 334.62º | 0.4% | 0.77% | - |
| XYZ | 35.29 | 27.33 | 33.12 | - |
| YUV | 146.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 152 | 0 | 0.40 | 0.23 | 0.23 | 334.62 | 0.4 | 0.62 |
| Hex | C5 | 77 | 98 | 0 | 28 | 17 | 17 | 14F | 28 | 3E |
| Octal | 305 | 167 | 230 | 0 | 50 | 27 | 27 | 517 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10011000 | 0 | 101000 | 10111 | 10111 | 101001111 | 101000 | 111110 |
Color Harmonies of #C57798
Complementary color
Monochromatic Colors of #C57798
Black with #C57798
Text Example
Text Example
White with #C57798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57798; }
p { color: rgb(197,119,152); }
H1.HeaderClassName
{
color: #C57798;
}
.AnyTagClassName
{
color: #C57798;
}
</style>
background-color css
<style>
a { background-color: #C57798; }
a { background-color: rgb(197,119,152); }
div.DivClassName
{
background-color: #C57798;
}
.BgClassName
{
background-color: #C57798;
}
</style>
border-color css
<style>
span { border-color: #C57798; }
span { border-color: rgb(197,119,152); }
td.TdClassName
{
border-color: #C57798;
}
.TagClassName
{
border-color: #C57798;
}
</style>