Shades of Hopbush #C66C9E
Tints of Hopbush #C66C9E
RGB
CMYK
RGB Variations
Color information
#C66C9E (or 0xC66C9E) is known color: Hopbush. HEX triplet: C6, 6C and 9E. RGB value is (198,108,158). Sum of RGB (Red+Green+Blue) = 198+108+158=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66C9E is #399361. Grayscale: #8C8C8C. Windows color (decimal): -3773282 or 10382534. OLE color: 10382534.
HSL color Cylindrical-coordinate representation of color #C66C9E: hue angle of 326.67º 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 #C66C9E is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 158 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.22 |
| HSL | 326.67º | 0.44% | 0.6% | - |
| HSV(B) | 326.67º | 0.45% | 0.78% | - |
| XYZ | 34.82 | 25.2 | 35.38 | - |
| YUV | 140.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 158 | 0 | 0.45 | 0.20 | 0.22 | 326.67 | 0.44 | 0.6 |
| Hex | C6 | 6C | 9E | 0 | 2D | 14 | 16 | 147 | 2C | 3C |
| Octal | 306 | 154 | 236 | 0 | 55 | 24 | 26 | 507 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10011110 | 0 | 101101 | 10100 | 10110 | 101000111 | 101100 | 111100 |
Color Harmonies of #C66C9E
Complementary color
Monochromatic Colors of #C66C9E
Black with #C66C9E
Text Example
Text Example
White with #C66C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C9E; }
p { color: rgb(198,108,158); }
H1.HeaderClassName
{
color: #C66C9E;
}
.AnyTagClassName
{
color: #C66C9E;
}
</style>
background-color css
<style>
a { background-color: #C66C9E; }
a { background-color: rgb(198,108,158); }
div.DivClassName
{
background-color: #C66C9E;
}
.BgClassName
{
background-color: #C66C9E;
}
</style>
border-color css
<style>
span { border-color: #C66C9E; }
span { border-color: rgb(198,108,158); }
td.TdClassName
{
border-color: #C66C9E;
}
.TagClassName
{
border-color: #C66C9E;
}
</style>