Shades of Hopbush #C66A89
Tints of Hopbush #C66A89
RGB
CMYK
RGB Variations
Color information
#C66A89 (or 0xC66A89) is known color: Hopbush. HEX triplet: C6, 6A and 89. RGB value is (198,106,137). Sum of RGB (Red+Green+Blue) = 198+106+137=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66A89 is #399576. Grayscale: #898989. Windows color (decimal): -3773815 or 9005766. OLE color: 9005766.
HSL color Cylindrical-coordinate representation of color #C66A89: hue angle of 339.78º degrees, saturation: 0.45, 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 #C66A89 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 137 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.22 |
| HSL | 339.78º | 0.45% | 0.6% | - |
| HSV(B) | 339.78º | 0.46% | 0.78% | - |
| XYZ | 32.96 | 24.12 | 26.59 | - |
| YUV | 137.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 137 | 0 | 0.46 | 0.31 | 0.22 | 339.78 | 0.45 | 0.6 |
| Hex | C6 | 6A | 89 | 0 | 2E | 1F | 16 | 154 | 2D | 3C |
| Octal | 306 | 152 | 211 | 0 | 56 | 37 | 26 | 524 | 55 | 74 |
| Binary | 11000110 | 1101010 | 10001001 | 0 | 101110 | 11111 | 10110 | 101010100 | 101101 | 111100 |
Color Harmonies of #C66A89
Complementary color
Monochromatic Colors of #C66A89
Black with #C66A89
Text Example
Text Example
White with #C66A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A89; }
p { color: rgb(198,106,137); }
H1.HeaderClassName
{
color: #C66A89;
}
.AnyTagClassName
{
color: #C66A89;
}
</style>
background-color css
<style>
a { background-color: #C66A89; }
a { background-color: rgb(198,106,137); }
div.DivClassName
{
background-color: #C66A89;
}
.BgClassName
{
background-color: #C66A89;
}
</style>
border-color css
<style>
span { border-color: #C66A89; }
span { border-color: rgb(198,106,137); }
td.TdClassName
{
border-color: #C66A89;
}
.TagClassName
{
border-color: #C66A89;
}
</style>