Shades of Hopbush #C560A0
Tints of Hopbush #C560A0
RGB
CMYK
RGB Variations
Color information
#C560A0 (or 0xC560A0) is known color: Hopbush. HEX triplet: C5, 60 and A0. RGB value is (197,96,160). Sum of RGB (Red+Green+Blue) = 197+96+160=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C560A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560A0 is #3A9F5F. Grayscale: #858585. Windows color (decimal): -3841888 or 10510533. OLE color: 10510533.
HSL color Cylindrical-coordinate representation of color #C560A0: hue angle of 321.98º 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 #C560A0 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 160 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.23 |
| HSL | 321.98º | 0.47% | 0.57% | - |
| HSV(B) | 321.98º | 0.51% | 0.77% | - |
| XYZ | 33.55 | 22.77 | 35.89 | - |
| YUV | 133.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 160 | 0 | 0.51 | 0.19 | 0.23 | 321.98 | 0.47 | 0.57 |
| Hex | C5 | 60 | A0 | 0 | 33 | 13 | 17 | 142 | 2F | 39 |
| Octal | 305 | 140 | 240 | 0 | 63 | 23 | 27 | 502 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10100000 | 0 | 110011 | 10011 | 10111 | 101000010 | 101111 | 111001 |
Color Harmonies of #C560A0
Complementary color
Monochromatic Colors of #C560A0
Black with #C560A0
Text Example
Text Example
White with #C560A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560A0; }
p { color: rgb(197,96,160); }
H1.HeaderClassName
{
color: #C560A0;
}
.AnyTagClassName
{
color: #C560A0;
}
</style>
background-color css
<style>
a { background-color: #C560A0; }
a { background-color: rgb(197,96,160); }
div.DivClassName
{
background-color: #C560A0;
}
.BgClassName
{
background-color: #C560A0;
}
</style>
border-color css
<style>
span { border-color: #C560A0; }
span { border-color: rgb(197,96,160); }
td.TdClassName
{
border-color: #C560A0;
}
.TagClassName
{
border-color: #C560A0;
}
</style>