Shades of Hopbush #C0749B
Tints of Hopbush #C0749B
RGB
CMYK
RGB Variations
Color information
#C0749B (or 0xC0749B) is known color: Hopbush. HEX triplet: C0, 74 and 9B. RGB value is (192,116,155). Sum of RGB (Red+Green+Blue) = 192+116+155=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0749B is #3F8B64. Grayscale: #8F8F8F. Windows color (decimal): -4164453 or 10187968. OLE color: 10187968.
HSL color Cylindrical-coordinate representation of color #C0749B: hue angle of 329.21º 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 #C0749B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 155 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.25 |
| HSL | 329.21º | 0.38% | 0.6% | - |
| HSV(B) | 329.21º | 0.4% | 0.75% | - |
| XYZ | 33.9 | 26.06 | 34.25 | - |
| YUV | 143.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 155 | 0 | 0.40 | 0.19 | 0.25 | 329.21 | 0.38 | 0.6 |
| Hex | C0 | 74 | 9B | 0 | 28 | 13 | 19 | 149 | 26 | 3C |
| Octal | 300 | 164 | 233 | 0 | 50 | 23 | 31 | 511 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10011011 | 0 | 101000 | 10011 | 11001 | 101001001 | 100110 | 111100 |
Color Harmonies of #C0749B
Complementary color
Monochromatic Colors of #C0749B
Black with #C0749B
Text Example
Text Example
White with #C0749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0749B; }
p { color: rgb(192,116,155); }
H1.HeaderClassName
{
color: #C0749B;
}
.AnyTagClassName
{
color: #C0749B;
}
</style>
background-color css
<style>
a { background-color: #C0749B; }
a { background-color: rgb(192,116,155); }
div.DivClassName
{
background-color: #C0749B;
}
.BgClassName
{
background-color: #C0749B;
}
</style>
border-color css
<style>
span { border-color: #C0749B; }
span { border-color: rgb(192,116,155); }
td.TdClassName
{
border-color: #C0749B;
}
.TagClassName
{
border-color: #C0749B;
}
</style>