Shades of Hopbush #C46986
Tints of Hopbush #C46986
RGB
CMYK
RGB Variations
Color information
#C46986 (or 0xC46986) is known color: Hopbush. HEX triplet: C4, 69 and 86. RGB value is (196,105,134). Sum of RGB (Red+Green+Blue) = 196+105+134=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C46986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46986 is #3B9679. Grayscale: #878787. Windows color (decimal): -3905146 or 8808900. OLE color: 8808900.
HSL color Cylindrical-coordinate representation of color #C46986: hue angle of 340.88º degrees, saturation: 0.44, 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 #C46986 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 134 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.23 |
| HSL | 340.88º | 0.44% | 0.59% | - |
| HSV(B) | 340.88º | 0.46% | 0.77% | - |
| XYZ | 32.12 | 23.56 | 25.41 | - |
| YUV | 135.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 134 | 0 | 0.46 | 0.32 | 0.23 | 340.88 | 0.44 | 0.59 |
| Hex | C4 | 69 | 86 | 0 | 2E | 20 | 17 | 155 | 2C | 3B |
| Octal | 304 | 151 | 206 | 0 | 56 | 40 | 27 | 525 | 54 | 73 |
| Binary | 11000100 | 1101001 | 10000110 | 0 | 101110 | 100000 | 10111 | 101010101 | 101100 | 111011 |
Color Harmonies of #C46986
Complementary color
Monochromatic Colors of #C46986
Black with #C46986
Text Example
Text Example
White with #C46986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46986; }
p { color: rgb(196,105,134); }
H1.HeaderClassName
{
color: #C46986;
}
.AnyTagClassName
{
color: #C46986;
}
</style>
background-color css
<style>
a { background-color: #C46986; }
a { background-color: rgb(196,105,134); }
div.DivClassName
{
background-color: #C46986;
}
.BgClassName
{
background-color: #C46986;
}
</style>
border-color css
<style>
span { border-color: #C46986; }
span { border-color: rgb(196,105,134); }
td.TdClassName
{
border-color: #C46986;
}
.TagClassName
{
border-color: #C46986;
}
</style>