Shades of Hopbush #C57399
Tints of Hopbush #C57399
RGB
CMYK
RGB Variations
Color information
#C57399 (or 0xC57399) is known color: Hopbush. HEX triplet: C5, 73 and 99. RGB value is (197,115,153). Sum of RGB (Red+Green+Blue) = 197+115+153=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C57399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57399 is #3A8C66. Grayscale: #8F8F8F. Windows color (decimal): -3837031 or 10056645. OLE color: 10056645.
HSL color Cylindrical-coordinate representation of color #C57399: hue angle of 332.2º 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 #C57399 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 153 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.23 |
| HSL | 332.2º | 0.41% | 0.61% | - |
| HSV(B) | 332.2º | 0.42% | 0.77% | - |
| XYZ | 34.91 | 26.43 | 33.4 | - |
| YUV | 143.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 153 | 0 | 0.42 | 0.22 | 0.23 | 332.2 | 0.41 | 0.61 |
| Hex | C5 | 73 | 99 | 0 | 2A | 16 | 17 | 14C | 29 | 3D |
| Octal | 305 | 163 | 231 | 0 | 52 | 26 | 27 | 514 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10011001 | 0 | 101010 | 10110 | 10111 | 101001100 | 101001 | 111101 |
Color Harmonies of #C57399
Complementary color
Monochromatic Colors of #C57399
Black with #C57399
Text Example
Text Example
White with #C57399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57399; }
p { color: rgb(197,115,153); }
H1.HeaderClassName
{
color: #C57399;
}
.AnyTagClassName
{
color: #C57399;
}
</style>
background-color css
<style>
a { background-color: #C57399; }
a { background-color: rgb(197,115,153); }
div.DivClassName
{
background-color: #C57399;
}
.BgClassName
{
background-color: #C57399;
}
</style>
border-color css
<style>
span { border-color: #C57399; }
span { border-color: rgb(197,115,153); }
td.TdClassName
{
border-color: #C57399;
}
.TagClassName
{
border-color: #C57399;
}
</style>