Shades of Hopbush #C76384
Tints of Hopbush #C76384
RGB
CMYK
RGB Variations
Color information
#C76384 (or 0xC76384) is known color: Hopbush. HEX triplet: C7, 63 and 84. RGB value is (199,99,132). Sum of RGB (Red+Green+Blue) = 199+99+132=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C76384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76384 is #389C7B. Grayscale: #848484. Windows color (decimal): -3710076 or 8676295. OLE color: 8676295.
HSL color Cylindrical-coordinate representation of color #C76384: hue angle of 340.2º 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 #C76384 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 132 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.22 |
| HSL | 340.2º | 0.47% | 0.58% | - |
| HSV(B) | 340.2º | 0.5% | 0.78% | - |
| XYZ | 32.18 | 22.73 | 24.52 | - |
| YUV | 132.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 132 | 0 | 0.50 | 0.34 | 0.22 | 340.2 | 0.47 | 0.58 |
| Hex | C7 | 63 | 84 | 0 | 32 | 22 | 16 | 154 | 2F | 3A |
| Octal | 307 | 143 | 204 | 0 | 62 | 42 | 26 | 524 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10000100 | 0 | 110010 | 100010 | 10110 | 101010100 | 101111 | 111010 |
Color Harmonies of #C76384
Complementary color
Monochromatic Colors of #C76384
Black with #C76384
Text Example
Text Example
White with #C76384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76384; }
p { color: rgb(199,99,132); }
H1.HeaderClassName
{
color: #C76384;
}
.AnyTagClassName
{
color: #C76384;
}
</style>
background-color css
<style>
a { background-color: #C76384; }
a { background-color: rgb(199,99,132); }
div.DivClassName
{
background-color: #C76384;
}
.BgClassName
{
background-color: #C76384;
}
</style>
border-color css
<style>
span { border-color: #C76384; }
span { border-color: rgb(199,99,132); }
td.TdClassName
{
border-color: #C76384;
}
.TagClassName
{
border-color: #C76384;
}
</style>