Shades of Hopbush #C46785
Tints of Hopbush #C46785
RGB
CMYK
RGB Variations
Color information
#C46785 (or 0xC46785) is known color: Hopbush. HEX triplet: C4, 67 and 85. RGB value is (196,103,133). Sum of RGB (Red+Green+Blue) = 196+103+133=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C46785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46785 is #3B987A. Grayscale: #868686. Windows color (decimal): -3905659 or 8742852. OLE color: 8742852.
HSL color Cylindrical-coordinate representation of color #C46785: hue angle of 340.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46785 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 133 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.23 |
| HSL | 340.65º | 0.44% | 0.59% | - |
| HSV(B) | 340.65º | 0.47% | 0.77% | - |
| XYZ | 31.85 | 23.13 | 24.98 | - |
| YUV | 134.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 133 | 0 | 0.47 | 0.32 | 0.23 | 340.65 | 0.44 | 0.59 |
| Hex | C4 | 67 | 85 | 0 | 2F | 20 | 17 | 155 | 2C | 3B |
| Octal | 304 | 147 | 205 | 0 | 57 | 40 | 27 | 525 | 54 | 73 |
| Binary | 11000100 | 1100111 | 10000101 | 0 | 101111 | 100000 | 10111 | 101010101 | 101100 | 111011 |
Color Harmonies of #C46785
Complementary color
Monochromatic Colors of #C46785
Black with #C46785
Text Example
Text Example
White with #C46785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46785; }
p { color: rgb(196,103,133); }
H1.HeaderClassName
{
color: #C46785;
}
.AnyTagClassName
{
color: #C46785;
}
</style>
background-color css
<style>
a { background-color: #C46785; }
a { background-color: rgb(196,103,133); }
div.DivClassName
{
background-color: #C46785;
}
.BgClassName
{
background-color: #C46785;
}
</style>
border-color css
<style>
span { border-color: #C46785; }
span { border-color: rgb(196,103,133); }
td.TdClassName
{
border-color: #C46785;
}
.TagClassName
{
border-color: #C46785;
}
</style>