Shades of Hopbush #C56082
Tints of Hopbush #C56082
RGB
CMYK
RGB Variations
Color information
#C56082 (or 0xC56082) is known color: Hopbush. HEX triplet: C5, 60 and 82. RGB value is (197,96,130). Sum of RGB (Red+Green+Blue) = 197+96+130=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C56082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56082 is #3A9F7D. Grayscale: #828282. Windows color (decimal): -3841918 or 8544453. OLE color: 8544453.
HSL color Cylindrical-coordinate representation of color #C56082: hue angle of 339.8º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56082 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 130 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.23 |
| HSL | 339.8º | 0.47% | 0.57% | - |
| HSV(B) | 339.8º | 0.51% | 0.77% | - |
| XYZ | 31.24 | 21.85 | 23.69 | - |
| YUV | 130.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 130 | 0 | 0.51 | 0.34 | 0.23 | 339.8 | 0.47 | 0.57 |
| Hex | C5 | 60 | 82 | 0 | 33 | 22 | 17 | 154 | 2F | 39 |
| Octal | 305 | 140 | 202 | 0 | 63 | 42 | 27 | 524 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10000010 | 0 | 110011 | 100010 | 10111 | 101010100 | 101111 | 111001 |
Color Harmonies of #C56082
Complementary color
Monochromatic Colors of #C56082
Black with #C56082
Text Example
Text Example
White with #C56082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56082; }
p { color: rgb(197,96,130); }
H1.HeaderClassName
{
color: #C56082;
}
.AnyTagClassName
{
color: #C56082;
}
</style>
background-color css
<style>
a { background-color: #C56082; }
a { background-color: rgb(197,96,130); }
div.DivClassName
{
background-color: #C56082;
}
.BgClassName
{
background-color: #C56082;
}
</style>
border-color css
<style>
span { border-color: #C56082; }
span { border-color: rgb(197,96,130); }
td.TdClassName
{
border-color: #C56082;
}
.TagClassName
{
border-color: #C56082;
}
</style>