Shades of Hopbush #C76CA1
Tints of Hopbush #C76CA1
RGB
CMYK
RGB Variations
Color information
#C76CA1 (or 0xC76CA1) is known color: Hopbush. HEX triplet: C7, 6C and A1. RGB value is (199,108,161). Sum of RGB (Red+Green+Blue) = 199+108+161=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CA1 is #38935E. Grayscale: #8D8D8D. Windows color (decimal): -3707743 or 10579143. OLE color: 10579143.
HSL color Cylindrical-coordinate representation of color #C76CA1: hue angle of 325.05º 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 #C76CA1 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 161 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.22 |
| HSL | 325.05º | 0.45% | 0.6% | - |
| HSV(B) | 325.05º | 0.46% | 0.78% | - |
| XYZ | 35.35 | 25.44 | 36.77 | - |
| YUV | 141.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 161 | 0 | 0.46 | 0.19 | 0.22 | 325.05 | 0.45 | 0.6 |
| Hex | C7 | 6C | A1 | 0 | 2E | 13 | 16 | 145 | 2D | 3C |
| Octal | 307 | 154 | 241 | 0 | 56 | 23 | 26 | 505 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10100001 | 0 | 101110 | 10011 | 10110 | 101000101 | 101101 | 111100 |
Color Harmonies of #C76CA1
Complementary color
Monochromatic Colors of #C76CA1
Black with #C76CA1
Text Example
Text Example
White with #C76CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CA1; }
p { color: rgb(199,108,161); }
H1.HeaderClassName
{
color: #C76CA1;
}
.AnyTagClassName
{
color: #C76CA1;
}
</style>
background-color css
<style>
a { background-color: #C76CA1; }
a { background-color: rgb(199,108,161); }
div.DivClassName
{
background-color: #C76CA1;
}
.BgClassName
{
background-color: #C76CA1;
}
</style>
border-color css
<style>
span { border-color: #C76CA1; }
span { border-color: rgb(199,108,161); }
td.TdClassName
{
border-color: #C76CA1;
}
.TagClassName
{
border-color: #C76CA1;
}
</style>