Shades of Hopbush #C66BA8
Tints of Hopbush #C66BA8
RGB
CMYK
RGB Variations
Color information
#C66BA8 (or 0xC66BA8) is known color: Hopbush. HEX triplet: C6, 6B and A8. RGB value is (198,107,168). Sum of RGB (Red+Green+Blue) = 198+107+168=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BA8 is #399457. Grayscale: #8D8D8D. Windows color (decimal): -3773528 or 11037638. OLE color: 11037638.
HSL color Cylindrical-coordinate representation of color #C66BA8: hue angle of 319.78º 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 #C66BA8 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 168 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.22 |
| HSL | 319.78º | 0.44% | 0.6% | - |
| HSV(B) | 319.78º | 0.46% | 0.78% | - |
| XYZ | 35.61 | 25.35 | 40.06 | - |
| YUV | 141.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 168 | 0 | 0.46 | 0.15 | 0.22 | 319.78 | 0.44 | 0.6 |
| Hex | C6 | 6B | A8 | 0 | 2E | F | 16 | 140 | 2C | 3C |
| Octal | 306 | 153 | 250 | 0 | 56 | 17 | 26 | 500 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10101000 | 0 | 101110 | 1111 | 10110 | 101000000 | 101100 | 111100 |
Color Harmonies of #C66BA8
Complementary color
Monochromatic Colors of #C66BA8
Black with #C66BA8
Text Example
Text Example
White with #C66BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BA8; }
p { color: rgb(198,107,168); }
H1.HeaderClassName
{
color: #C66BA8;
}
.AnyTagClassName
{
color: #C66BA8;
}
</style>
background-color css
<style>
a { background-color: #C66BA8; }
a { background-color: rgb(198,107,168); }
div.DivClassName
{
background-color: #C66BA8;
}
.BgClassName
{
background-color: #C66BA8;
}
</style>
border-color css
<style>
span { border-color: #C66BA8; }
span { border-color: rgb(198,107,168); }
td.TdClassName
{
border-color: #C66BA8;
}
.TagClassName
{
border-color: #C66BA8;
}
</style>