Shades of Hopbush #C06D92
Tints of Hopbush #C06D92
RGB
CMYK
RGB Variations
Color information
#C06D92 (or 0xC06D92) is known color: Hopbush. HEX triplet: C0, 6D and 92. RGB value is (192,109,146). Sum of RGB (Red+Green+Blue) = 192+109+146=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D92 is #3F926D. Grayscale: #898989. Windows color (decimal): -4166254 or 9596352. OLE color: 9596352.
HSL color Cylindrical-coordinate representation of color #C06D92: hue angle of 333.25º degrees, saturation: 0.4, 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 #C06D92 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 146 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.25 |
| HSL | 333.25º | 0.4% | 0.59% | - |
| HSV(B) | 333.25º | 0.43% | 0.75% | - |
| XYZ | 32.4 | 24.22 | 30.16 | - |
| YUV | 138.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 146 | 0 | 0.43 | 0.24 | 0.25 | 333.25 | 0.4 | 0.59 |
| Hex | C0 | 6D | 92 | 0 | 2B | 18 | 19 | 14D | 28 | 3B |
| Octal | 300 | 155 | 222 | 0 | 53 | 30 | 31 | 515 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10010010 | 0 | 101011 | 11000 | 11001 | 101001101 | 101000 | 111011 |
Color Harmonies of #C06D92
Complementary color
Monochromatic Colors of #C06D92
Black with #C06D92
Text Example
Text Example
White with #C06D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D92; }
p { color: rgb(192,109,146); }
H1.HeaderClassName
{
color: #C06D92;
}
.AnyTagClassName
{
color: #C06D92;
}
</style>
background-color css
<style>
a { background-color: #C06D92; }
a { background-color: rgb(192,109,146); }
div.DivClassName
{
background-color: #C06D92;
}
.BgClassName
{
background-color: #C06D92;
}
</style>
border-color css
<style>
span { border-color: #C06D92; }
span { border-color: rgb(192,109,146); }
td.TdClassName
{
border-color: #C06D92;
}
.TagClassName
{
border-color: #C06D92;
}
</style>