Shades of Hopbush #C46CA1
Tints of Hopbush #C46CA1
RGB
CMYK
RGB Variations
Color information
#C46CA1 (or 0xC46CA1) is known color: Hopbush. HEX triplet: C4, 6C and A1. RGB value is (196,108,161). Sum of RGB (Red+Green+Blue) = 196+108+161=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CA1 is #3B935E. Grayscale: #8C8C8C. Windows color (decimal): -3904351 or 10579140. OLE color: 10579140.
HSL color Cylindrical-coordinate representation of color #C46CA1: hue angle of 323.86º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46CA1 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 161 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.23 |
| HSL | 323.86º | 0.43% | 0.6% | - |
| HSV(B) | 323.86º | 0.45% | 0.77% | - |
| XYZ | 34.56 | 25.03 | 36.73 | - |
| YUV | 140.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 161 | 0 | 0.45 | 0.18 | 0.23 | 323.86 | 0.43 | 0.6 |
| Hex | C4 | 6C | A1 | 0 | 2D | 12 | 17 | 144 | 2B | 3C |
| Octal | 304 | 154 | 241 | 0 | 55 | 22 | 27 | 504 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10100001 | 0 | 101101 | 10010 | 10111 | 101000100 | 101011 | 111100 |
Color Harmonies of #C46CA1
Complementary color
Monochromatic Colors of #C46CA1
Black with #C46CA1
Text Example
Text Example
White with #C46CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CA1; }
p { color: rgb(196,108,161); }
H1.HeaderClassName
{
color: #C46CA1;
}
.AnyTagClassName
{
color: #C46CA1;
}
</style>
background-color css
<style>
a { background-color: #C46CA1; }
a { background-color: rgb(196,108,161); }
div.DivClassName
{
background-color: #C46CA1;
}
.BgClassName
{
background-color: #C46CA1;
}
</style>
border-color css
<style>
span { border-color: #C46CA1; }
span { border-color: rgb(196,108,161); }
td.TdClassName
{
border-color: #C46CA1;
}
.TagClassName
{
border-color: #C46CA1;
}
</style>