Shades of Hopbush #C46F9F
Tints of Hopbush #C46F9F
RGB
CMYK
RGB Variations
Color information
#C46F9F (or 0xC46F9F) is known color: Hopbush. HEX triplet: C4, 6F and 9F. RGB value is (196,111,159). Sum of RGB (Red+Green+Blue) = 196+111+159=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46F9F is #3B9060. Grayscale: #8D8D8D. Windows color (decimal): -3903585 or 10448836. OLE color: 10448836.
HSL color Cylindrical-coordinate representation of color #C46F9F: hue angle of 326.12º 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 #C46F9F is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 159 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.23 |
| HSL | 326.12º | 0.42% | 0.6% | - |
| HSV(B) | 326.12º | 0.43% | 0.77% | - |
| XYZ | 34.71 | 25.61 | 35.91 | - |
| YUV | 141.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 159 | 0 | 0.43 | 0.19 | 0.23 | 326.12 | 0.42 | 0.6 |
| Hex | C4 | 6F | 9F | 0 | 2B | 13 | 17 | 146 | 2A | 3C |
| Octal | 304 | 157 | 237 | 0 | 53 | 23 | 27 | 506 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10011111 | 0 | 101011 | 10011 | 10111 | 101000110 | 101010 | 111100 |
Color Harmonies of #C46F9F
Complementary color
Monochromatic Colors of #C46F9F
Black with #C46F9F
Text Example
Text Example
White with #C46F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F9F; }
p { color: rgb(196,111,159); }
H1.HeaderClassName
{
color: #C46F9F;
}
.AnyTagClassName
{
color: #C46F9F;
}
</style>
background-color css
<style>
a { background-color: #C46F9F; }
a { background-color: rgb(196,111,159); }
div.DivClassName
{
background-color: #C46F9F;
}
.BgClassName
{
background-color: #C46F9F;
}
</style>
border-color css
<style>
span { border-color: #C46F9F; }
span { border-color: rgb(196,111,159); }
td.TdClassName
{
border-color: #C46F9F;
}
.TagClassName
{
border-color: #C46F9F;
}
</style>