Shades of Hopbush #C7759A
Tints of Hopbush #C7759A
RGB
CMYK
RGB Variations
Color information
#C7759A (or 0xC7759A) is known color: Hopbush. HEX triplet: C7, 75 and 9A. RGB value is (199,117,154). Sum of RGB (Red+Green+Blue) = 199+117+154=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7759A is #388A65. Grayscale: #919191. Windows color (decimal): -3705446 or 10122695. OLE color: 10122695.
HSL color Cylindrical-coordinate representation of color #C7759A: hue angle of 332.93º 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 #C7759A is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 154 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.22 |
| HSL | 332.93º | 0.42% | 0.62% | - |
| HSV(B) | 332.93º | 0.41% | 0.78% | - |
| XYZ | 35.75 | 27.2 | 33.94 | - |
| YUV | 145.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 154 | 0 | 0.41 | 0.23 | 0.22 | 332.93 | 0.42 | 0.62 |
| Hex | C7 | 75 | 9A | 0 | 29 | 17 | 16 | 14D | 2A | 3E |
| Octal | 307 | 165 | 232 | 0 | 51 | 27 | 26 | 515 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10011010 | 0 | 101001 | 10111 | 10110 | 101001101 | 101010 | 111110 |
Color Harmonies of #C7759A
Complementary color
Monochromatic Colors of #C7759A
Black with #C7759A
Text Example
Text Example
White with #C7759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7759A; }
p { color: rgb(199,117,154); }
H1.HeaderClassName
{
color: #C7759A;
}
.AnyTagClassName
{
color: #C7759A;
}
</style>
background-color css
<style>
a { background-color: #C7759A; }
a { background-color: rgb(199,117,154); }
div.DivClassName
{
background-color: #C7759A;
}
.BgClassName
{
background-color: #C7759A;
}
</style>
border-color css
<style>
span { border-color: #C7759A; }
span { border-color: rgb(199,117,154); }
td.TdClassName
{
border-color: #C7759A;
}
.TagClassName
{
border-color: #C7759A;
}
</style>