Shades of Hopbush #C77496
Tints of Hopbush #C77496
RGB
CMYK
RGB Variations
Color information
#C77496 (or 0xC77496) is known color: Hopbush. HEX triplet: C7, 74 and 96. RGB value is (199,116,150). Sum of RGB (Red+Green+Blue) = 199+116+150=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C77496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77496 is #388B69. Grayscale: #909090. Windows color (decimal): -3705706 or 9860295. OLE color: 9860295.
HSL color Cylindrical-coordinate representation of color #C77496: hue angle of 335.42º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77496 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 150 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.22 |
| HSL | 335.42º | 0.43% | 0.62% | - |
| HSV(B) | 335.42º | 0.42% | 0.78% | - |
| XYZ | 35.3 | 26.83 | 32.17 | - |
| YUV | 144.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 150 | 0 | 0.42 | 0.25 | 0.22 | 335.42 | 0.43 | 0.62 |
| Hex | C7 | 74 | 96 | 0 | 2A | 19 | 16 | 14F | 2B | 3E |
| Octal | 307 | 164 | 226 | 0 | 52 | 31 | 26 | 517 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10010110 | 0 | 101010 | 11001 | 10110 | 101001111 | 101011 | 111110 |
Color Harmonies of #C77496
Complementary color
Monochromatic Colors of #C77496
Black with #C77496
Text Example
Text Example
White with #C77496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77496; }
p { color: rgb(199,116,150); }
H1.HeaderClassName
{
color: #C77496;
}
.AnyTagClassName
{
color: #C77496;
}
</style>
background-color css
<style>
a { background-color: #C77496; }
a { background-color: rgb(199,116,150); }
div.DivClassName
{
background-color: #C77496;
}
.BgClassName
{
background-color: #C77496;
}
</style>
border-color css
<style>
span { border-color: #C77496; }
span { border-color: rgb(199,116,150); }
td.TdClassName
{
border-color: #C77496;
}
.TagClassName
{
border-color: #C77496;
}
</style>