Shades of Hopbush #C57394
Tints of Hopbush #C57394
RGB
CMYK
RGB Variations
Color information
#C57394 (or 0xC57394) is known color: Hopbush. HEX triplet: C5, 73 and 94. RGB value is (197,115,148). Sum of RGB (Red+Green+Blue) = 197+115+148=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C57394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57394 is #3A8C6B. Grayscale: #8F8F8F. Windows color (decimal): -3837036 or 9728965. OLE color: 9728965.
HSL color Cylindrical-coordinate representation of color #C57394: hue angle of 335.85º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57394 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 148 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.23 |
| HSL | 335.85º | 0.41% | 0.61% | - |
| HSV(B) | 335.85º | 0.42% | 0.77% | - |
| XYZ | 34.5 | 26.27 | 31.27 | - |
| YUV | 143.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 148 | 0 | 0.42 | 0.25 | 0.23 | 335.85 | 0.41 | 0.61 |
| Hex | C5 | 73 | 94 | 0 | 2A | 19 | 17 | 150 | 29 | 3D |
| Octal | 305 | 163 | 224 | 0 | 52 | 31 | 27 | 520 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10010100 | 0 | 101010 | 11001 | 10111 | 101010000 | 101001 | 111101 |
Color Harmonies of #C57394
Complementary color
Monochromatic Colors of #C57394
Black with #C57394
Text Example
Text Example
White with #C57394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57394; }
p { color: rgb(197,115,148); }
H1.HeaderClassName
{
color: #C57394;
}
.AnyTagClassName
{
color: #C57394;
}
</style>
background-color css
<style>
a { background-color: #C57394; }
a { background-color: rgb(197,115,148); }
div.DivClassName
{
background-color: #C57394;
}
.BgClassName
{
background-color: #C57394;
}
</style>
border-color css
<style>
span { border-color: #C57394; }
span { border-color: rgb(197,115,148); }
td.TdClassName
{
border-color: #C57394;
}
.TagClassName
{
border-color: #C57394;
}
</style>