Shades of Hopbush #C76DAB
Tints of Hopbush #C76DAB
RGB
CMYK
RGB Variations
Color information
#C76DAB (or 0xC76DAB) is known color: Hopbush. HEX triplet: C7, 6D and AB. RGB value is (199,109,171). Sum of RGB (Red+Green+Blue) = 199+109+171=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76DAB is #389254. Grayscale: #8E8E8E. Windows color (decimal): -3707477 or 11234759. OLE color: 11234759.
HSL color Cylindrical-coordinate representation of color #C76DAB: hue angle of 318.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 #C76DAB is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 171 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.22 |
| HSL | 318.67º | 0.45% | 0.6% | - |
| HSV(B) | 318.67º | 0.45% | 0.78% | - |
| XYZ | 36.37 | 26.02 | 41.63 | - |
| YUV | 142.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 171 | 0 | 0.45 | 0.14 | 0.22 | 318.67 | 0.45 | 0.6 |
| Hex | C7 | 6D | AB | 0 | 2D | E | 16 | 13F | 2D | 3C |
| Octal | 307 | 155 | 253 | 0 | 55 | 16 | 26 | 477 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10101011 | 0 | 101101 | 1110 | 10110 | 100111111 | 101101 | 111100 |
Color Harmonies of #C76DAB
Complementary color
Monochromatic Colors of #C76DAB
Black with #C76DAB
Text Example
Text Example
White with #C76DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DAB; }
p { color: rgb(199,109,171); }
H1.HeaderClassName
{
color: #C76DAB;
}
.AnyTagClassName
{
color: #C76DAB;
}
</style>
background-color css
<style>
a { background-color: #C76DAB; }
a { background-color: rgb(199,109,171); }
div.DivClassName
{
background-color: #C76DAB;
}
.BgClassName
{
background-color: #C76DAB;
}
</style>
border-color css
<style>
span { border-color: #C76DAB; }
span { border-color: rgb(199,109,171); }
td.TdClassName
{
border-color: #C76DAB;
}
.TagClassName
{
border-color: #C76DAB;
}
</style>