Shades of Hopbush #C66D96
Tints of Hopbush #C66D96
RGB
CMYK
RGB Variations
Color information
#C66D96 (or 0xC66D96) is known color: Hopbush. HEX triplet: C6, 6D and 96. RGB value is (198,109,150). Sum of RGB (Red+Green+Blue) = 198+109+150=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66D96 is #399269. Grayscale: #8C8C8C. Windows color (decimal): -3773034 or 9858502. OLE color: 9858502.
HSL color Cylindrical-coordinate representation of color #C66D96: hue angle of 332.36º 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 #C66D96 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 150 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.22 |
| HSL | 332.36º | 0.44% | 0.6% | - |
| HSV(B) | 332.36º | 0.45% | 0.78% | - |
| XYZ | 34.26 | 25.15 | 31.9 | - |
| YUV | 140.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 150 | 0 | 0.45 | 0.24 | 0.22 | 332.36 | 0.44 | 0.6 |
| Hex | C6 | 6D | 96 | 0 | 2D | 18 | 16 | 14C | 2C | 3C |
| Octal | 306 | 155 | 226 | 0 | 55 | 30 | 26 | 514 | 54 | 74 |
| Binary | 11000110 | 1101101 | 10010110 | 0 | 101101 | 11000 | 10110 | 101001100 | 101100 | 111100 |
Color Harmonies of #C66D96
Complementary color
Monochromatic Colors of #C66D96
Black with #C66D96
Text Example
Text Example
White with #C66D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D96; }
p { color: rgb(198,109,150); }
H1.HeaderClassName
{
color: #C66D96;
}
.AnyTagClassName
{
color: #C66D96;
}
</style>
background-color css
<style>
a { background-color: #C66D96; }
a { background-color: rgb(198,109,150); }
div.DivClassName
{
background-color: #C66D96;
}
.BgClassName
{
background-color: #C66D96;
}
</style>
border-color css
<style>
span { border-color: #C66D96; }
span { border-color: rgb(198,109,150); }
td.TdClassName
{
border-color: #C66D96;
}
.TagClassName
{
border-color: #C66D96;
}
</style>