Shades of Hopbush #C662A8
Tints of Hopbush #C662A8
RGB
CMYK
RGB Variations
Color information
#C662A8 (or 0xC662A8) is known color: Hopbush. HEX triplet: C6, 62 and A8. RGB value is (198,98,168). Sum of RGB (Red+Green+Blue) = 198+98+168=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C662A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C662A8 is #399D57. Grayscale: #878787. Windows color (decimal): -3775832 or 11035334. OLE color: 11035334.
HSL color Cylindrical-coordinate representation of color #C662A8: hue angle of 318º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C662A8 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 168 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.22 |
| HSL | 318º | 0.47% | 0.58% | - |
| HSV(B) | 318º | 0.51% | 0.78% | - |
| XYZ | 34.72 | 23.57 | 39.76 | - |
| YUV | 135.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 168 | 0 | 0.51 | 0.15 | 0.22 | 318 | 0.47 | 0.58 |
| Hex | C6 | 62 | A8 | 0 | 33 | F | 16 | 13E | 2F | 3A |
| Octal | 306 | 142 | 250 | 0 | 63 | 17 | 26 | 476 | 57 | 72 |
| Binary | 11000110 | 1100010 | 10101000 | 0 | 110011 | 1111 | 10110 | 100111110 | 101111 | 111010 |
Color Harmonies of #C662A8
Complementary color
Monochromatic Colors of #C662A8
Black with #C662A8
Text Example
Text Example
White with #C662A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662A8; }
p { color: rgb(198,98,168); }
H1.HeaderClassName
{
color: #C662A8;
}
.AnyTagClassName
{
color: #C662A8;
}
</style>
background-color css
<style>
a { background-color: #C662A8; }
a { background-color: rgb(198,98,168); }
div.DivClassName
{
background-color: #C662A8;
}
.BgClassName
{
background-color: #C662A8;
}
</style>
border-color css
<style>
span { border-color: #C662A8; }
span { border-color: rgb(198,98,168); }
td.TdClassName
{
border-color: #C662A8;
}
.TagClassName
{
border-color: #C662A8;
}
</style>