Shades of Hopbush #C76CA9
Tints of Hopbush #C76CA9
RGB
CMYK
RGB Variations
Color information
#C76CA9 (or 0xC76CA9) is known color: Hopbush. HEX triplet: C7, 6C and A9. RGB value is (199,108,169). Sum of RGB (Red+Green+Blue) = 199+108+169=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CA9 is #389356. Grayscale: #8E8E8E. Windows color (decimal): -3707735 or 11103431. OLE color: 11103431.
HSL color Cylindrical-coordinate representation of color #C76CA9: hue angle of 319.78º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76CA9 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 169 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.22 |
| HSL | 319.78º | 0.45% | 0.6% | - |
| HSV(B) | 319.78º | 0.46% | 0.78% | - |
| XYZ | 36.08 | 25.73 | 40.6 | - |
| YUV | 142.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 169 | 0 | 0.46 | 0.15 | 0.22 | 319.78 | 0.45 | 0.6 |
| Hex | C7 | 6C | A9 | 0 | 2E | F | 16 | 140 | 2D | 3C |
| Octal | 307 | 154 | 251 | 0 | 56 | 17 | 26 | 500 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10101001 | 0 | 101110 | 1111 | 10110 | 101000000 | 101101 | 111100 |
Color Harmonies of #C76CA9
Complementary color
Monochromatic Colors of #C76CA9
Black with #C76CA9
Text Example
Text Example
White with #C76CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CA9; }
p { color: rgb(199,108,169); }
H1.HeaderClassName
{
color: #C76CA9;
}
.AnyTagClassName
{
color: #C76CA9;
}
</style>
background-color css
<style>
a { background-color: #C76CA9; }
a { background-color: rgb(199,108,169); }
div.DivClassName
{
background-color: #C76CA9;
}
.BgClassName
{
background-color: #C76CA9;
}
</style>
border-color css
<style>
span { border-color: #C76CA9; }
span { border-color: rgb(199,108,169); }
td.TdClassName
{
border-color: #C76CA9;
}
.TagClassName
{
border-color: #C76CA9;
}
</style>