Shades of Hopbush #C57597
Tints of Hopbush #C57597
RGB
CMYK
RGB Variations
Color information
#C57597 (or 0xC57597) is known color: Hopbush. HEX triplet: C5, 75 and 97. RGB value is (197,117,151). Sum of RGB (Red+Green+Blue) = 197+117+151=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C57597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57597 is #3A8A68. Grayscale: #909090. Windows color (decimal): -3836521 or 9926085. OLE color: 9926085.
HSL color Cylindrical-coordinate representation of color #C57597: hue angle of 334.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57597 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 151 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.23 |
| HSL | 334.5º | 0.41% | 0.62% | - |
| HSV(B) | 334.5º | 0.41% | 0.77% | - |
| XYZ | 34.97 | 26.83 | 32.61 | - |
| YUV | 144.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 151 | 0 | 0.41 | 0.23 | 0.23 | 334.5 | 0.41 | 0.62 |
| Hex | C5 | 75 | 97 | 0 | 29 | 17 | 17 | 14E | 29 | 3E |
| Octal | 305 | 165 | 227 | 0 | 51 | 27 | 27 | 516 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10010111 | 0 | 101001 | 10111 | 10111 | 101001110 | 101001 | 111110 |
Color Harmonies of #C57597
Complementary color
Monochromatic Colors of #C57597
Black with #C57597
Text Example
Text Example
White with #C57597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57597; }
p { color: rgb(197,117,151); }
H1.HeaderClassName
{
color: #C57597;
}
.AnyTagClassName
{
color: #C57597;
}
</style>
background-color css
<style>
a { background-color: #C57597; }
a { background-color: rgb(197,117,151); }
div.DivClassName
{
background-color: #C57597;
}
.BgClassName
{
background-color: #C57597;
}
</style>
border-color css
<style>
span { border-color: #C57597; }
span { border-color: rgb(197,117,151); }
td.TdClassName
{
border-color: #C57597;
}
.TagClassName
{
border-color: #C57597;
}
</style>