Shades of Hopbush #C76386
Tints of Hopbush #C76386
RGB
CMYK
RGB Variations
Color information
#C76386 (or 0xC76386) is known color: Hopbush. HEX triplet: C7, 63 and 86. RGB value is (199,99,134). Sum of RGB (Red+Green+Blue) = 199+99+134=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76386 is #389C79. Grayscale: #848484. Windows color (decimal): -3710074 or 8807367. OLE color: 8807367.
HSL color Cylindrical-coordinate representation of color #C76386: hue angle of 339º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76386 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 134 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.22 |
| HSL | 339º | 0.47% | 0.58% | - |
| HSV(B) | 339º | 0.5% | 0.78% | - |
| XYZ | 32.32 | 22.79 | 25.25 | - |
| YUV | 132.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 134 | 0 | 0.50 | 0.33 | 0.22 | 339 | 0.47 | 0.58 |
| Hex | C7 | 63 | 86 | 0 | 32 | 21 | 16 | 153 | 2F | 3A |
| Octal | 307 | 143 | 206 | 0 | 62 | 41 | 26 | 523 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10000110 | 0 | 110010 | 100001 | 10110 | 101010011 | 101111 | 111010 |
Color Harmonies of #C76386
Complementary color
Monochromatic Colors of #C76386
Black with #C76386
Text Example
Text Example
White with #C76386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76386; }
p { color: rgb(199,99,134); }
H1.HeaderClassName
{
color: #C76386;
}
.AnyTagClassName
{
color: #C76386;
}
</style>
background-color css
<style>
a { background-color: #C76386; }
a { background-color: rgb(199,99,134); }
div.DivClassName
{
background-color: #C76386;
}
.BgClassName
{
background-color: #C76386;
}
</style>
border-color css
<style>
span { border-color: #C76386; }
span { border-color: rgb(199,99,134); }
td.TdClassName
{
border-color: #C76386;
}
.TagClassName
{
border-color: #C76386;
}
</style>