Shades of Hopbush #C76CAB
Tints of Hopbush #C76CAB
RGB
CMYK
RGB Variations
Color information
#C76CAB (or 0xC76CAB) is known color: Hopbush. HEX triplet: C7, 6C and AB. RGB value is (199,108,171). Sum of RGB (Red+Green+Blue) = 199+108+171=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CAB is #389354. Grayscale: #8E8E8E. Windows color (decimal): -3707733 or 11234503. OLE color: 11234503.
HSL color Cylindrical-coordinate representation of color #C76CAB: hue angle of 318.46º 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 #C76CAB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 171 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.22 |
| HSL | 318.46º | 0.45% | 0.6% | - |
| HSV(B) | 318.46º | 0.46% | 0.78% | - |
| XYZ | 36.27 | 25.81 | 41.6 | - |
| YUV | 142.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 171 | 0 | 0.46 | 0.14 | 0.22 | 318.46 | 0.45 | 0.6 |
| Hex | C7 | 6C | AB | 0 | 2E | E | 16 | 13E | 2D | 3C |
| Octal | 307 | 154 | 253 | 0 | 56 | 16 | 26 | 476 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10101011 | 0 | 101110 | 1110 | 10110 | 100111110 | 101101 | 111100 |
Color Harmonies of #C76CAB
Complementary color
Monochromatic Colors of #C76CAB
Black with #C76CAB
Text Example
Text Example
White with #C76CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CAB; }
p { color: rgb(199,108,171); }
H1.HeaderClassName
{
color: #C76CAB;
}
.AnyTagClassName
{
color: #C76CAB;
}
</style>
background-color css
<style>
a { background-color: #C76CAB; }
a { background-color: rgb(199,108,171); }
div.DivClassName
{
background-color: #C76CAB;
}
.BgClassName
{
background-color: #C76CAB;
}
</style>
border-color css
<style>
span { border-color: #C76CAB; }
span { border-color: rgb(199,108,171); }
td.TdClassName
{
border-color: #C76CAB;
}
.TagClassName
{
border-color: #C76CAB;
}
</style>