Shades of Hopbush #C66CA8
Tints of Hopbush #C66CA8
RGB
CMYK
RGB Variations
Color information
#C66CA8 (or 0xC66CA8) is known color: Hopbush. HEX triplet: C6, 6C and A8. RGB value is (198,108,168). Sum of RGB (Red+Green+Blue) = 198+108+168=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66CA8 is #399357. Grayscale: #8D8D8D. Windows color (decimal): -3773272 or 11037894. OLE color: 11037894.
HSL color Cylindrical-coordinate representation of color #C66CA8: hue angle of 320º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66CA8 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 168 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.22 |
| HSL | 320º | 0.44% | 0.6% | - |
| HSV(B) | 320º | 0.45% | 0.78% | - |
| XYZ | 35.72 | 25.56 | 40.1 | - |
| YUV | 141.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 168 | 0 | 0.45 | 0.15 | 0.22 | 320 | 0.44 | 0.6 |
| Hex | C6 | 6C | A8 | 0 | 2D | F | 16 | 140 | 2C | 3C |
| Octal | 306 | 154 | 250 | 0 | 55 | 17 | 26 | 500 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10101000 | 0 | 101101 | 1111 | 10110 | 101000000 | 101100 | 111100 |
Color Harmonies of #C66CA8
Complementary color
Monochromatic Colors of #C66CA8
Black with #C66CA8
Text Example
Text Example
White with #C66CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CA8; }
p { color: rgb(198,108,168); }
H1.HeaderClassName
{
color: #C66CA8;
}
.AnyTagClassName
{
color: #C66CA8;
}
</style>
background-color css
<style>
a { background-color: #C66CA8; }
a { background-color: rgb(198,108,168); }
div.DivClassName
{
background-color: #C66CA8;
}
.BgClassName
{
background-color: #C66CA8;
}
</style>
border-color css
<style>
span { border-color: #C66CA8; }
span { border-color: rgb(198,108,168); }
td.TdClassName
{
border-color: #C66CA8;
}
.TagClassName
{
border-color: #C66CA8;
}
</style>