Shades of Hopbush #C56290
Tints of Hopbush #C56290
RGB
CMYK
RGB Variations
Color information
#C56290 (or 0xC56290) is known color: Hopbush. HEX triplet: C5, 62 and 90. RGB value is (197,98,144). Sum of RGB (Red+Green+Blue) = 197+98+144=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C56290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56290 is #3A9D6F. Grayscale: #848484. Windows color (decimal): -3841392 or 9462469. OLE color: 9462469.
HSL color Cylindrical-coordinate representation of color #C56290: hue angle of 332.12º 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 #C56290 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 144 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.23 |
| HSL | 332.12º | 0.46% | 0.58% | - |
| HSV(B) | 332.12º | 0.5% | 0.77% | - |
| XYZ | 32.43 | 22.62 | 29.04 | - |
| YUV | 132.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 144 | 0 | 0.50 | 0.27 | 0.23 | 332.12 | 0.46 | 0.58 |
| Hex | C5 | 62 | 90 | 0 | 32 | 1B | 17 | 14C | 2E | 3A |
| Octal | 305 | 142 | 220 | 0 | 62 | 33 | 27 | 514 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10010000 | 0 | 110010 | 11011 | 10111 | 101001100 | 101110 | 111010 |
Color Harmonies of #C56290
Complementary color
Monochromatic Colors of #C56290
Black with #C56290
Text Example
Text Example
White with #C56290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56290; }
p { color: rgb(197,98,144); }
H1.HeaderClassName
{
color: #C56290;
}
.AnyTagClassName
{
color: #C56290;
}
</style>
background-color css
<style>
a { background-color: #C56290; }
a { background-color: rgb(197,98,144); }
div.DivClassName
{
background-color: #C56290;
}
.BgClassName
{
background-color: #C56290;
}
</style>
border-color css
<style>
span { border-color: #C56290; }
span { border-color: rgb(197,98,144); }
td.TdClassName
{
border-color: #C56290;
}
.TagClassName
{
border-color: #C56290;
}
</style>