Shades of Hopbush #C06C92
Tints of Hopbush #C06C92
RGB
CMYK
RGB Variations
Color information
#C06C92 (or 0xC06C92) is known color: Hopbush. HEX triplet: C0, 6C and 92. RGB value is (192,108,146). Sum of RGB (Red+Green+Blue) = 192+108+146=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C92 is #3F936D. Grayscale: #898989. Windows color (decimal): -4166510 or 9596096. OLE color: 9596096.
HSL color Cylindrical-coordinate representation of color #C06C92: hue angle of 332.86º 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 #C06C92 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 146 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.25 |
| HSL | 332.86º | 0.4% | 0.59% | - |
| HSV(B) | 332.86º | 0.44% | 0.75% | - |
| XYZ | 32.29 | 24.01 | 30.13 | - |
| YUV | 137.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 146 | 0 | 0.44 | 0.24 | 0.25 | 332.86 | 0.4 | 0.59 |
| Hex | C0 | 6C | 92 | 0 | 2C | 18 | 19 | 14D | 28 | 3B |
| Octal | 300 | 154 | 222 | 0 | 54 | 30 | 31 | 515 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10010010 | 0 | 101100 | 11000 | 11001 | 101001101 | 101000 | 111011 |
Color Harmonies of #C06C92
Complementary color
Monochromatic Colors of #C06C92
Black with #C06C92
Text Example
Text Example
White with #C06C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C92; }
p { color: rgb(192,108,146); }
H1.HeaderClassName
{
color: #C06C92;
}
.AnyTagClassName
{
color: #C06C92;
}
</style>
background-color css
<style>
a { background-color: #C06C92; }
a { background-color: rgb(192,108,146); }
div.DivClassName
{
background-color: #C06C92;
}
.BgClassName
{
background-color: #C06C92;
}
</style>
border-color css
<style>
span { border-color: #C06C92; }
span { border-color: rgb(192,108,146); }
td.TdClassName
{
border-color: #C06C92;
}
.TagClassName
{
border-color: #C06C92;
}
</style>