Shades of Hopbush #C76394
Tints of Hopbush #C76394
RGB
CMYK
RGB Variations
Color information
#C76394 (or 0xC76394) is known color: Hopbush. HEX triplet: C7, 63 and 94. RGB value is (199,99,148). Sum of RGB (Red+Green+Blue) = 199+99+148=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C76394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76394 is #389C6B. Grayscale: #868686. Windows color (decimal): -3710060 or 9724871. OLE color: 9724871.
HSL color Cylindrical-coordinate representation of color #C76394: hue angle of 330.6º 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 #C76394 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 148 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.22 |
| HSL | 330.6º | 0.47% | 0.58% | - |
| HSV(B) | 330.6º | 0.5% | 0.78% | - |
| XYZ | 33.36 | 23.2 | 30.74 | - |
| YUV | 134.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 148 | 0 | 0.50 | 0.26 | 0.22 | 330.6 | 0.47 | 0.58 |
| Hex | C7 | 63 | 94 | 0 | 32 | 1A | 16 | 14B | 2F | 3A |
| Octal | 307 | 143 | 224 | 0 | 62 | 32 | 26 | 513 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10010100 | 0 | 110010 | 11010 | 10110 | 101001011 | 101111 | 111010 |
Color Harmonies of #C76394
Complementary color
Monochromatic Colors of #C76394
Black with #C76394
Text Example
Text Example
White with #C76394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76394; }
p { color: rgb(199,99,148); }
H1.HeaderClassName
{
color: #C76394;
}
.AnyTagClassName
{
color: #C76394;
}
</style>
background-color css
<style>
a { background-color: #C76394; }
a { background-color: rgb(199,99,148); }
div.DivClassName
{
background-color: #C76394;
}
.BgClassName
{
background-color: #C76394;
}
</style>
border-color css
<style>
span { border-color: #C76394; }
span { border-color: rgb(199,99,148); }
td.TdClassName
{
border-color: #C76394;
}
.TagClassName
{
border-color: #C76394;
}
</style>