Shades of Hopbush #C061A0
Tints of Hopbush #C061A0
RGB
CMYK
RGB Variations
Color information
#C061A0 (or 0xC061A0) is known color: Hopbush. HEX triplet: C0, 61 and A0. RGB value is (192,97,160). Sum of RGB (Red+Green+Blue) = 192+97+160=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A0 is #3F9E5F. Grayscale: #848484. Windows color (decimal): -4169312 or 10510784. OLE color: 10510784.
HSL color Cylindrical-coordinate representation of color #C061A0: hue angle of 320.21º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C061A0 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 160 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.25 |
| HSL | 320.21º | 0.43% | 0.57% | - |
| HSV(B) | 320.21º | 0.49% | 0.75% | - |
| XYZ | 32.36 | 22.29 | 35.86 | - |
| YUV | 132.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 160 | 0 | 0.49 | 0.17 | 0.25 | 320.21 | 0.43 | 0.57 |
| Hex | C0 | 61 | A0 | 0 | 31 | 11 | 19 | 140 | 2B | 39 |
| Octal | 300 | 141 | 240 | 0 | 61 | 21 | 31 | 500 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10100000 | 0 | 110001 | 10001 | 11001 | 101000000 | 101011 | 111001 |
Color Harmonies of #C061A0
Complementary color
Monochromatic Colors of #C061A0
Black with #C061A0
Text Example
Text Example
White with #C061A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061A0; }
p { color: rgb(192,97,160); }
H1.HeaderClassName
{
color: #C061A0;
}
.AnyTagClassName
{
color: #C061A0;
}
</style>
background-color css
<style>
a { background-color: #C061A0; }
a { background-color: rgb(192,97,160); }
div.DivClassName
{
background-color: #C061A0;
}
.BgClassName
{
background-color: #C061A0;
}
</style>
border-color css
<style>
span { border-color: #C061A0; }
span { border-color: rgb(192,97,160); }
td.TdClassName
{
border-color: #C061A0;
}
.TagClassName
{
border-color: #C061A0;
}
</style>