Shades of Hopbush #C06D94
Tints of Hopbush #C06D94
RGB
CMYK
RGB Variations
Color information
#C06D94 (or 0xC06D94) is known color: Hopbush. HEX triplet: C0, 6D and 94. RGB value is (192,109,148). Sum of RGB (Red+Green+Blue) = 192+109+148=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D94 is #3F926B. Grayscale: #8A8A8A. Windows color (decimal): -4166252 or 9727424. OLE color: 9727424.
HSL color Cylindrical-coordinate representation of color #C06D94: hue angle of 331.81º 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 #C06D94 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 148 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.25 |
| HSL | 331.81º | 0.4% | 0.59% | - |
| HSV(B) | 331.81º | 0.43% | 0.75% | - |
| XYZ | 32.55 | 24.28 | 30.99 | - |
| YUV | 138.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 148 | 0 | 0.43 | 0.23 | 0.25 | 331.81 | 0.4 | 0.59 |
| Hex | C0 | 6D | 94 | 0 | 2B | 17 | 19 | 14C | 28 | 3B |
| Octal | 300 | 155 | 224 | 0 | 53 | 27 | 31 | 514 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10010100 | 0 | 101011 | 10111 | 11001 | 101001100 | 101000 | 111011 |
Color Harmonies of #C06D94
Complementary color
Monochromatic Colors of #C06D94
Black with #C06D94
Text Example
Text Example
White with #C06D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D94; }
p { color: rgb(192,109,148); }
H1.HeaderClassName
{
color: #C06D94;
}
.AnyTagClassName
{
color: #C06D94;
}
</style>
background-color css
<style>
a { background-color: #C06D94; }
a { background-color: rgb(192,109,148); }
div.DivClassName
{
background-color: #C06D94;
}
.BgClassName
{
background-color: #C06D94;
}
</style>
border-color css
<style>
span { border-color: #C06D94; }
span { border-color: rgb(192,109,148); }
td.TdClassName
{
border-color: #C06D94;
}
.TagClassName
{
border-color: #C06D94;
}
</style>