Shades of Hopbush #C7759E
Tints of Hopbush #C7759E
RGB
CMYK
RGB Variations
Color information
#C7759E (or 0xC7759E) is known color: Hopbush. HEX triplet: C7, 75 and 9E. RGB value is (199,117,158). Sum of RGB (Red+Green+Blue) = 199+117+158=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7759E is #388A61. Grayscale: #929292. Windows color (decimal): -3705442 or 10384839. OLE color: 10384839.
HSL color Cylindrical-coordinate representation of color #C7759E: hue angle of 330º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7759E is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 158 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.22 |
| HSL | 330º | 0.42% | 0.62% | - |
| HSV(B) | 330º | 0.41% | 0.78% | - |
| XYZ | 36.09 | 27.33 | 35.72 | - |
| YUV | 146.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 158 | 0 | 0.41 | 0.21 | 0.22 | 330 | 0.42 | 0.62 |
| Hex | C7 | 75 | 9E | 0 | 29 | 15 | 16 | 14A | 2A | 3E |
| Octal | 307 | 165 | 236 | 0 | 51 | 25 | 26 | 512 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10011110 | 0 | 101001 | 10101 | 10110 | 101001010 | 101010 | 111110 |
Color Harmonies of #C7759E
Complementary color
Monochromatic Colors of #C7759E
Black with #C7759E
Text Example
Text Example
White with #C7759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7759E; }
p { color: rgb(199,117,158); }
H1.HeaderClassName
{
color: #C7759E;
}
.AnyTagClassName
{
color: #C7759E;
}
</style>
background-color css
<style>
a { background-color: #C7759E; }
a { background-color: rgb(199,117,158); }
div.DivClassName
{
background-color: #C7759E;
}
.BgClassName
{
background-color: #C7759E;
}
</style>
border-color css
<style>
span { border-color: #C7759E; }
span { border-color: rgb(199,117,158); }
td.TdClassName
{
border-color: #C7759E;
}
.TagClassName
{
border-color: #C7759E;
}
</style>