Shades of Hopbush #C46A9F
Tints of Hopbush #C46A9F
RGB
CMYK
RGB Variations
Color information
#C46A9F (or 0xC46A9F) is known color: Hopbush. HEX triplet: C4, 6A and 9F. RGB value is (196,106,159). Sum of RGB (Red+Green+Blue) = 196+106+159=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46A9F is #3B9560. Grayscale: #8A8A8A. Windows color (decimal): -3904865 or 10447556. OLE color: 10447556.
HSL color Cylindrical-coordinate representation of color #C46A9F: hue angle of 324.67º 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 #C46A9F is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 159 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.23 |
| HSL | 324.67º | 0.43% | 0.59% | - |
| HSV(B) | 324.67º | 0.46% | 0.77% | - |
| XYZ | 34.18 | 24.55 | 35.74 | - |
| YUV | 138.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 159 | 0 | 0.46 | 0.19 | 0.23 | 324.67 | 0.43 | 0.59 |
| Hex | C4 | 6A | 9F | 0 | 2E | 13 | 17 | 145 | 2B | 3B |
| Octal | 304 | 152 | 237 | 0 | 56 | 23 | 27 | 505 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10011111 | 0 | 101110 | 10011 | 10111 | 101000101 | 101011 | 111011 |
Color Harmonies of #C46A9F
Complementary color
Monochromatic Colors of #C46A9F
Black with #C46A9F
Text Example
Text Example
White with #C46A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A9F; }
p { color: rgb(196,106,159); }
H1.HeaderClassName
{
color: #C46A9F;
}
.AnyTagClassName
{
color: #C46A9F;
}
</style>
background-color css
<style>
a { background-color: #C46A9F; }
a { background-color: rgb(196,106,159); }
div.DivClassName
{
background-color: #C46A9F;
}
.BgClassName
{
background-color: #C46A9F;
}
</style>
border-color css
<style>
span { border-color: #C46A9F; }
span { border-color: rgb(196,106,159); }
td.TdClassName
{
border-color: #C46A9F;
}
.TagClassName
{
border-color: #C46A9F;
}
</style>