Shades of Hopbush #C46FA6
Tints of Hopbush #C46FA6
RGB
CMYK
RGB Variations
Color information
#C46FA6 (or 0xC46FA6) is known color: Hopbush. HEX triplet: C4, 6F and A6. RGB value is (196,111,166). Sum of RGB (Red+Green+Blue) = 196+111+166=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C46FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46FA6 is #3B9059. Grayscale: #8E8E8E. Windows color (decimal): -3903578 or 10907588. OLE color: 10907588.
HSL color Cylindrical-coordinate representation of color #C46FA6: hue angle of 321.18º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C46FA6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 166 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.23 |
| HSL | 321.18º | 0.42% | 0.6% | - |
| HSV(B) | 321.18º | 0.43% | 0.77% | - |
| XYZ | 35.33 | 25.86 | 39.21 | - |
| YUV | 142.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 166 | 0 | 0.43 | 0.15 | 0.23 | 321.18 | 0.42 | 0.6 |
| Hex | C4 | 6F | A6 | 0 | 2B | F | 17 | 141 | 2A | 3C |
| Octal | 304 | 157 | 246 | 0 | 53 | 17 | 27 | 501 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10100110 | 0 | 101011 | 1111 | 10111 | 101000001 | 101010 | 111100 |
Color Harmonies of #C46FA6
Complementary color
Monochromatic Colors of #C46FA6
Black with #C46FA6
Text Example
Text Example
White with #C46FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FA6; }
p { color: rgb(196,111,166); }
H1.HeaderClassName
{
color: #C46FA6;
}
.AnyTagClassName
{
color: #C46FA6;
}
</style>
background-color css
<style>
a { background-color: #C46FA6; }
a { background-color: rgb(196,111,166); }
div.DivClassName
{
background-color: #C46FA6;
}
.BgClassName
{
background-color: #C46FA6;
}
</style>
border-color css
<style>
span { border-color: #C46FA6; }
span { border-color: rgb(196,111,166); }
td.TdClassName
{
border-color: #C46FA6;
}
.TagClassName
{
border-color: #C46FA6;
}
</style>