Shades of Hopbush #C66C9F
Tints of Hopbush #C66C9F
RGB
CMYK
RGB Variations
Color information
#C66C9F (or 0xC66C9F) is known color: Hopbush. HEX triplet: C6, 6C and 9F. RGB value is (198,108,159). Sum of RGB (Red+Green+Blue) = 198+108+159=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66C9F is #399360. Grayscale: #8C8C8C. Windows color (decimal): -3773281 or 10448070. OLE color: 10448070.
HSL color Cylindrical-coordinate representation of color #C66C9F: hue angle of 326º 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 #C66C9F is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 159 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.22 |
| HSL | 326º | 0.44% | 0.6% | - |
| HSV(B) | 326º | 0.45% | 0.78% | - |
| XYZ | 34.91 | 25.23 | 35.83 | - |
| YUV | 140.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 159 | 0 | 0.45 | 0.20 | 0.22 | 326 | 0.44 | 0.6 |
| Hex | C6 | 6C | 9F | 0 | 2D | 14 | 16 | 146 | 2C | 3C |
| Octal | 306 | 154 | 237 | 0 | 55 | 24 | 26 | 506 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10011111 | 0 | 101101 | 10100 | 10110 | 101000110 | 101100 | 111100 |
Color Harmonies of #C66C9F
Complementary color
Monochromatic Colors of #C66C9F
Black with #C66C9F
Text Example
Text Example
White with #C66C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C9F; }
p { color: rgb(198,108,159); }
H1.HeaderClassName
{
color: #C66C9F;
}
.AnyTagClassName
{
color: #C66C9F;
}
</style>
background-color css
<style>
a { background-color: #C66C9F; }
a { background-color: rgb(198,108,159); }
div.DivClassName
{
background-color: #C66C9F;
}
.BgClassName
{
background-color: #C66C9F;
}
</style>
border-color css
<style>
span { border-color: #C66C9F; }
span { border-color: rgb(198,108,159); }
td.TdClassName
{
border-color: #C66C9F;
}
.TagClassName
{
border-color: #C66C9F;
}
</style>