Shades of Hopbush #C77A99
Tints of Hopbush #C77A99
RGB
CMYK
RGB Variations
Color information
#C77A99 (or 0xC77A99) is known color: Hopbush. HEX triplet: C7, 7A and 99. RGB value is (199,122,153). Sum of RGB (Red+Green+Blue) = 199+122+153=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77A99 is #388566. Grayscale: #949494. Windows color (decimal): -3704167 or 10058439. OLE color: 10058439.
HSL color Cylindrical-coordinate representation of color #C77A99: hue angle of 335.84º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77A99 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 153 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.22 |
| HSL | 335.84º | 0.41% | 0.63% | - |
| HSV(B) | 335.84º | 0.39% | 0.78% | - |
| XYZ | 36.26 | 28.36 | 33.7 | - |
| YUV | 148.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 153 | 0 | 0.39 | 0.23 | 0.22 | 335.84 | 0.41 | 0.63 |
| Hex | C7 | 7A | 99 | 0 | 27 | 17 | 16 | 150 | 29 | 3F |
| Octal | 307 | 172 | 231 | 0 | 47 | 27 | 26 | 520 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10011001 | 0 | 100111 | 10111 | 10110 | 101010000 | 101001 | 111111 |
Color Harmonies of #C77A99
Complementary color
Monochromatic Colors of #C77A99
Black with #C77A99
Text Example
Text Example
White with #C77A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A99; }
p { color: rgb(199,122,153); }
H1.HeaderClassName
{
color: #C77A99;
}
.AnyTagClassName
{
color: #C77A99;
}
</style>
background-color css
<style>
a { background-color: #C77A99; }
a { background-color: rgb(199,122,153); }
div.DivClassName
{
background-color: #C77A99;
}
.BgClassName
{
background-color: #C77A99;
}
</style>
border-color css
<style>
span { border-color: #C77A99; }
span { border-color: rgb(199,122,153); }
td.TdClassName
{
border-color: #C77A99;
}
.TagClassName
{
border-color: #C77A99;
}
</style>