Shades of Hopbush #C66BA9
Tints of Hopbush #C66BA9
RGB
CMYK
RGB Variations
Color information
#C66BA9 (or 0xC66BA9) is known color: Hopbush. HEX triplet: C6, 6B and A9. RGB value is (198,107,169). Sum of RGB (Red+Green+Blue) = 198+107+169=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BA9 is #399456. Grayscale: #8D8D8D. Windows color (decimal): -3773527 or 11103174. OLE color: 11103174.
HSL color Cylindrical-coordinate representation of color #C66BA9: hue angle of 319.12º 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 #C66BA9 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 169 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.22 |
| HSL | 319.12º | 0.44% | 0.6% | - |
| HSV(B) | 319.12º | 0.46% | 0.78% | - |
| XYZ | 35.71 | 25.39 | 40.55 | - |
| YUV | 141.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 169 | 0 | 0.46 | 0.15 | 0.22 | 319.12 | 0.44 | 0.6 |
| Hex | C6 | 6B | A9 | 0 | 2E | F | 16 | 13F | 2C | 3C |
| Octal | 306 | 153 | 251 | 0 | 56 | 17 | 26 | 477 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10101001 | 0 | 101110 | 1111 | 10110 | 100111111 | 101100 | 111100 |
Color Harmonies of #C66BA9
Complementary color
Monochromatic Colors of #C66BA9
Black with #C66BA9
Text Example
Text Example
White with #C66BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BA9; }
p { color: rgb(198,107,169); }
H1.HeaderClassName
{
color: #C66BA9;
}
.AnyTagClassName
{
color: #C66BA9;
}
</style>
background-color css
<style>
a { background-color: #C66BA9; }
a { background-color: rgb(198,107,169); }
div.DivClassName
{
background-color: #C66BA9;
}
.BgClassName
{
background-color: #C66BA9;
}
</style>
border-color css
<style>
span { border-color: #C66BA9; }
span { border-color: rgb(198,107,169); }
td.TdClassName
{
border-color: #C66BA9;
}
.TagClassName
{
border-color: #C66BA9;
}
</style>