Shades of Hopbush #C57997
Tints of Hopbush #C57997
RGB
CMYK
RGB Variations
Color information
#C57997 (or 0xC57997) is known color: Hopbush. HEX triplet: C5, 79 and 97. RGB value is (197,121,151). Sum of RGB (Red+Green+Blue) = 197+121+151=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C57997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57997 is #3A8668. Grayscale: #939393. Windows color (decimal): -3835497 or 9927109. OLE color: 9927109.
HSL color Cylindrical-coordinate representation of color #C57997: hue angle of 336.32º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57997 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 151 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.23 |
| HSL | 336.32º | 0.4% | 0.62% | - |
| HSV(B) | 336.32º | 0.39% | 0.77% | - |
| XYZ | 35.45 | 27.78 | 32.77 | - |
| YUV | 147.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 151 | 0 | 0.39 | 0.23 | 0.23 | 336.32 | 0.4 | 0.62 |
| Hex | C5 | 79 | 97 | 0 | 27 | 17 | 17 | 150 | 28 | 3E |
| Octal | 305 | 171 | 227 | 0 | 47 | 27 | 27 | 520 | 50 | 76 |
| Binary | 11000101 | 1111001 | 10010111 | 0 | 100111 | 10111 | 10111 | 101010000 | 101000 | 111110 |
Color Harmonies of #C57997
Complementary color
Monochromatic Colors of #C57997
Black with #C57997
Text Example
Text Example
White with #C57997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57997; }
p { color: rgb(197,121,151); }
H1.HeaderClassName
{
color: #C57997;
}
.AnyTagClassName
{
color: #C57997;
}
</style>
background-color css
<style>
a { background-color: #C57997; }
a { background-color: rgb(197,121,151); }
div.DivClassName
{
background-color: #C57997;
}
.BgClassName
{
background-color: #C57997;
}
</style>
border-color css
<style>
span { border-color: #C57997; }
span { border-color: rgb(197,121,151); }
td.TdClassName
{
border-color: #C57997;
}
.TagClassName
{
border-color: #C57997;
}
</style>