Shades of Hopbush #C76086
Tints of Hopbush #C76086
RGB
CMYK
RGB Variations
Color information
#C76086 (or 0xC76086) is known color: Hopbush. HEX triplet: C7, 60 and 86. RGB value is (199,96,134). Sum of RGB (Red+Green+Blue) = 199+96+134=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C76086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76086 is #389F79. Grayscale: #838383. Windows color (decimal): -3710842 or 8806599. OLE color: 8806599.
HSL color Cylindrical-coordinate representation of color #C76086: hue angle of 337.86º 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 #C76086 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 134 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.22 |
| HSL | 337.86º | 0.48% | 0.58% | - |
| HSV(B) | 337.86º | 0.52% | 0.78% | - |
| XYZ | 32.04 | 22.23 | 25.16 | - |
| YUV | 131.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 134 | 0 | 0.52 | 0.33 | 0.22 | 337.86 | 0.48 | 0.58 |
| Hex | C7 | 60 | 86 | 0 | 34 | 21 | 16 | 152 | 30 | 3A |
| Octal | 307 | 140 | 206 | 0 | 64 | 41 | 26 | 522 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10000110 | 0 | 110100 | 100001 | 10110 | 101010010 | 110000 | 111010 |
Color Harmonies of #C76086
Complementary color
Monochromatic Colors of #C76086
Black with #C76086
Text Example
Text Example
White with #C76086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76086; }
p { color: rgb(199,96,134); }
H1.HeaderClassName
{
color: #C76086;
}
.AnyTagClassName
{
color: #C76086;
}
</style>
background-color css
<style>
a { background-color: #C76086; }
a { background-color: rgb(199,96,134); }
div.DivClassName
{
background-color: #C76086;
}
.BgClassName
{
background-color: #C76086;
}
</style>
border-color css
<style>
span { border-color: #C76086; }
span { border-color: rgb(199,96,134); }
td.TdClassName
{
border-color: #C76086;
}
.TagClassName
{
border-color: #C76086;
}
</style>