Shades of Hopbush #C56297
Tints of Hopbush #C56297
RGB
CMYK
RGB Variations
Color information
#C56297 (or 0xC56297) is known color: Hopbush. HEX triplet: C5, 62 and 97. RGB value is (197,98,151). Sum of RGB (Red+Green+Blue) = 197+98+151=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C56297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56297 is #3A9D68. Grayscale: #858585. Windows color (decimal): -3841385 or 9921221. OLE color: 9921221.
HSL color Cylindrical-coordinate representation of color #C56297: hue angle of 327.88º 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 #C56297 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 151 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.23 |
| HSL | 327.88º | 0.46% | 0.58% | - |
| HSV(B) | 327.88º | 0.5% | 0.77% | - |
| XYZ | 32.98 | 22.84 | 31.95 | - |
| YUV | 133.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 151 | 0 | 0.50 | 0.23 | 0.23 | 327.88 | 0.46 | 0.58 |
| Hex | C5 | 62 | 97 | 0 | 32 | 17 | 17 | 148 | 2E | 3A |
| Octal | 305 | 142 | 227 | 0 | 62 | 27 | 27 | 510 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10010111 | 0 | 110010 | 10111 | 10111 | 101001000 | 101110 | 111010 |
Color Harmonies of #C56297
Complementary color
Monochromatic Colors of #C56297
Black with #C56297
Text Example
Text Example
White with #C56297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56297; }
p { color: rgb(197,98,151); }
H1.HeaderClassName
{
color: #C56297;
}
.AnyTagClassName
{
color: #C56297;
}
</style>
background-color css
<style>
a { background-color: #C56297; }
a { background-color: rgb(197,98,151); }
div.DivClassName
{
background-color: #C56297;
}
.BgClassName
{
background-color: #C56297;
}
</style>
border-color css
<style>
span { border-color: #C56297; }
span { border-color: rgb(197,98,151); }
td.TdClassName
{
border-color: #C56297;
}
.TagClassName
{
border-color: #C56297;
}
</style>