Shades of Hopbush #C56397
Tints of Hopbush #C56397
RGB
CMYK
RGB Variations
Color information
#C56397 (or 0xC56397) is known color: Hopbush. HEX triplet: C5, 63 and 97. RGB value is (197,99,151). Sum of RGB (Red+Green+Blue) = 197+99+151=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C56397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56397 is #3A9C68. Grayscale: #868686. Windows color (decimal): -3841129 or 9921477. OLE color: 9921477.
HSL color Cylindrical-coordinate representation of color #C56397: hue angle of 328.16º 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 #C56397 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 151 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.23 |
| HSL | 328.16º | 0.46% | 0.58% | - |
| HSV(B) | 328.16º | 0.5% | 0.77% | - |
| XYZ | 33.07 | 23.03 | 31.98 | - |
| YUV | 134.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 151 | 0 | 0.50 | 0.23 | 0.23 | 328.16 | 0.46 | 0.58 |
| Hex | C5 | 63 | 97 | 0 | 32 | 17 | 17 | 148 | 2E | 3A |
| Octal | 305 | 143 | 227 | 0 | 62 | 27 | 27 | 510 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10010111 | 0 | 110010 | 10111 | 10111 | 101001000 | 101110 | 111010 |
Color Harmonies of #C56397
Complementary color
Monochromatic Colors of #C56397
Black with #C56397
Text Example
Text Example
White with #C56397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56397; }
p { color: rgb(197,99,151); }
H1.HeaderClassName
{
color: #C56397;
}
.AnyTagClassName
{
color: #C56397;
}
</style>
background-color css
<style>
a { background-color: #C56397; }
a { background-color: rgb(197,99,151); }
div.DivClassName
{
background-color: #C56397;
}
.BgClassName
{
background-color: #C56397;
}
</style>
border-color css
<style>
span { border-color: #C56397; }
span { border-color: rgb(197,99,151); }
td.TdClassName
{
border-color: #C56397;
}
.TagClassName
{
border-color: #C56397;
}
</style>