Shades of Hopbush #C66B8D
Tints of Hopbush #C66B8D
RGB
CMYK
RGB Variations
Color information
#C66B8D (or 0xC66B8D) is known color: Hopbush. HEX triplet: C6, 6B and 8D. RGB value is (198,107,141). Sum of RGB (Red+Green+Blue) = 198+107+141=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66B8D is #399472. Grayscale: #8A8A8A. Windows color (decimal): -3773555 or 9268166. OLE color: 9268166.
HSL color Cylindrical-coordinate representation of color #C66B8D: hue angle of 337.58º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66B8D is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 141 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.22 |
| HSL | 337.58º | 0.44% | 0.6% | - |
| HSV(B) | 337.58º | 0.46% | 0.78% | - |
| XYZ | 33.35 | 24.44 | 28.16 | - |
| YUV | 138.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 141 | 0 | 0.46 | 0.29 | 0.22 | 337.58 | 0.44 | 0.6 |
| Hex | C6 | 6B | 8D | 0 | 2E | 1D | 16 | 152 | 2C | 3C |
| Octal | 306 | 153 | 215 | 0 | 56 | 35 | 26 | 522 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10001101 | 0 | 101110 | 11101 | 10110 | 101010010 | 101100 | 111100 |
Color Harmonies of #C66B8D
Complementary color
Monochromatic Colors of #C66B8D
Black with #C66B8D
Text Example
Text Example
White with #C66B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B8D; }
p { color: rgb(198,107,141); }
H1.HeaderClassName
{
color: #C66B8D;
}
.AnyTagClassName
{
color: #C66B8D;
}
</style>
background-color css
<style>
a { background-color: #C66B8D; }
a { background-color: rgb(198,107,141); }
div.DivClassName
{
background-color: #C66B8D;
}
.BgClassName
{
background-color: #C66B8D;
}
</style>
border-color css
<style>
span { border-color: #C66B8D; }
span { border-color: rgb(198,107,141); }
td.TdClassName
{
border-color: #C66B8D;
}
.TagClassName
{
border-color: #C66B8D;
}
</style>