Shades of Hopbush #C76691
Tints of Hopbush #C76691
RGB
CMYK
RGB Variations
Color information
#C76691 (or 0xC76691) is known color: Hopbush. HEX triplet: C7, 66 and 91. RGB value is (199,102,145). Sum of RGB (Red+Green+Blue) = 199+102+145=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C76691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76691 is #38996E. Grayscale: #878787. Windows color (decimal): -3709295 or 9529031. OLE color: 9529031.
HSL color Cylindrical-coordinate representation of color #C76691: hue angle of 333.4º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76691 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 145 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.22 |
| HSL | 333.4º | 0.46% | 0.59% | - |
| HSV(B) | 333.4º | 0.49% | 0.78% | - |
| XYZ | 33.42 | 23.69 | 29.6 | - |
| YUV | 135.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 145 | 0 | 0.49 | 0.27 | 0.22 | 333.4 | 0.46 | 0.59 |
| Hex | C7 | 66 | 91 | 0 | 31 | 1B | 16 | 14D | 2E | 3B |
| Octal | 307 | 146 | 221 | 0 | 61 | 33 | 26 | 515 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10010001 | 0 | 110001 | 11011 | 10110 | 101001101 | 101110 | 111011 |
Color Harmonies of #C76691
Complementary color
Monochromatic Colors of #C76691
Black with #C76691
Text Example
Text Example
White with #C76691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76691; }
p { color: rgb(199,102,145); }
H1.HeaderClassName
{
color: #C76691;
}
.AnyTagClassName
{
color: #C76691;
}
</style>
background-color css
<style>
a { background-color: #C76691; }
a { background-color: rgb(199,102,145); }
div.DivClassName
{
background-color: #C76691;
}
.BgClassName
{
background-color: #C76691;
}
</style>
border-color css
<style>
span { border-color: #C76691; }
span { border-color: rgb(199,102,145); }
td.TdClassName
{
border-color: #C76691;
}
.TagClassName
{
border-color: #C76691;
}
</style>