Shades of Hopbush #C66BAC
Tints of Hopbush #C66BAC
RGB
CMYK
RGB Variations
Color information
#C66BAC (or 0xC66BAC) is known color: Hopbush. HEX triplet: C6, 6B and AC. RGB value is (198,107,172). Sum of RGB (Red+Green+Blue) = 198+107+172=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BAC is #399453. Grayscale: #8D8D8D. Windows color (decimal): -3773524 or 11299782. OLE color: 11299782.
HSL color Cylindrical-coordinate representation of color #C66BAC: hue angle of 317.14º 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 #C66BAC is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 172 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.22 |
| HSL | 317.14º | 0.44% | 0.6% | - |
| HSV(B) | 317.14º | 0.46% | 0.78% | - |
| XYZ | 35.99 | 25.5 | 42.05 | - |
| YUV | 141.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 172 | 0 | 0.46 | 0.13 | 0.22 | 317.14 | 0.44 | 0.6 |
| Hex | C6 | 6B | AC | 0 | 2E | D | 16 | 13D | 2C | 3C |
| Octal | 306 | 153 | 254 | 0 | 56 | 15 | 26 | 475 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10101100 | 0 | 101110 | 1101 | 10110 | 100111101 | 101100 | 111100 |
Color Harmonies of #C66BAC
Complementary color
Monochromatic Colors of #C66BAC
Black with #C66BAC
Text Example
Text Example
White with #C66BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BAC; }
p { color: rgb(198,107,172); }
H1.HeaderClassName
{
color: #C66BAC;
}
.AnyTagClassName
{
color: #C66BAC;
}
</style>
background-color css
<style>
a { background-color: #C66BAC; }
a { background-color: rgb(198,107,172); }
div.DivClassName
{
background-color: #C66BAC;
}
.BgClassName
{
background-color: #C66BAC;
}
</style>
border-color css
<style>
span { border-color: #C66BAC; }
span { border-color: rgb(198,107,172); }
td.TdClassName
{
border-color: #C66BAC;
}
.TagClassName
{
border-color: #C66BAC;
}
</style>