Shades of Hopbush #C06E9A
Tints of Hopbush #C06E9A
RGB
CMYK
RGB Variations
Color information
#C06E9A (or 0xC06E9A) is known color: Hopbush. HEX triplet: C0, 6E and 9A. RGB value is (192,110,154). Sum of RGB (Red+Green+Blue) = 192+110+154=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E9A is #3F9165. Grayscale: #8B8B8B. Windows color (decimal): -4165990 or 10120896. OLE color: 10120896.
HSL color Cylindrical-coordinate representation of color #C06E9A: hue angle of 327.8º 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 #C06E9A is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 154 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.25 |
| HSL | 327.8º | 0.39% | 0.59% | - |
| HSV(B) | 327.8º | 0.43% | 0.75% | - |
| XYZ | 33.15 | 24.69 | 33.59 | - |
| YUV | 139.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 154 | 0 | 0.43 | 0.20 | 0.25 | 327.8 | 0.39 | 0.59 |
| Hex | C0 | 6E | 9A | 0 | 2B | 14 | 19 | 148 | 27 | 3B |
| Octal | 300 | 156 | 232 | 0 | 53 | 24 | 31 | 510 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10011010 | 0 | 101011 | 10100 | 11001 | 101001000 | 100111 | 111011 |
Color Harmonies of #C06E9A
Complementary color
Monochromatic Colors of #C06E9A
Black with #C06E9A
Text Example
Text Example
White with #C06E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E9A; }
p { color: rgb(192,110,154); }
H1.HeaderClassName
{
color: #C06E9A;
}
.AnyTagClassName
{
color: #C06E9A;
}
</style>
background-color css
<style>
a { background-color: #C06E9A; }
a { background-color: rgb(192,110,154); }
div.DivClassName
{
background-color: #C06E9A;
}
.BgClassName
{
background-color: #C06E9A;
}
</style>
border-color css
<style>
span { border-color: #C06E9A; }
span { border-color: rgb(192,110,154); }
td.TdClassName
{
border-color: #C06E9A;
}
.TagClassName
{
border-color: #C06E9A;
}
</style>