Shades of Hopbush #C06EA2
Tints of Hopbush #C06EA2
RGB
CMYK
RGB Variations
Color information
#C06EA2 (or 0xC06EA2) is known color: Hopbush. HEX triplet: C0, 6E and A2. RGB value is (192,110,162). Sum of RGB (Red+Green+Blue) = 192+110+162=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EA2 is #3F915D. Grayscale: #8C8C8C. Windows color (decimal): -4165982 or 10645184. OLE color: 10645184.
HSL color Cylindrical-coordinate representation of color #C06EA2: hue angle of 321.95º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EA2 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 162 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.25 |
| HSL | 321.95º | 0.39% | 0.59% | - |
| HSV(B) | 321.95º | 0.43% | 0.75% | - |
| XYZ | 33.84 | 24.97 | 37.22 | - |
| YUV | 140.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 162 | 0 | 0.43 | 0.16 | 0.25 | 321.95 | 0.39 | 0.59 |
| Hex | C0 | 6E | A2 | 0 | 2B | 10 | 19 | 142 | 27 | 3B |
| Octal | 300 | 156 | 242 | 0 | 53 | 20 | 31 | 502 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10100010 | 0 | 101011 | 10000 | 11001 | 101000010 | 100111 | 111011 |
Color Harmonies of #C06EA2
Complementary color
Monochromatic Colors of #C06EA2
Black with #C06EA2
Text Example
Text Example
White with #C06EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EA2; }
p { color: rgb(192,110,162); }
H1.HeaderClassName
{
color: #C06EA2;
}
.AnyTagClassName
{
color: #C06EA2;
}
</style>
background-color css
<style>
a { background-color: #C06EA2; }
a { background-color: rgb(192,110,162); }
div.DivClassName
{
background-color: #C06EA2;
}
.BgClassName
{
background-color: #C06EA2;
}
</style>
border-color css
<style>
span { border-color: #C06EA2; }
span { border-color: rgb(192,110,162); }
td.TdClassName
{
border-color: #C06EA2;
}
.TagClassName
{
border-color: #C06EA2;
}
</style>