Shades of Hopbush #C76099
Tints of Hopbush #C76099
RGB
CMYK
RGB Variations
Color information
#C76099 (or 0xC76099) is known color: Hopbush. HEX triplet: C7, 60 and 99. RGB value is (199,96,153). Sum of RGB (Red+Green+Blue) = 199+96+153=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C76099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76099 is #389F66. Grayscale: #858585. Windows color (decimal): -3710823 or 10051783. OLE color: 10051783.
HSL color Cylindrical-coordinate representation of color #C76099: hue angle of 326.8º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76099 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 153 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.22 |
| HSL | 326.8º | 0.48% | 0.58% | - |
| HSV(B) | 326.8º | 0.52% | 0.78% | - |
| XYZ | 33.49 | 22.81 | 32.77 | - |
| YUV | 133.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 153 | 0 | 0.52 | 0.23 | 0.22 | 326.8 | 0.48 | 0.58 |
| Hex | C7 | 60 | 99 | 0 | 34 | 17 | 16 | 147 | 30 | 3A |
| Octal | 307 | 140 | 231 | 0 | 64 | 27 | 26 | 507 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10011001 | 0 | 110100 | 10111 | 10110 | 101000111 | 110000 | 111010 |
Color Harmonies of #C76099
Complementary color
Monochromatic Colors of #C76099
Black with #C76099
Text Example
Text Example
White with #C76099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76099; }
p { color: rgb(199,96,153); }
H1.HeaderClassName
{
color: #C76099;
}
.AnyTagClassName
{
color: #C76099;
}
</style>
background-color css
<style>
a { background-color: #C76099; }
a { background-color: rgb(199,96,153); }
div.DivClassName
{
background-color: #C76099;
}
.BgClassName
{
background-color: #C76099;
}
</style>
border-color css
<style>
span { border-color: #C76099; }
span { border-color: rgb(199,96,153); }
td.TdClassName
{
border-color: #C76099;
}
.TagClassName
{
border-color: #C76099;
}
</style>