Shades of Hopbush #C06E9E
Tints of Hopbush #C06E9E
RGB
CMYK
RGB Variations
Color information
#C06E9E (or 0xC06E9E) is known color: Hopbush. HEX triplet: C0, 6E and 9E. RGB value is (192,110,158). Sum of RGB (Red+Green+Blue) = 192+110+158=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E9E is #3F9161. Grayscale: #8B8B8B. Windows color (decimal): -4165986 or 10383040. OLE color: 10383040.
HSL color Cylindrical-coordinate representation of color #C06E9E: hue angle of 324.88º 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 #C06E9E is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 158 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.25 |
| HSL | 324.88º | 0.39% | 0.59% | - |
| HSV(B) | 324.88º | 0.43% | 0.75% | - |
| XYZ | 33.49 | 24.83 | 35.37 | - |
| YUV | 139.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 158 | 0 | 0.43 | 0.18 | 0.25 | 324.88 | 0.39 | 0.59 |
| Hex | C0 | 6E | 9E | 0 | 2B | 12 | 19 | 145 | 27 | 3B |
| Octal | 300 | 156 | 236 | 0 | 53 | 22 | 31 | 505 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10011110 | 0 | 101011 | 10010 | 11001 | 101000101 | 100111 | 111011 |
Color Harmonies of #C06E9E
Complementary color
Monochromatic Colors of #C06E9E
Black with #C06E9E
Text Example
Text Example
White with #C06E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E9E; }
p { color: rgb(192,110,158); }
H1.HeaderClassName
{
color: #C06E9E;
}
.AnyTagClassName
{
color: #C06E9E;
}
</style>
background-color css
<style>
a { background-color: #C06E9E; }
a { background-color: rgb(192,110,158); }
div.DivClassName
{
background-color: #C06E9E;
}
.BgClassName
{
background-color: #C06E9E;
}
</style>
border-color css
<style>
span { border-color: #C06E9E; }
span { border-color: rgb(192,110,158); }
td.TdClassName
{
border-color: #C06E9E;
}
.TagClassName
{
border-color: #C06E9E;
}
</style>