Shades of Hopbush #C66BAB
Tints of Hopbush #C66BAB
RGB
CMYK
RGB Variations
Color information
#C66BAB (or 0xC66BAB) is known color: Hopbush. HEX triplet: C6, 6B and AB. RGB value is (198,107,171). Sum of RGB (Red+Green+Blue) = 198+107+171=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BAB is #399454. Grayscale: #8D8D8D. Windows color (decimal): -3773525 or 11234246. OLE color: 11234246.
HSL color Cylindrical-coordinate representation of color #C66BAB: hue angle of 317.8º 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 #C66BAB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 171 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.22 |
| HSL | 317.8º | 0.44% | 0.6% | - |
| HSV(B) | 317.8º | 0.46% | 0.78% | - |
| XYZ | 35.9 | 25.46 | 41.55 | - |
| YUV | 141.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 171 | 0 | 0.46 | 0.14 | 0.22 | 317.8 | 0.44 | 0.6 |
| Hex | C6 | 6B | AB | 0 | 2E | E | 16 | 13E | 2C | 3C |
| Octal | 306 | 153 | 253 | 0 | 56 | 16 | 26 | 476 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10101011 | 0 | 101110 | 1110 | 10110 | 100111110 | 101100 | 111100 |
Color Harmonies of #C66BAB
Complementary color
Monochromatic Colors of #C66BAB
Black with #C66BAB
Text Example
Text Example
White with #C66BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BAB; }
p { color: rgb(198,107,171); }
H1.HeaderClassName
{
color: #C66BAB;
}
.AnyTagClassName
{
color: #C66BAB;
}
</style>
background-color css
<style>
a { background-color: #C66BAB; }
a { background-color: rgb(198,107,171); }
div.DivClassName
{
background-color: #C66BAB;
}
.BgClassName
{
background-color: #C66BAB;
}
</style>
border-color css
<style>
span { border-color: #C66BAB; }
span { border-color: rgb(198,107,171); }
td.TdClassName
{
border-color: #C66BAB;
}
.TagClassName
{
border-color: #C66BAB;
}
</style>