Shades of Hopbush #C06EA4
Tints of Hopbush #C06EA4
RGB
CMYK
RGB Variations
Color information
#C06EA4 (or 0xC06EA4) is known color: Hopbush. HEX triplet: C0, 6E and A4. RGB value is (192,110,164). Sum of RGB (Red+Green+Blue) = 192+110+164=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EA4 is #3F915B. Grayscale: #8C8C8C. Windows color (decimal): -4165980 or 10776256. OLE color: 10776256.
HSL color Cylindrical-coordinate representation of color #C06EA4: hue angle of 320.49º 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 #C06EA4 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 164 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.25 |
| HSL | 320.49º | 0.39% | 0.59% | - |
| HSV(B) | 320.49º | 0.43% | 0.75% | - |
| XYZ | 34.02 | 25.04 | 38.16 | - |
| YUV | 140.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 164 | 0 | 0.43 | 0.15 | 0.25 | 320.49 | 0.39 | 0.59 |
| Hex | C0 | 6E | A4 | 0 | 2B | F | 19 | 140 | 27 | 3B |
| Octal | 300 | 156 | 244 | 0 | 53 | 17 | 31 | 500 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10100100 | 0 | 101011 | 1111 | 11001 | 101000000 | 100111 | 111011 |
Color Harmonies of #C06EA4
Complementary color
Monochromatic Colors of #C06EA4
Black with #C06EA4
Text Example
Text Example
White with #C06EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EA4; }
p { color: rgb(192,110,164); }
H1.HeaderClassName
{
color: #C06EA4;
}
.AnyTagClassName
{
color: #C06EA4;
}
</style>
background-color css
<style>
a { background-color: #C06EA4; }
a { background-color: rgb(192,110,164); }
div.DivClassName
{
background-color: #C06EA4;
}
.BgClassName
{
background-color: #C06EA4;
}
</style>
border-color css
<style>
span { border-color: #C06EA4; }
span { border-color: rgb(192,110,164); }
td.TdClassName
{
border-color: #C06EA4;
}
.TagClassName
{
border-color: #C06EA4;
}
</style>