Shades of Hopbush #C66C96
Tints of Hopbush #C66C96
RGB
CMYK
RGB Variations
Color information
#C66C96 (or 0xC66C96) is known color: Hopbush. HEX triplet: C6, 6C and 96. RGB value is (198,108,150). Sum of RGB (Red+Green+Blue) = 198+108+150=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66C96 is #399369. Grayscale: #8B8B8B. Windows color (decimal): -3773290 or 9858246. OLE color: 9858246.
HSL color Cylindrical-coordinate representation of color #C66C96: hue angle of 332º 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 #C66C96 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 150 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.22 |
| HSL | 332º | 0.44% | 0.6% | - |
| HSV(B) | 332º | 0.45% | 0.78% | - |
| XYZ | 34.16 | 24.93 | 31.87 | - |
| YUV | 139.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 150 | 0 | 0.45 | 0.24 | 0.22 | 332 | 0.44 | 0.6 |
| Hex | C6 | 6C | 96 | 0 | 2D | 18 | 16 | 14C | 2C | 3C |
| Octal | 306 | 154 | 226 | 0 | 55 | 30 | 26 | 514 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10010110 | 0 | 101101 | 11000 | 10110 | 101001100 | 101100 | 111100 |
Color Harmonies of #C66C96
Complementary color
Monochromatic Colors of #C66C96
Black with #C66C96
Text Example
Text Example
White with #C66C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C96; }
p { color: rgb(198,108,150); }
H1.HeaderClassName
{
color: #C66C96;
}
.AnyTagClassName
{
color: #C66C96;
}
</style>
background-color css
<style>
a { background-color: #C66C96; }
a { background-color: rgb(198,108,150); }
div.DivClassName
{
background-color: #C66C96;
}
.BgClassName
{
background-color: #C66C96;
}
</style>
border-color css
<style>
span { border-color: #C66C96; }
span { border-color: rgb(198,108,150); }
td.TdClassName
{
border-color: #C66C96;
}
.TagClassName
{
border-color: #C66C96;
}
</style>