Shades of Hopbush #C660A3
Tints of Hopbush #C660A3
RGB
CMYK
RGB Variations
Color information
#C660A3 (or 0xC660A3) is known color: Hopbush. HEX triplet: C6, 60 and A3. RGB value is (198,96,163). Sum of RGB (Red+Green+Blue) = 198+96+163=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C660A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C660A3 is #399F5C. Grayscale: #858585. Windows color (decimal): -3776349 or 10707142. OLE color: 10707142.
HSL color Cylindrical-coordinate representation of color #C660A3: hue angle of 320.59º 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 #C660A3 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 163 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.22 |
| HSL | 320.59º | 0.47% | 0.58% | - |
| HSV(B) | 320.59º | 0.52% | 0.78% | - |
| XYZ | 34.08 | 23.02 | 37.3 | - |
| YUV | 134.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 163 | 0 | 0.52 | 0.18 | 0.22 | 320.59 | 0.47 | 0.58 |
| Hex | C6 | 60 | A3 | 0 | 34 | 12 | 16 | 141 | 2F | 3A |
| Octal | 306 | 140 | 243 | 0 | 64 | 22 | 26 | 501 | 57 | 72 |
| Binary | 11000110 | 1100000 | 10100011 | 0 | 110100 | 10010 | 10110 | 101000001 | 101111 | 111010 |
Color Harmonies of #C660A3
Complementary color
Monochromatic Colors of #C660A3
Black with #C660A3
Text Example
Text Example
White with #C660A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660A3; }
p { color: rgb(198,96,163); }
H1.HeaderClassName
{
color: #C660A3;
}
.AnyTagClassName
{
color: #C660A3;
}
</style>
background-color css
<style>
a { background-color: #C660A3; }
a { background-color: rgb(198,96,163); }
div.DivClassName
{
background-color: #C660A3;
}
.BgClassName
{
background-color: #C660A3;
}
</style>
border-color css
<style>
span { border-color: #C660A3; }
span { border-color: rgb(198,96,163); }
td.TdClassName
{
border-color: #C660A3;
}
.TagClassName
{
border-color: #C660A3;
}
</style>