Shades of Hopbush #C56296
Tints of Hopbush #C56296
RGB
CMYK
RGB Variations
Color information
#C56296 (or 0xC56296) is known color: Hopbush. HEX triplet: C5, 62 and 96. RGB value is (197,98,150). Sum of RGB (Red+Green+Blue) = 197+98+150=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C56296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56296 is #3A9D69. Grayscale: #858585. Windows color (decimal): -3841386 or 9855685. OLE color: 9855685.
HSL color Cylindrical-coordinate representation of color #C56296: hue angle of 328.48º 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 #C56296 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 150 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.23 |
| HSL | 328.48º | 0.46% | 0.58% | - |
| HSV(B) | 328.48º | 0.5% | 0.77% | - |
| XYZ | 32.9 | 22.81 | 31.52 | - |
| YUV | 133.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 150 | 0 | 0.50 | 0.24 | 0.23 | 328.48 | 0.46 | 0.58 |
| Hex | C5 | 62 | 96 | 0 | 32 | 18 | 17 | 148 | 2E | 3A |
| Octal | 305 | 142 | 226 | 0 | 62 | 30 | 27 | 510 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10010110 | 0 | 110010 | 11000 | 10111 | 101001000 | 101110 | 111010 |
Color Harmonies of #C56296
Complementary color
Monochromatic Colors of #C56296
Black with #C56296
Text Example
Text Example
White with #C56296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56296; }
p { color: rgb(197,98,150); }
H1.HeaderClassName
{
color: #C56296;
}
.AnyTagClassName
{
color: #C56296;
}
</style>
background-color css
<style>
a { background-color: #C56296; }
a { background-color: rgb(197,98,150); }
div.DivClassName
{
background-color: #C56296;
}
.BgClassName
{
background-color: #C56296;
}
</style>
border-color css
<style>
span { border-color: #C56296; }
span { border-color: rgb(197,98,150); }
td.TdClassName
{
border-color: #C56296;
}
.TagClassName
{
border-color: #C56296;
}
</style>