Shades of Hopbush #C065A0
Tints of Hopbush #C065A0
RGB
CMYK
RGB Variations
Color information
#C065A0 (or 0xC065A0) is known color: Hopbush. HEX triplet: C0, 65 and A0. RGB value is (192,101,160). Sum of RGB (Red+Green+Blue) = 192+101+160=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C065A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065A0 is #3F9A5F. Grayscale: #868686. Windows color (decimal): -4168288 or 10511808. OLE color: 10511808.
HSL color Cylindrical-coordinate representation of color #C065A0: hue angle of 321.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065A0 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 160 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.25 |
| HSL | 321.1º | 0.42% | 0.57% | - |
| HSV(B) | 321.1º | 0.47% | 0.75% | - |
| XYZ | 32.74 | 23.05 | 35.98 | - |
| YUV | 134.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 160 | 0 | 0.47 | 0.17 | 0.25 | 321.1 | 0.42 | 0.57 |
| Hex | C0 | 65 | A0 | 0 | 2F | 11 | 19 | 141 | 2A | 39 |
| Octal | 300 | 145 | 240 | 0 | 57 | 21 | 31 | 501 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10100000 | 0 | 101111 | 10001 | 11001 | 101000001 | 101010 | 111001 |
Color Harmonies of #C065A0
Complementary color
Monochromatic Colors of #C065A0
Black with #C065A0
Text Example
Text Example
White with #C065A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065A0; }
p { color: rgb(192,101,160); }
H1.HeaderClassName
{
color: #C065A0;
}
.AnyTagClassName
{
color: #C065A0;
}
</style>
background-color css
<style>
a { background-color: #C065A0; }
a { background-color: rgb(192,101,160); }
div.DivClassName
{
background-color: #C065A0;
}
.BgClassName
{
background-color: #C065A0;
}
</style>
border-color css
<style>
span { border-color: #C065A0; }
span { border-color: rgb(192,101,160); }
td.TdClassName
{
border-color: #C065A0;
}
.TagClassName
{
border-color: #C065A0;
}
</style>