Shades of Hopbush #C760A6
Tints of Hopbush #C760A6
RGB
CMYK
RGB Variations
Color information
#C760A6 (or 0xC760A6) is known color: Hopbush. HEX triplet: C7, 60 and A6. RGB value is (199,96,166). Sum of RGB (Red+Green+Blue) = 199+96+166=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C760A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760A6 is #389F59. Grayscale: #868686. Windows color (decimal): -3710810 or 10903751. OLE color: 10903751.
HSL color Cylindrical-coordinate representation of color #C760A6: hue angle of 319.22º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760A6 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 166 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.22 |
| HSL | 319.22º | 0.48% | 0.58% | - |
| HSV(B) | 319.22º | 0.52% | 0.78% | - |
| XYZ | 34.62 | 23.26 | 38.74 | - |
| YUV | 134.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 166 | 0 | 0.52 | 0.17 | 0.22 | 319.22 | 0.48 | 0.58 |
| Hex | C7 | 60 | A6 | 0 | 34 | 11 | 16 | 13F | 30 | 3A |
| Octal | 307 | 140 | 246 | 0 | 64 | 21 | 26 | 477 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10100110 | 0 | 110100 | 10001 | 10110 | 100111111 | 110000 | 111010 |
Color Harmonies of #C760A6
Complementary color
Monochromatic Colors of #C760A6
Black with #C760A6
Text Example
Text Example
White with #C760A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760A6; }
p { color: rgb(199,96,166); }
H1.HeaderClassName
{
color: #C760A6;
}
.AnyTagClassName
{
color: #C760A6;
}
</style>
background-color css
<style>
a { background-color: #C760A6; }
a { background-color: rgb(199,96,166); }
div.DivClassName
{
background-color: #C760A6;
}
.BgClassName
{
background-color: #C760A6;
}
</style>
border-color css
<style>
span { border-color: #C760A6; }
span { border-color: rgb(199,96,166); }
td.TdClassName
{
border-color: #C760A6;
}
.TagClassName
{
border-color: #C760A6;
}
</style>