Shades of Hopbush #C75E99
Tints of Hopbush #C75E99
RGB
CMYK
RGB Variations
Color information
#C75E99 (or 0xC75E99) is known color: Hopbush. HEX triplet: C7, 5E and 99. RGB value is (199,94,153). Sum of RGB (Red+Green+Blue) = 199+94+153=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75E99 is #38A166. Grayscale: #838383. Windows color (decimal): -3711335 or 10051271. OLE color: 10051271.
HSL color Cylindrical-coordinate representation of color #C75E99: hue angle of 326.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75E99 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 94 | 153 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.22 |
| HSL | 326.29º | 0.48% | 0.57% | - |
| HSV(B) | 326.29º | 0.53% | 0.78% | - |
| XYZ | 33.31 | 22.45 | 32.71 | - |
| YUV | 132.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 153 | 0 | 0.53 | 0.23 | 0.22 | 326.29 | 0.48 | 0.57 |
| Hex | C7 | 5E | 99 | 0 | 35 | 17 | 16 | 146 | 30 | 39 |
| Octal | 307 | 136 | 231 | 0 | 65 | 27 | 26 | 506 | 60 | 71 |
| Binary | 11000111 | 1011110 | 10011001 | 0 | 110101 | 10111 | 10110 | 101000110 | 110000 | 111001 |
Color Harmonies of #C75E99
Complementary color
Monochromatic Colors of #C75E99
Black with #C75E99
Text Example
Text Example
White with #C75E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75E99; }
p { color: rgb(199,94,153); }
H1.HeaderClassName
{
color: #C75E99;
}
.AnyTagClassName
{
color: #C75E99;
}
</style>
background-color css
<style>
a { background-color: #C75E99; }
a { background-color: rgb(199,94,153); }
div.DivClassName
{
background-color: #C75E99;
}
.BgClassName
{
background-color: #C75E99;
}
</style>
border-color css
<style>
span { border-color: #C75E99; }
span { border-color: rgb(199,94,153); }
td.TdClassName
{
border-color: #C75E99;
}
.TagClassName
{
border-color: #C75E99;
}
</style>