Shades of Hopbush #C76D99
Tints of Hopbush #C76D99
RGB
CMYK
RGB Variations
Color information
#C76D99 (or 0xC76D99) is known color: Hopbush. HEX triplet: C7, 6D and 99. RGB value is (199,109,153). Sum of RGB (Red+Green+Blue) = 199+109+153=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D99 is #389266. Grayscale: #8C8C8C. Windows color (decimal): -3707495 or 10055111. OLE color: 10055111.
HSL color Cylindrical-coordinate representation of color #C76D99: hue angle of 330.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76D99 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 153 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.22 |
| HSL | 330.67º | 0.45% | 0.6% | - |
| HSV(B) | 330.67º | 0.45% | 0.78% | - |
| XYZ | 34.77 | 25.38 | 33.2 | - |
| YUV | 140.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 153 | 0 | 0.45 | 0.23 | 0.22 | 330.67 | 0.45 | 0.6 |
| Hex | C7 | 6D | 99 | 0 | 2D | 17 | 16 | 14B | 2D | 3C |
| Octal | 307 | 155 | 231 | 0 | 55 | 27 | 26 | 513 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10011001 | 0 | 101101 | 10111 | 10110 | 101001011 | 101101 | 111100 |
Color Harmonies of #C76D99
Complementary color
Monochromatic Colors of #C76D99
Black with #C76D99
Text Example
Text Example
White with #C76D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D99; }
p { color: rgb(199,109,153); }
H1.HeaderClassName
{
color: #C76D99;
}
.AnyTagClassName
{
color: #C76D99;
}
</style>
background-color css
<style>
a { background-color: #C76D99; }
a { background-color: rgb(199,109,153); }
div.DivClassName
{
background-color: #C76D99;
}
.BgClassName
{
background-color: #C76D99;
}
</style>
border-color css
<style>
span { border-color: #C76D99; }
span { border-color: rgb(199,109,153); }
td.TdClassName
{
border-color: #C76D99;
}
.TagClassName
{
border-color: #C76D99;
}
</style>