Shades of Hopbush #C57794
Tints of Hopbush #C57794
RGB
CMYK
RGB Variations
Color information
#C57794 (or 0xC57794) is known color: Hopbush. HEX triplet: C5, 77 and 94. RGB value is (197,119,148). Sum of RGB (Red+Green+Blue) = 197+119+148=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C57794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57794 is #3A886B. Grayscale: #919191. Windows color (decimal): -3836012 or 9729989. OLE color: 9729989.
HSL color Cylindrical-coordinate representation of color #C57794: hue angle of 337.69º 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 #C57794 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 148 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.23 |
| HSL | 337.69º | 0.4% | 0.62% | - |
| HSV(B) | 337.69º | 0.4% | 0.77% | - |
| XYZ | 34.97 | 27.2 | 31.42 | - |
| YUV | 145.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 148 | 0 | 0.40 | 0.25 | 0.23 | 337.69 | 0.4 | 0.62 |
| Hex | C5 | 77 | 94 | 0 | 28 | 19 | 17 | 152 | 28 | 3E |
| Octal | 305 | 167 | 224 | 0 | 50 | 31 | 27 | 522 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10010100 | 0 | 101000 | 11001 | 10111 | 101010010 | 101000 | 111110 |
Color Harmonies of #C57794
Complementary color
Monochromatic Colors of #C57794
Black with #C57794
Text Example
Text Example
White with #C57794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57794; }
p { color: rgb(197,119,148); }
H1.HeaderClassName
{
color: #C57794;
}
.AnyTagClassName
{
color: #C57794;
}
</style>
background-color css
<style>
a { background-color: #C57794; }
a { background-color: rgb(197,119,148); }
div.DivClassName
{
background-color: #C57794;
}
.BgClassName
{
background-color: #C57794;
}
</style>
border-color css
<style>
span { border-color: #C57794; }
span { border-color: rgb(197,119,148); }
td.TdClassName
{
border-color: #C57794;
}
.TagClassName
{
border-color: #C57794;
}
</style>