Shades of Hopbush #C06C9E
Tints of Hopbush #C06C9E
RGB
CMYK
RGB Variations
Color information
#C06C9E (or 0xC06C9E) is known color: Hopbush. HEX triplet: C0, 6C and 9E. RGB value is (192,108,158). Sum of RGB (Red+Green+Blue) = 192+108+158=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C9E is #3F9361. Grayscale: #8A8A8A. Windows color (decimal): -4166498 or 10382528. OLE color: 10382528.
HSL color Cylindrical-coordinate representation of color #C06C9E: hue angle of 324.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C9E is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 158 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.25 |
| HSL | 324.29º | 0.4% | 0.59% | - |
| HSV(B) | 324.29º | 0.44% | 0.75% | - |
| XYZ | 33.27 | 24.4 | 35.3 | - |
| YUV | 138.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 158 | 0 | 0.44 | 0.18 | 0.25 | 324.29 | 0.4 | 0.59 |
| Hex | C0 | 6C | 9E | 0 | 2C | 12 | 19 | 144 | 28 | 3B |
| Octal | 300 | 154 | 236 | 0 | 54 | 22 | 31 | 504 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10011110 | 0 | 101100 | 10010 | 11001 | 101000100 | 101000 | 111011 |
Color Harmonies of #C06C9E
Complementary color
Monochromatic Colors of #C06C9E
Black with #C06C9E
Text Example
Text Example
White with #C06C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C9E; }
p { color: rgb(192,108,158); }
H1.HeaderClassName
{
color: #C06C9E;
}
.AnyTagClassName
{
color: #C06C9E;
}
</style>
background-color css
<style>
a { background-color: #C06C9E; }
a { background-color: rgb(192,108,158); }
div.DivClassName
{
background-color: #C06C9E;
}
.BgClassName
{
background-color: #C06C9E;
}
</style>
border-color css
<style>
span { border-color: #C06C9E; }
span { border-color: rgb(192,108,158); }
td.TdClassName
{
border-color: #C06C9E;
}
.TagClassName
{
border-color: #C06C9E;
}
</style>