Shades of Hopbush #C76FAC
Tints of Hopbush #C76FAC
RGB
CMYK
RGB Variations
Color information
#C76FAC (or 0xC76FAC) is known color: Hopbush. HEX triplet: C7, 6F and AC. RGB value is (199,111,172). Sum of RGB (Red+Green+Blue) = 199+111+172=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FAC is #389053. Grayscale: #909090. Windows color (decimal): -3706964 or 11300807. OLE color: 11300807.
HSL color Cylindrical-coordinate representation of color #C76FAC: hue angle of 318.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76FAC is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 172 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.22 |
| HSL | 318.41º | 0.44% | 0.61% | - |
| HSV(B) | 318.41º | 0.44% | 0.78% | - |
| XYZ | 36.68 | 26.49 | 42.21 | - |
| YUV | 144.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 172 | 0 | 0.44 | 0.14 | 0.22 | 318.41 | 0.44 | 0.61 |
| Hex | C7 | 6F | AC | 0 | 2C | E | 16 | 13E | 2C | 3D |
| Octal | 307 | 157 | 254 | 0 | 54 | 16 | 26 | 476 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10101100 | 0 | 101100 | 1110 | 10110 | 100111110 | 101100 | 111101 |
Color Harmonies of #C76FAC
Complementary color
Monochromatic Colors of #C76FAC
Black with #C76FAC
Text Example
Text Example
White with #C76FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FAC; }
p { color: rgb(199,111,172); }
H1.HeaderClassName
{
color: #C76FAC;
}
.AnyTagClassName
{
color: #C76FAC;
}
</style>
background-color css
<style>
a { background-color: #C76FAC; }
a { background-color: rgb(199,111,172); }
div.DivClassName
{
background-color: #C76FAC;
}
.BgClassName
{
background-color: #C76FAC;
}
</style>
border-color css
<style>
span { border-color: #C76FAC; }
span { border-color: rgb(199,111,172); }
td.TdClassName
{
border-color: #C76FAC;
}
.TagClassName
{
border-color: #C76FAC;
}
</style>