Shades of Hopbush #C57395
Tints of Hopbush #C57395
RGB
CMYK
RGB Variations
Color information
#C57395 (or 0xC57395) is known color: Hopbush. HEX triplet: C5, 73 and 95. RGB value is (197,115,149). Sum of RGB (Red+Green+Blue) = 197+115+149=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C57395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57395 is #3A8C6A. Grayscale: #8F8F8F. Windows color (decimal): -3837035 or 9794501. OLE color: 9794501.
HSL color Cylindrical-coordinate representation of color #C57395: hue angle of 335.12º 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 #C57395 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 149 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.23 |
| HSL | 335.12º | 0.41% | 0.61% | - |
| HSV(B) | 335.12º | 0.42% | 0.77% | - |
| XYZ | 34.58 | 26.3 | 31.69 | - |
| YUV | 143.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 149 | 0 | 0.42 | 0.24 | 0.23 | 335.12 | 0.41 | 0.61 |
| Hex | C5 | 73 | 95 | 0 | 2A | 18 | 17 | 14F | 29 | 3D |
| Octal | 305 | 163 | 225 | 0 | 52 | 30 | 27 | 517 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10010101 | 0 | 101010 | 11000 | 10111 | 101001111 | 101001 | 111101 |
Color Harmonies of #C57395
Complementary color
Monochromatic Colors of #C57395
Black with #C57395
Text Example
Text Example
White with #C57395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57395; }
p { color: rgb(197,115,149); }
H1.HeaderClassName
{
color: #C57395;
}
.AnyTagClassName
{
color: #C57395;
}
</style>
background-color css
<style>
a { background-color: #C57395; }
a { background-color: rgb(197,115,149); }
div.DivClassName
{
background-color: #C57395;
}
.BgClassName
{
background-color: #C57395;
}
</style>
border-color css
<style>
span { border-color: #C57395; }
span { border-color: rgb(197,115,149); }
td.TdClassName
{
border-color: #C57395;
}
.TagClassName
{
border-color: #C57395;
}
</style>