Shades of Hopbush #C57699
Tints of Hopbush #C57699
RGB
CMYK
RGB Variations
Color information
#C57699 (or 0xC57699) is known color: Hopbush. HEX triplet: C5, 76 and 99. RGB value is (197,118,153). Sum of RGB (Red+Green+Blue) = 197+118+153=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C57699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57699 is #3A8966. Grayscale: #919191. Windows color (decimal): -3836263 or 10057413. OLE color: 10057413.
HSL color Cylindrical-coordinate representation of color #C57699: hue angle of 333.42º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57699 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 153 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.23 |
| HSL | 333.42º | 0.41% | 0.62% | - |
| HSV(B) | 333.42º | 0.4% | 0.77% | - |
| XYZ | 35.25 | 27.13 | 33.51 | - |
| YUV | 145.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 153 | 0 | 0.40 | 0.22 | 0.23 | 333.42 | 0.41 | 0.62 |
| Hex | C5 | 76 | 99 | 0 | 28 | 16 | 17 | 14D | 29 | 3E |
| Octal | 305 | 166 | 231 | 0 | 50 | 26 | 27 | 515 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10011001 | 0 | 101000 | 10110 | 10111 | 101001101 | 101001 | 111110 |
Color Harmonies of #C57699
Complementary color
Monochromatic Colors of #C57699
Black with #C57699
Text Example
Text Example
White with #C57699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57699; }
p { color: rgb(197,118,153); }
H1.HeaderClassName
{
color: #C57699;
}
.AnyTagClassName
{
color: #C57699;
}
</style>
background-color css
<style>
a { background-color: #C57699; }
a { background-color: rgb(197,118,153); }
div.DivClassName
{
background-color: #C57699;
}
.BgClassName
{
background-color: #C57699;
}
</style>
border-color css
<style>
span { border-color: #C57699; }
span { border-color: rgb(197,118,153); }
td.TdClassName
{
border-color: #C57699;
}
.TagClassName
{
border-color: #C57699;
}
</style>