Shades of Hopbush #C06E94
Tints of Hopbush #C06E94
RGB
CMYK
RGB Variations
Color information
#C06E94 (or 0xC06E94) is known color: Hopbush. HEX triplet: C0, 6E and 94. RGB value is (192,110,148). Sum of RGB (Red+Green+Blue) = 192+110+148=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E94 is #3F916B. Grayscale: #8A8A8A. Windows color (decimal): -4165996 or 9727680. OLE color: 9727680.
HSL color Cylindrical-coordinate representation of color #C06E94: hue angle of 332.2º 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 #C06E94 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 148 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.25 |
| HSL | 332.2º | 0.39% | 0.59% | - |
| HSV(B) | 332.2º | 0.43% | 0.75% | - |
| XYZ | 32.66 | 24.5 | 31.02 | - |
| YUV | 138.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 148 | 0 | 0.43 | 0.23 | 0.25 | 332.2 | 0.39 | 0.59 |
| Hex | C0 | 6E | 94 | 0 | 2B | 17 | 19 | 14C | 27 | 3B |
| Octal | 300 | 156 | 224 | 0 | 53 | 27 | 31 | 514 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10010100 | 0 | 101011 | 10111 | 11001 | 101001100 | 100111 | 111011 |
Color Harmonies of #C06E94
Complementary color
Monochromatic Colors of #C06E94
Black with #C06E94
Text Example
Text Example
White with #C06E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E94; }
p { color: rgb(192,110,148); }
H1.HeaderClassName
{
color: #C06E94;
}
.AnyTagClassName
{
color: #C06E94;
}
</style>
background-color css
<style>
a { background-color: #C06E94; }
a { background-color: rgb(192,110,148); }
div.DivClassName
{
background-color: #C06E94;
}
.BgClassName
{
background-color: #C06E94;
}
</style>
border-color css
<style>
span { border-color: #C06E94; }
span { border-color: rgb(192,110,148); }
td.TdClassName
{
border-color: #C06E94;
}
.TagClassName
{
border-color: #C06E94;
}
</style>