Shades of Hopbush #C46F9E
Tints of Hopbush #C46F9E
RGB
CMYK
RGB Variations
Color information
#C46F9E (or 0xC46F9E) is known color: Hopbush. HEX triplet: C4, 6F and 9E. RGB value is (196,111,158). Sum of RGB (Red+Green+Blue) = 196+111+158=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46F9E is #3B9061. Grayscale: #8D8D8D. Windows color (decimal): -3903586 or 10383300. OLE color: 10383300.
HSL color Cylindrical-coordinate representation of color #C46F9E: hue angle of 326.82º 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 #C46F9E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 158 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.23 |
| HSL | 326.82º | 0.42% | 0.6% | - |
| HSV(B) | 326.82º | 0.43% | 0.77% | - |
| XYZ | 34.62 | 25.57 | 35.46 | - |
| YUV | 141.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 158 | 0 | 0.43 | 0.19 | 0.23 | 326.82 | 0.42 | 0.6 |
| Hex | C4 | 6F | 9E | 0 | 2B | 13 | 17 | 147 | 2A | 3C |
| Octal | 304 | 157 | 236 | 0 | 53 | 23 | 27 | 507 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10011110 | 0 | 101011 | 10011 | 10111 | 101000111 | 101010 | 111100 |
Color Harmonies of #C46F9E
Complementary color
Monochromatic Colors of #C46F9E
Black with #C46F9E
Text Example
Text Example
White with #C46F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F9E; }
p { color: rgb(196,111,158); }
H1.HeaderClassName
{
color: #C46F9E;
}
.AnyTagClassName
{
color: #C46F9E;
}
</style>
background-color css
<style>
a { background-color: #C46F9E; }
a { background-color: rgb(196,111,158); }
div.DivClassName
{
background-color: #C46F9E;
}
.BgClassName
{
background-color: #C46F9E;
}
</style>
border-color css
<style>
span { border-color: #C46F9E; }
span { border-color: rgb(196,111,158); }
td.TdClassName
{
border-color: #C46F9E;
}
.TagClassName
{
border-color: #C46F9E;
}
</style>