Shades of Hopbush #C76FA7
Tints of Hopbush #C76FA7
RGB
CMYK
RGB Variations
Color information
#C76FA7 (or 0xC76FA7) is known color: Hopbush. HEX triplet: C7, 6F and A7. RGB value is (199,111,167). Sum of RGB (Red+Green+Blue) = 199+111+167=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FA7 is #389058. Grayscale: #8F8F8F. Windows color (decimal): -3706969 or 10973127. OLE color: 10973127.
HSL color Cylindrical-coordinate representation of color #C76FA7: hue angle of 321.82º 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 #C76FA7 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 167 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.22 |
| HSL | 321.82º | 0.44% | 0.61% | - |
| HSV(B) | 321.82º | 0.44% | 0.78% | - |
| XYZ | 36.21 | 26.3 | 39.73 | - |
| YUV | 143.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 167 | 0 | 0.44 | 0.16 | 0.22 | 321.82 | 0.44 | 0.61 |
| Hex | C7 | 6F | A7 | 0 | 2C | 10 | 16 | 142 | 2C | 3D |
| Octal | 307 | 157 | 247 | 0 | 54 | 20 | 26 | 502 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10100111 | 0 | 101100 | 10000 | 10110 | 101000010 | 101100 | 111101 |
Color Harmonies of #C76FA7
Complementary color
Monochromatic Colors of #C76FA7
Black with #C76FA7
Text Example
Text Example
White with #C76FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FA7; }
p { color: rgb(199,111,167); }
H1.HeaderClassName
{
color: #C76FA7;
}
.AnyTagClassName
{
color: #C76FA7;
}
</style>
background-color css
<style>
a { background-color: #C76FA7; }
a { background-color: rgb(199,111,167); }
div.DivClassName
{
background-color: #C76FA7;
}
.BgClassName
{
background-color: #C76FA7;
}
</style>
border-color css
<style>
span { border-color: #C76FA7; }
span { border-color: rgb(199,111,167); }
td.TdClassName
{
border-color: #C76FA7;
}
.TagClassName
{
border-color: #C76FA7;
}
</style>