Shades of Hopbush #C56490
Tints of Hopbush #C56490
RGB
CMYK
RGB Variations
Color information
#C56490 (or 0xC56490) is known color: Hopbush. HEX triplet: C5, 64 and 90. RGB value is (197,100,144). Sum of RGB (Red+Green+Blue) = 197+100+144=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C56490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56490 is #3A9B6F. Grayscale: #858585. Windows color (decimal): -3840880 or 9462981. OLE color: 9462981.
HSL color Cylindrical-coordinate representation of color #C56490: hue angle of 332.78º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56490 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 144 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.23 |
| HSL | 332.78º | 0.46% | 0.58% | - |
| HSV(B) | 332.78º | 0.49% | 0.77% | - |
| XYZ | 32.62 | 23 | 29.11 | - |
| YUV | 134.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 144 | 0 | 0.49 | 0.27 | 0.23 | 332.78 | 0.46 | 0.58 |
| Hex | C5 | 64 | 90 | 0 | 31 | 1B | 17 | 14D | 2E | 3A |
| Octal | 305 | 144 | 220 | 0 | 61 | 33 | 27 | 515 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10010000 | 0 | 110001 | 11011 | 10111 | 101001101 | 101110 | 111010 |
Color Harmonies of #C56490
Complementary color
Monochromatic Colors of #C56490
Black with #C56490
Text Example
Text Example
White with #C56490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56490; }
p { color: rgb(197,100,144); }
H1.HeaderClassName
{
color: #C56490;
}
.AnyTagClassName
{
color: #C56490;
}
</style>
background-color css
<style>
a { background-color: #C56490; }
a { background-color: rgb(197,100,144); }
div.DivClassName
{
background-color: #C56490;
}
.BgClassName
{
background-color: #C56490;
}
</style>
border-color css
<style>
span { border-color: #C56490; }
span { border-color: rgb(197,100,144); }
td.TdClassName
{
border-color: #C56490;
}
.TagClassName
{
border-color: #C56490;
}
</style>