Shades of Hopbush #C76DA2
Tints of Hopbush #C76DA2
RGB
CMYK
RGB Variations
Color information
#C76DA2 (or 0xC76DA2) is known color: Hopbush. HEX triplet: C7, 6D and A2. RGB value is (199,109,162). Sum of RGB (Red+Green+Blue) = 199+109+162=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76DA2 is #38925D. Grayscale: #8D8D8D. Windows color (decimal): -3707486 or 10644935. OLE color: 10644935.
HSL color Cylindrical-coordinate representation of color #C76DA2: hue angle of 324.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76DA2 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 162 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.22 |
| HSL | 324.67º | 0.45% | 0.6% | - |
| HSV(B) | 324.67º | 0.45% | 0.78% | - |
| XYZ | 35.54 | 25.69 | 37.27 | - |
| YUV | 141.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 162 | 0 | 0.45 | 0.19 | 0.22 | 324.67 | 0.45 | 0.6 |
| Hex | C7 | 6D | A2 | 0 | 2D | 13 | 16 | 145 | 2D | 3C |
| Octal | 307 | 155 | 242 | 0 | 55 | 23 | 26 | 505 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10100010 | 0 | 101101 | 10011 | 10110 | 101000101 | 101101 | 111100 |
Color Harmonies of #C76DA2
Complementary color
Monochromatic Colors of #C76DA2
Black with #C76DA2
Text Example
Text Example
White with #C76DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DA2; }
p { color: rgb(199,109,162); }
H1.HeaderClassName
{
color: #C76DA2;
}
.AnyTagClassName
{
color: #C76DA2;
}
</style>
background-color css
<style>
a { background-color: #C76DA2; }
a { background-color: rgb(199,109,162); }
div.DivClassName
{
background-color: #C76DA2;
}
.BgClassName
{
background-color: #C76DA2;
}
</style>
border-color css
<style>
span { border-color: #C76DA2; }
span { border-color: rgb(199,109,162); }
td.TdClassName
{
border-color: #C76DA2;
}
.TagClassName
{
border-color: #C76DA2;
}
</style>