Shades of Hopbush #C07991
Tints of Hopbush #C07991
RGB
CMYK
RGB Variations
Color information
#C07991 (or 0xC07991) is known color: Hopbush. HEX triplet: C0, 79 and 91. RGB value is (192,121,145). Sum of RGB (Red+Green+Blue) = 192+121+145=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C07991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07991 is #3F866E. Grayscale: #909090. Windows color (decimal): -4163183 or 9533888. OLE color: 9533888.
HSL color Cylindrical-coordinate representation of color #C07991: hue angle of 339.72º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07991 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 145 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.25 |
| HSL | 339.72º | 0.36% | 0.61% | - |
| HSV(B) | 339.72º | 0.37% | 0.75% | - |
| XYZ | 33.69 | 26.93 | 30.21 | - |
| YUV | 144.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 145 | 0 | 0.37 | 0.24 | 0.25 | 339.72 | 0.36 | 0.61 |
| Hex | C0 | 79 | 91 | 0 | 25 | 18 | 19 | 154 | 24 | 3D |
| Octal | 300 | 171 | 221 | 0 | 45 | 30 | 31 | 524 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10010001 | 0 | 100101 | 11000 | 11001 | 101010100 | 100100 | 111101 |
Color Harmonies of #C07991
Complementary color
Monochromatic Colors of #C07991
Black with #C07991
Text Example
Text Example
White with #C07991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07991; }
p { color: rgb(192,121,145); }
H1.HeaderClassName
{
color: #C07991;
}
.AnyTagClassName
{
color: #C07991;
}
</style>
background-color css
<style>
a { background-color: #C07991; }
a { background-color: rgb(192,121,145); }
div.DivClassName
{
background-color: #C07991;
}
.BgClassName
{
background-color: #C07991;
}
</style>
border-color css
<style>
span { border-color: #C07991; }
span { border-color: rgb(192,121,145); }
td.TdClassName
{
border-color: #C07991;
}
.TagClassName
{
border-color: #C07991;
}
</style>