Shades of Hopbush #C66E8D
Tints of Hopbush #C66E8D
RGB
CMYK
RGB Variations
Color information
#C66E8D (or 0xC66E8D) is known color: Hopbush. HEX triplet: C6, 6E and 8D. RGB value is (198,110,141). Sum of RGB (Red+Green+Blue) = 198+110+141=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66E8D is #399172. Grayscale: #8B8B8B. Windows color (decimal): -3772787 or 9268934. OLE color: 9268934.
HSL color Cylindrical-coordinate representation of color #C66E8D: hue angle of 338.86º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66E8D is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 141 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.22 |
| HSL | 338.86º | 0.44% | 0.6% | - |
| HSV(B) | 338.86º | 0.44% | 0.78% | - |
| XYZ | 33.67 | 25.08 | 28.27 | - |
| YUV | 139.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 141 | 0 | 0.44 | 0.29 | 0.22 | 338.86 | 0.44 | 0.6 |
| Hex | C6 | 6E | 8D | 0 | 2C | 1D | 16 | 153 | 2C | 3C |
| Octal | 306 | 156 | 215 | 0 | 54 | 35 | 26 | 523 | 54 | 74 |
| Binary | 11000110 | 1101110 | 10001101 | 0 | 101100 | 11101 | 10110 | 101010011 | 101100 | 111100 |
Color Harmonies of #C66E8D
Complementary color
Monochromatic Colors of #C66E8D
Black with #C66E8D
Text Example
Text Example
White with #C66E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E8D; }
p { color: rgb(198,110,141); }
H1.HeaderClassName
{
color: #C66E8D;
}
.AnyTagClassName
{
color: #C66E8D;
}
</style>
background-color css
<style>
a { background-color: #C66E8D; }
a { background-color: rgb(198,110,141); }
div.DivClassName
{
background-color: #C66E8D;
}
.BgClassName
{
background-color: #C66E8D;
}
</style>
border-color css
<style>
span { border-color: #C66E8D; }
span { border-color: rgb(198,110,141); }
td.TdClassName
{
border-color: #C66E8D;
}
.TagClassName
{
border-color: #C66E8D;
}
</style>