Shades of Hopbush #C56299
Tints of Hopbush #C56299
RGB
CMYK
RGB Variations
Color information
#C56299 (or 0xC56299) is known color: Hopbush. HEX triplet: C5, 62 and 99. RGB value is (197,98,153). Sum of RGB (Red+Green+Blue) = 197+98+153=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C56299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56299 is #3A9D66. Grayscale: #858585. Windows color (decimal): -3841383 or 10052293. OLE color: 10052293.
HSL color Cylindrical-coordinate representation of color #C56299: hue angle of 326.67º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56299 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 153 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.23 |
| HSL | 326.67º | 0.46% | 0.58% | - |
| HSV(B) | 326.67º | 0.5% | 0.77% | - |
| XYZ | 33.14 | 22.91 | 32.81 | - |
| YUV | 133.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 153 | 0 | 0.50 | 0.22 | 0.23 | 326.67 | 0.46 | 0.58 |
| Hex | C5 | 62 | 99 | 0 | 32 | 16 | 17 | 147 | 2E | 3A |
| Octal | 305 | 142 | 231 | 0 | 62 | 26 | 27 | 507 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10011001 | 0 | 110010 | 10110 | 10111 | 101000111 | 101110 | 111010 |
Color Harmonies of #C56299
Complementary color
Monochromatic Colors of #C56299
Black with #C56299
Text Example
Text Example
White with #C56299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56299; }
p { color: rgb(197,98,153); }
H1.HeaderClassName
{
color: #C56299;
}
.AnyTagClassName
{
color: #C56299;
}
</style>
background-color css
<style>
a { background-color: #C56299; }
a { background-color: rgb(197,98,153); }
div.DivClassName
{
background-color: #C56299;
}
.BgClassName
{
background-color: #C56299;
}
</style>
border-color css
<style>
span { border-color: #C56299; }
span { border-color: rgb(197,98,153); }
td.TdClassName
{
border-color: #C56299;
}
.TagClassName
{
border-color: #C56299;
}
</style>