Shades of Hopbush #C666A8
Tints of Hopbush #C666A8
RGB
CMYK
RGB Variations
Color information
#C666A8 (or 0xC666A8) is known color: Hopbush. HEX triplet: C6, 66 and A8. RGB value is (198,102,168). Sum of RGB (Red+Green+Blue) = 198+102+168=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C666A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666A8 is #399957. Grayscale: #8A8A8A. Windows color (decimal): -3774808 or 11036358. OLE color: 11036358.
HSL color Cylindrical-coordinate representation of color #C666A8: hue angle of 318.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C666A8 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 168 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.22 |
| HSL | 318.75º | 0.46% | 0.59% | - |
| HSV(B) | 318.75º | 0.48% | 0.78% | - |
| XYZ | 35.11 | 24.34 | 39.89 | - |
| YUV | 138.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 168 | 0 | 0.48 | 0.15 | 0.22 | 318.75 | 0.46 | 0.59 |
| Hex | C6 | 66 | A8 | 0 | 30 | F | 16 | 13F | 2E | 3B |
| Octal | 306 | 146 | 250 | 0 | 60 | 17 | 26 | 477 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10101000 | 0 | 110000 | 1111 | 10110 | 100111111 | 101110 | 111011 |
Color Harmonies of #C666A8
Complementary color
Monochromatic Colors of #C666A8
Black with #C666A8
Text Example
Text Example
White with #C666A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666A8; }
p { color: rgb(198,102,168); }
H1.HeaderClassName
{
color: #C666A8;
}
.AnyTagClassName
{
color: #C666A8;
}
</style>
background-color css
<style>
a { background-color: #C666A8; }
a { background-color: rgb(198,102,168); }
div.DivClassName
{
background-color: #C666A8;
}
.BgClassName
{
background-color: #C666A8;
}
</style>
border-color css
<style>
span { border-color: #C666A8; }
span { border-color: rgb(198,102,168); }
td.TdClassName
{
border-color: #C666A8;
}
.TagClassName
{
border-color: #C666A8;
}
</style>