Shades of Hopbush #C76FAA
Tints of Hopbush #C76FAA
RGB
CMYK
RGB Variations
Color information
#C76FAA (or 0xC76FAA) is known color: Hopbush. HEX triplet: C7, 6F and AA. RGB value is (199,111,170). Sum of RGB (Red+Green+Blue) = 199+111+170=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FAA is #389055. Grayscale: #8F8F8F. Windows color (decimal): -3706966 or 11169735. OLE color: 11169735.
HSL color Cylindrical-coordinate representation of color #C76FAA: hue angle of 319.77º 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 #C76FAA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 170 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.22 |
| HSL | 319.77º | 0.44% | 0.61% | - |
| HSV(B) | 319.77º | 0.44% | 0.78% | - |
| XYZ | 36.49 | 26.41 | 41.21 | - |
| YUV | 144.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 170 | 0 | 0.44 | 0.15 | 0.22 | 319.77 | 0.44 | 0.61 |
| Hex | C7 | 6F | AA | 0 | 2C | F | 16 | 140 | 2C | 3D |
| Octal | 307 | 157 | 252 | 0 | 54 | 17 | 26 | 500 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10101010 | 0 | 101100 | 1111 | 10110 | 101000000 | 101100 | 111101 |
Color Harmonies of #C76FAA
Complementary color
Monochromatic Colors of #C76FAA
Black with #C76FAA
Text Example
Text Example
White with #C76FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FAA; }
p { color: rgb(199,111,170); }
H1.HeaderClassName
{
color: #C76FAA;
}
.AnyTagClassName
{
color: #C76FAA;
}
</style>
background-color css
<style>
a { background-color: #C76FAA; }
a { background-color: rgb(199,111,170); }
div.DivClassName
{
background-color: #C76FAA;
}
.BgClassName
{
background-color: #C76FAA;
}
</style>
border-color css
<style>
span { border-color: #C76FAA; }
span { border-color: rgb(199,111,170); }
td.TdClassName
{
border-color: #C76FAA;
}
.TagClassName
{
border-color: #C76FAA;
}
</style>