Shades of Hopbush #C06E9F
Tints of Hopbush #C06E9F
RGB
CMYK
RGB Variations
Color information
#C06E9F (or 0xC06E9F) is known color: Hopbush. HEX triplet: C0, 6E and 9F. RGB value is (192,110,159). Sum of RGB (Red+Green+Blue) = 192+110+159=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E9F is #3F9160. Grayscale: #8B8B8B. Windows color (decimal): -4165985 or 10448576. OLE color: 10448576.
HSL color Cylindrical-coordinate representation of color #C06E9F: hue angle of 324.15º 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 #C06E9F is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 159 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.25 |
| HSL | 324.15º | 0.39% | 0.59% | - |
| HSV(B) | 324.15º | 0.43% | 0.75% | - |
| XYZ | 33.57 | 24.86 | 35.83 | - |
| YUV | 140.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 159 | 0 | 0.43 | 0.17 | 0.25 | 324.15 | 0.39 | 0.59 |
| Hex | C0 | 6E | 9F | 0 | 2B | 11 | 19 | 144 | 27 | 3B |
| Octal | 300 | 156 | 237 | 0 | 53 | 21 | 31 | 504 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10011111 | 0 | 101011 | 10001 | 11001 | 101000100 | 100111 | 111011 |
Color Harmonies of #C06E9F
Complementary color
Monochromatic Colors of #C06E9F
Black with #C06E9F
Text Example
Text Example
White with #C06E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E9F; }
p { color: rgb(192,110,159); }
H1.HeaderClassName
{
color: #C06E9F;
}
.AnyTagClassName
{
color: #C06E9F;
}
</style>
background-color css
<style>
a { background-color: #C06E9F; }
a { background-color: rgb(192,110,159); }
div.DivClassName
{
background-color: #C06E9F;
}
.BgClassName
{
background-color: #C06E9F;
}
</style>
border-color css
<style>
span { border-color: #C06E9F; }
span { border-color: rgb(192,110,159); }
td.TdClassName
{
border-color: #C06E9F;
}
.TagClassName
{
border-color: #C06E9F;
}
</style>