Shades of Hopbush #C76FAB
Tints of Hopbush #C76FAB
RGB
CMYK
RGB Variations
Color information
#C76FAB (or 0xC76FAB) is known color: Hopbush. HEX triplet: C7, 6F and AB. RGB value is (199,111,171). Sum of RGB (Red+Green+Blue) = 199+111+171=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FAB is #389054. Grayscale: #909090. Windows color (decimal): -3706965 or 11235271. OLE color: 11235271.
HSL color Cylindrical-coordinate representation of color #C76FAB: hue angle of 319.09º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76FAB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 171 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.22 |
| HSL | 319.09º | 0.44% | 0.61% | - |
| HSV(B) | 319.09º | 0.44% | 0.78% | - |
| XYZ | 36.59 | 26.45 | 41.71 | - |
| YUV | 144.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 171 | 0 | 0.44 | 0.14 | 0.22 | 319.09 | 0.44 | 0.61 |
| Hex | C7 | 6F | AB | 0 | 2C | E | 16 | 13F | 2C | 3D |
| Octal | 307 | 157 | 253 | 0 | 54 | 16 | 26 | 477 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10101011 | 0 | 101100 | 1110 | 10110 | 100111111 | 101100 | 111101 |
Color Harmonies of #C76FAB
Complementary color
Monochromatic Colors of #C76FAB
Black with #C76FAB
Text Example
Text Example
White with #C76FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FAB; }
p { color: rgb(199,111,171); }
H1.HeaderClassName
{
color: #C76FAB;
}
.AnyTagClassName
{
color: #C76FAB;
}
</style>
background-color css
<style>
a { background-color: #C76FAB; }
a { background-color: rgb(199,111,171); }
div.DivClassName
{
background-color: #C76FAB;
}
.BgClassName
{
background-color: #C76FAB;
}
</style>
border-color css
<style>
span { border-color: #C76FAB; }
span { border-color: rgb(199,111,171); }
td.TdClassName
{
border-color: #C76FAB;
}
.TagClassName
{
border-color: #C76FAB;
}
</style>