Shades of Hopbush #C57898
Tints of Hopbush #C57898
RGB
CMYK
RGB Variations
Color information
#C57898 (or 0xC57898) is known color: Hopbush. HEX triplet: C5, 78 and 98. RGB value is (197,120,152). Sum of RGB (Red+Green+Blue) = 197+120+152=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C57898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57898 is #3A8767. Grayscale: #929292. Windows color (decimal): -3835752 or 9992389. OLE color: 9992389.
HSL color Cylindrical-coordinate representation of color #C57898: hue angle of 335.06º 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 #C57898 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 152 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.23 |
| HSL | 335.06º | 0.4% | 0.62% | - |
| HSV(B) | 335.06º | 0.39% | 0.77% | - |
| XYZ | 35.41 | 27.57 | 33.16 | - |
| YUV | 146.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 152 | 0 | 0.39 | 0.23 | 0.23 | 335.06 | 0.4 | 0.62 |
| Hex | C5 | 78 | 98 | 0 | 27 | 17 | 17 | 14F | 28 | 3E |
| Octal | 305 | 170 | 230 | 0 | 47 | 27 | 27 | 517 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10011000 | 0 | 100111 | 10111 | 10111 | 101001111 | 101000 | 111110 |
Color Harmonies of #C57898
Complementary color
Monochromatic Colors of #C57898
Black with #C57898
Text Example
Text Example
White with #C57898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57898; }
p { color: rgb(197,120,152); }
H1.HeaderClassName
{
color: #C57898;
}
.AnyTagClassName
{
color: #C57898;
}
</style>
background-color css
<style>
a { background-color: #C57898; }
a { background-color: rgb(197,120,152); }
div.DivClassName
{
background-color: #C57898;
}
.BgClassName
{
background-color: #C57898;
}
</style>
border-color css
<style>
span { border-color: #C57898; }
span { border-color: rgb(197,120,152); }
td.TdClassName
{
border-color: #C57898;
}
.TagClassName
{
border-color: #C57898;
}
</style>