Shades of Hopbush #C46D8E
Tints of Hopbush #C46D8E
RGB
CMYK
RGB Variations
Color information
#C46D8E (or 0xC46D8E) is known color: Hopbush. HEX triplet: C4, 6D and 8E. RGB value is (196,109,142). Sum of RGB (Red+Green+Blue) = 196+109+142=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46D8E is #3B9271. Grayscale: #8A8A8A. Windows color (decimal): -3904114 or 9334212. OLE color: 9334212.
HSL color Cylindrical-coordinate representation of color #C46D8E: hue angle of 337.24º 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 #C46D8E is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 142 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.23 |
| HSL | 337.24º | 0.42% | 0.6% | - |
| HSV(B) | 337.24º | 0.44% | 0.77% | - |
| XYZ | 33.12 | 24.63 | 28.6 | - |
| YUV | 138.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 142 | 0 | 0.44 | 0.28 | 0.23 | 337.24 | 0.42 | 0.6 |
| Hex | C4 | 6D | 8E | 0 | 2C | 1C | 17 | 151 | 2A | 3C |
| Octal | 304 | 155 | 216 | 0 | 54 | 34 | 27 | 521 | 52 | 74 |
| Binary | 11000100 | 1101101 | 10001110 | 0 | 101100 | 11100 | 10111 | 101010001 | 101010 | 111100 |
Color Harmonies of #C46D8E
Complementary color
Monochromatic Colors of #C46D8E
Black with #C46D8E
Text Example
Text Example
White with #C46D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D8E; }
p { color: rgb(196,109,142); }
H1.HeaderClassName
{
color: #C46D8E;
}
.AnyTagClassName
{
color: #C46D8E;
}
</style>
background-color css
<style>
a { background-color: #C46D8E; }
a { background-color: rgb(196,109,142); }
div.DivClassName
{
background-color: #C46D8E;
}
.BgClassName
{
background-color: #C46D8E;
}
</style>
border-color css
<style>
span { border-color: #C46D8E; }
span { border-color: rgb(196,109,142); }
td.TdClassName
{
border-color: #C46D8E;
}
.TagClassName
{
border-color: #C46D8E;
}
</style>