Shades of Hopbush #C76FAE
Tints of Hopbush #C76FAE
RGB
CMYK
RGB Variations
Color information
#C76FAE (or 0xC76FAE) is known color: Hopbush. HEX triplet: C7, 6F and AE. RGB value is (199,111,174). Sum of RGB (Red+Green+Blue) = 199+111+174=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FAE is #389051. Grayscale: #909090. Windows color (decimal): -3706962 or 11431879. OLE color: 11431879.
HSL color Cylindrical-coordinate representation of color #C76FAE: hue angle of 317.05º 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 #C76FAE is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 174 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.22 |
| HSL | 317.05º | 0.44% | 0.61% | - |
| HSV(B) | 317.05º | 0.44% | 0.78% | - |
| XYZ | 36.88 | 26.57 | 43.23 | - |
| YUV | 144.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 174 | 0 | 0.44 | 0.13 | 0.22 | 317.05 | 0.44 | 0.61 |
| Hex | C7 | 6F | AE | 0 | 2C | D | 16 | 13D | 2C | 3D |
| Octal | 307 | 157 | 256 | 0 | 54 | 15 | 26 | 475 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10101110 | 0 | 101100 | 1101 | 10110 | 100111101 | 101100 | 111101 |
Color Harmonies of #C76FAE
Complementary color
Monochromatic Colors of #C76FAE
Black with #C76FAE
Text Example
Text Example
White with #C76FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FAE; }
p { color: rgb(199,111,174); }
H1.HeaderClassName
{
color: #C76FAE;
}
.AnyTagClassName
{
color: #C76FAE;
}
</style>
background-color css
<style>
a { background-color: #C76FAE; }
a { background-color: rgb(199,111,174); }
div.DivClassName
{
background-color: #C76FAE;
}
.BgClassName
{
background-color: #C76FAE;
}
</style>
border-color css
<style>
span { border-color: #C76FAE; }
span { border-color: rgb(199,111,174); }
td.TdClassName
{
border-color: #C76FAE;
}
.TagClassName
{
border-color: #C76FAE;
}
</style>