Shades of Hopbush #C660A6
Tints of Hopbush #C660A6
RGB
CMYK
RGB Variations
Color information
#C660A6 (or 0xC660A6) is known color: Hopbush. HEX triplet: C6, 60 and A6. RGB value is (198,96,166). Sum of RGB (Red+Green+Blue) = 198+96+166=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C660A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C660A6 is #399F59. Grayscale: #868686. Windows color (decimal): -3776346 or 10903750. OLE color: 10903750.
HSL color Cylindrical-coordinate representation of color #C660A6: hue angle of 318.82º degrees, saturation: 0.47, 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 #C660A6 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 166 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.22 |
| HSL | 318.82º | 0.47% | 0.58% | - |
| HSV(B) | 318.82º | 0.52% | 0.78% | - |
| XYZ | 34.35 | 23.12 | 38.73 | - |
| YUV | 134.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 166 | 0 | 0.52 | 0.16 | 0.22 | 318.82 | 0.47 | 0.58 |
| Hex | C6 | 60 | A6 | 0 | 34 | 10 | 16 | 13F | 2F | 3A |
| Octal | 306 | 140 | 246 | 0 | 64 | 20 | 26 | 477 | 57 | 72 |
| Binary | 11000110 | 1100000 | 10100110 | 0 | 110100 | 10000 | 10110 | 100111111 | 101111 | 111010 |
Color Harmonies of #C660A6
Complementary color
Monochromatic Colors of #C660A6
Black with #C660A6
Text Example
Text Example
White with #C660A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660A6; }
p { color: rgb(198,96,166); }
H1.HeaderClassName
{
color: #C660A6;
}
.AnyTagClassName
{
color: #C660A6;
}
</style>
background-color css
<style>
a { background-color: #C660A6; }
a { background-color: rgb(198,96,166); }
div.DivClassName
{
background-color: #C660A6;
}
.BgClassName
{
background-color: #C660A6;
}
</style>
border-color css
<style>
span { border-color: #C660A6; }
span { border-color: rgb(198,96,166); }
td.TdClassName
{
border-color: #C660A6;
}
.TagClassName
{
border-color: #C660A6;
}
</style>