Shades of Hopbush #C46EA8
Tints of Hopbush #C46EA8
RGB
CMYK
RGB Variations
Color information
#C46EA8 (or 0xC46EA8) is known color: Hopbush. HEX triplet: C4, 6E and A8. RGB value is (196,110,168). Sum of RGB (Red+Green+Blue) = 196+110+168=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C46EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46EA8 is #3B9157. Grayscale: #8E8E8E. Windows color (decimal): -3903832 or 11038404. OLE color: 11038404.
HSL color Cylindrical-coordinate representation of color #C46EA8: hue angle of 319.53º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46EA8 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 168 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.23 |
| HSL | 319.53º | 0.42% | 0.6% | - |
| HSV(B) | 319.53º | 0.44% | 0.77% | - |
| XYZ | 35.41 | 25.71 | 40.14 | - |
| YUV | 142.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 168 | 0 | 0.44 | 0.14 | 0.23 | 319.53 | 0.42 | 0.6 |
| Hex | C4 | 6E | A8 | 0 | 2C | E | 17 | 140 | 2A | 3C |
| Octal | 304 | 156 | 250 | 0 | 54 | 16 | 27 | 500 | 52 | 74 |
| Binary | 11000100 | 1101110 | 10101000 | 0 | 101100 | 1110 | 10111 | 101000000 | 101010 | 111100 |
Color Harmonies of #C46EA8
Complementary color
Monochromatic Colors of #C46EA8
Black with #C46EA8
Text Example
Text Example
White with #C46EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EA8; }
p { color: rgb(196,110,168); }
H1.HeaderClassName
{
color: #C46EA8;
}
.AnyTagClassName
{
color: #C46EA8;
}
</style>
background-color css
<style>
a { background-color: #C46EA8; }
a { background-color: rgb(196,110,168); }
div.DivClassName
{
background-color: #C46EA8;
}
.BgClassName
{
background-color: #C46EA8;
}
</style>
border-color css
<style>
span { border-color: #C46EA8; }
span { border-color: rgb(196,110,168); }
td.TdClassName
{
border-color: #C46EA8;
}
.TagClassName
{
border-color: #C46EA8;
}
</style>