Shades of Hopbush #C06EA6
Tints of Hopbush #C06EA6
RGB
CMYK
RGB Variations
Color information
#C06EA6 (or 0xC06EA6) is known color: Hopbush. HEX triplet: C0, 6E and A6. RGB value is (192,110,166). Sum of RGB (Red+Green+Blue) = 192+110+166=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EA6 is #3F9159. Grayscale: #8C8C8C. Windows color (decimal): -4165978 or 10907328. OLE color: 10907328.
HSL color Cylindrical-coordinate representation of color #C06EA6: hue angle of 319.02º 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 #C06EA6 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 166 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.25 |
| HSL | 319.02º | 0.39% | 0.59% | - |
| HSV(B) | 319.02º | 0.43% | 0.75% | - |
| XYZ | 34.2 | 25.11 | 39.12 | - |
| YUV | 140.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 166 | 0 | 0.43 | 0.14 | 0.25 | 319.02 | 0.39 | 0.59 |
| Hex | C0 | 6E | A6 | 0 | 2B | E | 19 | 13F | 27 | 3B |
| Octal | 300 | 156 | 246 | 0 | 53 | 16 | 31 | 477 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10100110 | 0 | 101011 | 1110 | 11001 | 100111111 | 100111 | 111011 |
Color Harmonies of #C06EA6
Complementary color
Monochromatic Colors of #C06EA6
Black with #C06EA6
Text Example
Text Example
White with #C06EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EA6; }
p { color: rgb(192,110,166); }
H1.HeaderClassName
{
color: #C06EA6;
}
.AnyTagClassName
{
color: #C06EA6;
}
</style>
background-color css
<style>
a { background-color: #C06EA6; }
a { background-color: rgb(192,110,166); }
div.DivClassName
{
background-color: #C06EA6;
}
.BgClassName
{
background-color: #C06EA6;
}
</style>
border-color css
<style>
span { border-color: #C06EA6; }
span { border-color: rgb(192,110,166); }
td.TdClassName
{
border-color: #C06EA6;
}
.TagClassName
{
border-color: #C06EA6;
}
</style>