Shades of Hopbush #C06E90
Tints of Hopbush #C06E90
RGB
CMYK
RGB Variations
Color information
#C06E90 (or 0xC06E90) is known color: Hopbush. HEX triplet: C0, 6E and 90. RGB value is (192,110,144). Sum of RGB (Red+Green+Blue) = 192+110+144=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E90 is #3F916F. Grayscale: #8A8A8A. Windows color (decimal): -4166000 or 9465536. OLE color: 9465536.
HSL color Cylindrical-coordinate representation of color #C06E90: hue angle of 335.12º 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 #C06E90 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 144 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.25 |
| HSL | 335.12º | 0.39% | 0.59% | - |
| HSV(B) | 335.12º | 0.43% | 0.75% | - |
| XYZ | 32.35 | 24.37 | 29.38 | - |
| YUV | 138.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 144 | 0 | 0.43 | 0.25 | 0.25 | 335.12 | 0.39 | 0.59 |
| Hex | C0 | 6E | 90 | 0 | 2B | 19 | 19 | 14F | 27 | 3B |
| Octal | 300 | 156 | 220 | 0 | 53 | 31 | 31 | 517 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10010000 | 0 | 101011 | 11001 | 11001 | 101001111 | 100111 | 111011 |
Color Harmonies of #C06E90
Complementary color
Monochromatic Colors of #C06E90
Black with #C06E90
Text Example
Text Example
White with #C06E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E90; }
p { color: rgb(192,110,144); }
H1.HeaderClassName
{
color: #C06E90;
}
.AnyTagClassName
{
color: #C06E90;
}
</style>
background-color css
<style>
a { background-color: #C06E90; }
a { background-color: rgb(192,110,144); }
div.DivClassName
{
background-color: #C06E90;
}
.BgClassName
{
background-color: #C06E90;
}
</style>
border-color css
<style>
span { border-color: #C06E90; }
span { border-color: rgb(192,110,144); }
td.TdClassName
{
border-color: #C06E90;
}
.TagClassName
{
border-color: #C06E90;
}
</style>