Shades of Hopbush #C46AAA
Tints of Hopbush #C46AAA
RGB
CMYK
RGB Variations
Color information
#C46AAA (or 0xC46AAA) is known color: Hopbush. HEX triplet: C4, 6A and AA. RGB value is (196,106,170). Sum of RGB (Red+Green+Blue) = 196+106+170=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C46AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46AAA is #3B9555. Grayscale: #8C8C8C. Windows color (decimal): -3904854 or 11168452. OLE color: 11168452.
HSL color Cylindrical-coordinate representation of color #C46AAA: hue angle of 317.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46AAA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 170 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.23 |
| HSL | 317.33º | 0.43% | 0.59% | - |
| HSV(B) | 317.33º | 0.46% | 0.77% | - |
| XYZ | 35.17 | 24.95 | 40.99 | - |
| YUV | 140.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 170 | 0 | 0.46 | 0.13 | 0.23 | 317.33 | 0.43 | 0.59 |
| Hex | C4 | 6A | AA | 0 | 2E | D | 17 | 13D | 2B | 3B |
| Octal | 304 | 152 | 252 | 0 | 56 | 15 | 27 | 475 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10101010 | 0 | 101110 | 1101 | 10111 | 100111101 | 101011 | 111011 |
Color Harmonies of #C46AAA
Complementary color
Monochromatic Colors of #C46AAA
Black with #C46AAA
Text Example
Text Example
White with #C46AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46AAA; }
p { color: rgb(196,106,170); }
H1.HeaderClassName
{
color: #C46AAA;
}
.AnyTagClassName
{
color: #C46AAA;
}
</style>
background-color css
<style>
a { background-color: #C46AAA; }
a { background-color: rgb(196,106,170); }
div.DivClassName
{
background-color: #C46AAA;
}
.BgClassName
{
background-color: #C46AAA;
}
</style>
border-color css
<style>
span { border-color: #C46AAA; }
span { border-color: rgb(196,106,170); }
td.TdClassName
{
border-color: #C46AAA;
}
.TagClassName
{
border-color: #C46AAA;
}
</style>