Shades of Hopbush #C0749F
Tints of Hopbush #C0749F
RGB
CMYK
RGB Variations
Color information
#C0749F (or 0xC0749F) is known color: Hopbush. HEX triplet: C0, 74 and 9F. RGB value is (192,116,159). Sum of RGB (Red+Green+Blue) = 192+116+159=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0749F is #3F8B60. Grayscale: #8F8F8F. Windows color (decimal): -4164449 or 10450112. OLE color: 10450112.
HSL color Cylindrical-coordinate representation of color #C0749F: hue angle of 326.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0749F is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 159 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.25 |
| HSL | 326.05º | 0.38% | 0.6% | - |
| HSV(B) | 326.05º | 0.4% | 0.75% | - |
| XYZ | 34.24 | 26.2 | 36.05 | - |
| YUV | 143.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 159 | 0 | 0.40 | 0.17 | 0.25 | 326.05 | 0.38 | 0.6 |
| Hex | C0 | 74 | 9F | 0 | 28 | 11 | 19 | 146 | 26 | 3C |
| Octal | 300 | 164 | 237 | 0 | 50 | 21 | 31 | 506 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10011111 | 0 | 101000 | 10001 | 11001 | 101000110 | 100110 | 111100 |
Color Harmonies of #C0749F
Complementary color
Monochromatic Colors of #C0749F
Black with #C0749F
Text Example
Text Example
White with #C0749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0749F; }
p { color: rgb(192,116,159); }
H1.HeaderClassName
{
color: #C0749F;
}
.AnyTagClassName
{
color: #C0749F;
}
</style>
background-color css
<style>
a { background-color: #C0749F; }
a { background-color: rgb(192,116,159); }
div.DivClassName
{
background-color: #C0749F;
}
.BgClassName
{
background-color: #C0749F;
}
</style>
border-color css
<style>
span { border-color: #C0749F; }
span { border-color: rgb(192,116,159); }
td.TdClassName
{
border-color: #C0749F;
}
.TagClassName
{
border-color: #C0749F;
}
</style>