Shades of Hopbush #C66A9B
Tints of Hopbush #C66A9B
RGB
CMYK
RGB Variations
Color information
#C66A9B (or 0xC66A9B) is known color: Hopbush. HEX triplet: C6, 6A and 9B. RGB value is (198,106,155). Sum of RGB (Red+Green+Blue) = 198+106+155=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66A9B is #399564. Grayscale: #8A8A8A. Windows color (decimal): -3773797 or 10185414. OLE color: 10185414.
HSL color Cylindrical-coordinate representation of color #C66A9B: hue angle of 328.04º 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 #C66A9B is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 155 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.22 |
| HSL | 328.04º | 0.45% | 0.6% | - |
| HSV(B) | 328.04º | 0.46% | 0.78% | - |
| XYZ | 34.36 | 24.68 | 33.96 | - |
| YUV | 139.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 155 | 0 | 0.46 | 0.22 | 0.22 | 328.04 | 0.45 | 0.6 |
| Hex | C6 | 6A | 9B | 0 | 2E | 16 | 16 | 148 | 2D | 3C |
| Octal | 306 | 152 | 233 | 0 | 56 | 26 | 26 | 510 | 55 | 74 |
| Binary | 11000110 | 1101010 | 10011011 | 0 | 101110 | 10110 | 10110 | 101001000 | 101101 | 111100 |
Color Harmonies of #C66A9B
Complementary color
Monochromatic Colors of #C66A9B
Black with #C66A9B
Text Example
Text Example
White with #C66A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A9B; }
p { color: rgb(198,106,155); }
H1.HeaderClassName
{
color: #C66A9B;
}
.AnyTagClassName
{
color: #C66A9B;
}
</style>
background-color css
<style>
a { background-color: #C66A9B; }
a { background-color: rgb(198,106,155); }
div.DivClassName
{
background-color: #C66A9B;
}
.BgClassName
{
background-color: #C66A9B;
}
</style>
border-color css
<style>
span { border-color: #C66A9B; }
span { border-color: rgb(198,106,155); }
td.TdClassName
{
border-color: #C66A9B;
}
.TagClassName
{
border-color: #C66A9B;
}
</style>