Shades of Hopbush #C66BA2
Tints of Hopbush #C66BA2
RGB
CMYK
RGB Variations
Color information
#C66BA2 (or 0xC66BA2) is known color: Hopbush. HEX triplet: C6, 6B and A2. RGB value is (198,107,162). Sum of RGB (Red+Green+Blue) = 198+107+162=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BA2 is #39945D. Grayscale: #8C8C8C. Windows color (decimal): -3773534 or 10644422. OLE color: 10644422.
HSL color Cylindrical-coordinate representation of color #C66BA2: hue angle of 323.74º 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 #C66BA2 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 162 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.22 |
| HSL | 323.74º | 0.44% | 0.6% | - |
| HSV(B) | 323.74º | 0.46% | 0.78% | - |
| XYZ | 35.07 | 25.13 | 37.18 | - |
| YUV | 140.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 162 | 0 | 0.46 | 0.18 | 0.22 | 323.74 | 0.44 | 0.6 |
| Hex | C6 | 6B | A2 | 0 | 2E | 12 | 16 | 144 | 2C | 3C |
| Octal | 306 | 153 | 242 | 0 | 56 | 22 | 26 | 504 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10100010 | 0 | 101110 | 10010 | 10110 | 101000100 | 101100 | 111100 |
Color Harmonies of #C66BA2
Complementary color
Monochromatic Colors of #C66BA2
Black with #C66BA2
Text Example
Text Example
White with #C66BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BA2; }
p { color: rgb(198,107,162); }
H1.HeaderClassName
{
color: #C66BA2;
}
.AnyTagClassName
{
color: #C66BA2;
}
</style>
background-color css
<style>
a { background-color: #C66BA2; }
a { background-color: rgb(198,107,162); }
div.DivClassName
{
background-color: #C66BA2;
}
.BgClassName
{
background-color: #C66BA2;
}
</style>
border-color css
<style>
span { border-color: #C66BA2; }
span { border-color: rgb(198,107,162); }
td.TdClassName
{
border-color: #C66BA2;
}
.TagClassName
{
border-color: #C66BA2;
}
</style>