Shades of Hopbush #C76F99
Tints of Hopbush #C76F99
RGB
CMYK
RGB Variations
Color information
#C76F99 (or 0xC76F99) is known color: Hopbush. HEX triplet: C7, 6F and 99. RGB value is (199,111,153). Sum of RGB (Red+Green+Blue) = 199+111+153=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F99 is #389066. Grayscale: #8E8E8E. Windows color (decimal): -3706983 or 10055623. OLE color: 10055623.
HSL color Cylindrical-coordinate representation of color #C76F99: hue angle of 331.36º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76F99 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 153 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.22 |
| HSL | 331.36º | 0.44% | 0.61% | - |
| HSV(B) | 331.36º | 0.44% | 0.78% | - |
| XYZ | 34.99 | 25.81 | 33.27 | - |
| YUV | 142.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 153 | 0 | 0.44 | 0.23 | 0.22 | 331.36 | 0.44 | 0.61 |
| Hex | C7 | 6F | 99 | 0 | 2C | 17 | 16 | 14B | 2C | 3D |
| Octal | 307 | 157 | 231 | 0 | 54 | 27 | 26 | 513 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10011001 | 0 | 101100 | 10111 | 10110 | 101001011 | 101100 | 111101 |
Color Harmonies of #C76F99
Complementary color
Monochromatic Colors of #C76F99
Black with #C76F99
Text Example
Text Example
White with #C76F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F99; }
p { color: rgb(199,111,153); }
H1.HeaderClassName
{
color: #C76F99;
}
.AnyTagClassName
{
color: #C76F99;
}
</style>
background-color css
<style>
a { background-color: #C76F99; }
a { background-color: rgb(199,111,153); }
div.DivClassName
{
background-color: #C76F99;
}
.BgClassName
{
background-color: #C76F99;
}
</style>
border-color css
<style>
span { border-color: #C76F99; }
span { border-color: rgb(199,111,153); }
td.TdClassName
{
border-color: #C76F99;
}
.TagClassName
{
border-color: #C76F99;
}
</style>