Shades of Hopbush #C57797
Tints of Hopbush #C57797
RGB
CMYK
RGB Variations
Color information
#C57797 (or 0xC57797) is known color: Hopbush. HEX triplet: C5, 77 and 97. RGB value is (197,119,151). Sum of RGB (Red+Green+Blue) = 197+119+151=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C57797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57797 is #3A8868. Grayscale: #919191. Windows color (decimal): -3836009 or 9926597. OLE color: 9926597.
HSL color Cylindrical-coordinate representation of color #C57797: hue angle of 335.38º 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 #C57797 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 151 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.23 |
| HSL | 335.38º | 0.4% | 0.62% | - |
| HSV(B) | 335.38º | 0.4% | 0.77% | - |
| XYZ | 35.21 | 27.3 | 32.69 | - |
| YUV | 145.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 151 | 0 | 0.40 | 0.23 | 0.23 | 335.38 | 0.4 | 0.62 |
| Hex | C5 | 77 | 97 | 0 | 28 | 17 | 17 | 14F | 28 | 3E |
| Octal | 305 | 167 | 227 | 0 | 50 | 27 | 27 | 517 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10010111 | 0 | 101000 | 10111 | 10111 | 101001111 | 101000 | 111110 |
Color Harmonies of #C57797
Complementary color
Monochromatic Colors of #C57797
Black with #C57797
Text Example
Text Example
White with #C57797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57797; }
p { color: rgb(197,119,151); }
H1.HeaderClassName
{
color: #C57797;
}
.AnyTagClassName
{
color: #C57797;
}
</style>
background-color css
<style>
a { background-color: #C57797; }
a { background-color: rgb(197,119,151); }
div.DivClassName
{
background-color: #C57797;
}
.BgClassName
{
background-color: #C57797;
}
</style>
border-color css
<style>
span { border-color: #C57797; }
span { border-color: rgb(197,119,151); }
td.TdClassName
{
border-color: #C57797;
}
.TagClassName
{
border-color: #C57797;
}
</style>