Shades of Hopbush #C76CAC
Tints of Hopbush #C76CAC
RGB
CMYK
RGB Variations
Color information
#C76CAC (or 0xC76CAC) is known color: Hopbush. HEX triplet: C7, 6C and AC. RGB value is (199,108,172). Sum of RGB (Red+Green+Blue) = 199+108+172=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CAC is #389353. Grayscale: #8E8E8E. Windows color (decimal): -3707732 or 11300039. OLE color: 11300039.
HSL color Cylindrical-coordinate representation of color #C76CAC: hue angle of 317.8º 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 #C76CAC is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 172 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.22 |
| HSL | 317.8º | 0.45% | 0.6% | - |
| HSV(B) | 317.8º | 0.46% | 0.78% | - |
| XYZ | 36.36 | 25.85 | 42.1 | - |
| YUV | 142.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 172 | 0 | 0.46 | 0.14 | 0.22 | 317.8 | 0.45 | 0.6 |
| Hex | C7 | 6C | AC | 0 | 2E | E | 16 | 13E | 2D | 3C |
| Octal | 307 | 154 | 254 | 0 | 56 | 16 | 26 | 476 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10101100 | 0 | 101110 | 1110 | 10110 | 100111110 | 101101 | 111100 |
Color Harmonies of #C76CAC
Complementary color
Monochromatic Colors of #C76CAC
Black with #C76CAC
Text Example
Text Example
White with #C76CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CAC; }
p { color: rgb(199,108,172); }
H1.HeaderClassName
{
color: #C76CAC;
}
.AnyTagClassName
{
color: #C76CAC;
}
</style>
background-color css
<style>
a { background-color: #C76CAC; }
a { background-color: rgb(199,108,172); }
div.DivClassName
{
background-color: #C76CAC;
}
.BgClassName
{
background-color: #C76CAC;
}
</style>
border-color css
<style>
span { border-color: #C76CAC; }
span { border-color: rgb(199,108,172); }
td.TdClassName
{
border-color: #C76CAC;
}
.TagClassName
{
border-color: #C76CAC;
}
</style>