Shades of Hopbush #C061A2
Tints of Hopbush #C061A2
RGB
CMYK
RGB Variations
Color information
#C061A2 (or 0xC061A2) is known color: Hopbush. HEX triplet: C0, 61 and A2. RGB value is (192,97,162). Sum of RGB (Red+Green+Blue) = 192+97+162=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A2 is #3F9E5D. Grayscale: #848484. Windows color (decimal): -4169310 or 10641856. OLE color: 10641856.
HSL color Cylindrical-coordinate representation of color #C061A2: hue angle of 318.95º 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 #C061A2 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 162 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.25 |
| HSL | 318.95º | 0.43% | 0.57% | - |
| HSV(B) | 318.95º | 0.49% | 0.75% | - |
| XYZ | 32.53 | 22.36 | 36.78 | - |
| YUV | 132.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 162 | 0 | 0.49 | 0.16 | 0.25 | 318.95 | 0.43 | 0.57 |
| Hex | C0 | 61 | A2 | 0 | 31 | 10 | 19 | 13F | 2B | 39 |
| Octal | 300 | 141 | 242 | 0 | 61 | 20 | 31 | 477 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10100010 | 0 | 110001 | 10000 | 11001 | 100111111 | 101011 | 111001 |
Color Harmonies of #C061A2
Complementary color
Monochromatic Colors of #C061A2
Black with #C061A2
Text Example
Text Example
White with #C061A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061A2; }
p { color: rgb(192,97,162); }
H1.HeaderClassName
{
color: #C061A2;
}
.AnyTagClassName
{
color: #C061A2;
}
</style>
background-color css
<style>
a { background-color: #C061A2; }
a { background-color: rgb(192,97,162); }
div.DivClassName
{
background-color: #C061A2;
}
.BgClassName
{
background-color: #C061A2;
}
</style>
border-color css
<style>
span { border-color: #C061A2; }
span { border-color: rgb(192,97,162); }
td.TdClassName
{
border-color: #C061A2;
}
.TagClassName
{
border-color: #C061A2;
}
</style>