Shades of Hopbush #C66BA3
Tints of Hopbush #C66BA3
RGB
CMYK
RGB Variations
Color information
#C66BA3 (or 0xC66BA3) is known color: Hopbush. HEX triplet: C6, 6B and A3. RGB value is (198,107,163). Sum of RGB (Red+Green+Blue) = 198+107+163=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BA3 is #39945C. Grayscale: #8C8C8C. Windows color (decimal): -3773533 or 10709958. OLE color: 10709958.
HSL color Cylindrical-coordinate representation of color #C66BA3: hue angle of 323.08º 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 #C66BA3 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 163 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.22 |
| HSL | 323.08º | 0.44% | 0.6% | - |
| HSV(B) | 323.08º | 0.46% | 0.78% | - |
| XYZ | 35.16 | 25.17 | 37.65 | - |
| YUV | 140.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 163 | 0 | 0.46 | 0.18 | 0.22 | 323.08 | 0.44 | 0.6 |
| Hex | C6 | 6B | A3 | 0 | 2E | 12 | 16 | 143 | 2C | 3C |
| Octal | 306 | 153 | 243 | 0 | 56 | 22 | 26 | 503 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10100011 | 0 | 101110 | 10010 | 10110 | 101000011 | 101100 | 111100 |
Color Harmonies of #C66BA3
Complementary color
Monochromatic Colors of #C66BA3
Black with #C66BA3
Text Example
Text Example
White with #C66BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BA3; }
p { color: rgb(198,107,163); }
H1.HeaderClassName
{
color: #C66BA3;
}
.AnyTagClassName
{
color: #C66BA3;
}
</style>
background-color css
<style>
a { background-color: #C66BA3; }
a { background-color: rgb(198,107,163); }
div.DivClassName
{
background-color: #C66BA3;
}
.BgClassName
{
background-color: #C66BA3;
}
</style>
border-color css
<style>
span { border-color: #C66BA3; }
span { border-color: rgb(198,107,163); }
td.TdClassName
{
border-color: #C66BA3;
}
.TagClassName
{
border-color: #C66BA3;
}
</style>