Shades of Hopbush #C77A98
Tints of Hopbush #C77A98
RGB
CMYK
RGB Variations
Color information
#C77A98 (or 0xC77A98) is known color: Hopbush. HEX triplet: C7, 7A and 98. RGB value is (199,122,152). Sum of RGB (Red+Green+Blue) = 199+122+152=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77A98 is #388567. Grayscale: #949494. Windows color (decimal): -3704168 or 9992903. OLE color: 9992903.
HSL color Cylindrical-coordinate representation of color #C77A98: hue angle of 336.62º 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 #C77A98 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 152 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.22 |
| HSL | 336.62º | 0.41% | 0.63% | - |
| HSV(B) | 336.62º | 0.39% | 0.78% | - |
| XYZ | 36.18 | 28.33 | 33.27 | - |
| YUV | 148.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 152 | 0 | 0.39 | 0.24 | 0.22 | 336.62 | 0.41 | 0.63 |
| Hex | C7 | 7A | 98 | 0 | 27 | 18 | 16 | 151 | 29 | 3F |
| Octal | 307 | 172 | 230 | 0 | 47 | 30 | 26 | 521 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10011000 | 0 | 100111 | 11000 | 10110 | 101010001 | 101001 | 111111 |
Color Harmonies of #C77A98
Complementary color
Monochromatic Colors of #C77A98
Black with #C77A98
Text Example
Text Example
White with #C77A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A98; }
p { color: rgb(199,122,152); }
H1.HeaderClassName
{
color: #C77A98;
}
.AnyTagClassName
{
color: #C77A98;
}
</style>
background-color css
<style>
a { background-color: #C77A98; }
a { background-color: rgb(199,122,152); }
div.DivClassName
{
background-color: #C77A98;
}
.BgClassName
{
background-color: #C77A98;
}
</style>
border-color css
<style>
span { border-color: #C77A98; }
span { border-color: rgb(199,122,152); }
td.TdClassName
{
border-color: #C77A98;
}
.TagClassName
{
border-color: #C77A98;
}
</style>