Shades of Hopbush #C7759C
Tints of Hopbush #C7759C
RGB
CMYK
RGB Variations
Color information
#C7759C (or 0xC7759C) is known color: Hopbush. HEX triplet: C7, 75 and 9C. RGB value is (199,117,156). Sum of RGB (Red+Green+Blue) = 199+117+156=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7759C is #388A63. Grayscale: #919191. Windows color (decimal): -3705444 or 10253767. OLE color: 10253767.
HSL color Cylindrical-coordinate representation of color #C7759C: hue angle of 331.46º 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 #C7759C is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 156 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.22 |
| HSL | 331.46º | 0.42% | 0.62% | - |
| HSV(B) | 331.46º | 0.41% | 0.78% | - |
| XYZ | 35.92 | 27.26 | 34.82 | - |
| YUV | 145.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 156 | 0 | 0.41 | 0.22 | 0.22 | 331.46 | 0.42 | 0.62 |
| Hex | C7 | 75 | 9C | 0 | 29 | 16 | 16 | 14B | 2A | 3E |
| Octal | 307 | 165 | 234 | 0 | 51 | 26 | 26 | 513 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10011100 | 0 | 101001 | 10110 | 10110 | 101001011 | 101010 | 111110 |
Color Harmonies of #C7759C
Complementary color
Monochromatic Colors of #C7759C
Black with #C7759C
Text Example
Text Example
White with #C7759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7759C; }
p { color: rgb(199,117,156); }
H1.HeaderClassName
{
color: #C7759C;
}
.AnyTagClassName
{
color: #C7759C;
}
</style>
background-color css
<style>
a { background-color: #C7759C; }
a { background-color: rgb(199,117,156); }
div.DivClassName
{
background-color: #C7759C;
}
.BgClassName
{
background-color: #C7759C;
}
</style>
border-color css
<style>
span { border-color: #C7759C; }
span { border-color: rgb(199,117,156); }
td.TdClassName
{
border-color: #C7759C;
}
.TagClassName
{
border-color: #C7759C;
}
</style>