Shades of Hopbush #C47095
Tints of Hopbush #C47095
RGB
CMYK
RGB Variations
Color information
#C47095 (or 0xC47095) is known color: Hopbush. HEX triplet: C4, 70 and 95. RGB value is (196,112,149). Sum of RGB (Red+Green+Blue) = 196+112+149=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C47095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47095 is #3B8F6A. Grayscale: #8D8D8D. Windows color (decimal): -3903339 or 9793732. OLE color: 9793732.
HSL color Cylindrical-coordinate representation of color #C47095: hue angle of 333.57º 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 #C47095 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 149 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.23 |
| HSL | 333.57º | 0.42% | 0.6% | - |
| HSV(B) | 333.57º | 0.43% | 0.77% | - |
| XYZ | 33.98 | 25.49 | 31.56 | - |
| YUV | 141.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 149 | 0 | 0.43 | 0.24 | 0.23 | 333.57 | 0.42 | 0.6 |
| Hex | C4 | 70 | 95 | 0 | 2B | 18 | 17 | 14E | 2A | 3C |
| Octal | 304 | 160 | 225 | 0 | 53 | 30 | 27 | 516 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10010101 | 0 | 101011 | 11000 | 10111 | 101001110 | 101010 | 111100 |
Color Harmonies of #C47095
Complementary color
Monochromatic Colors of #C47095
Black with #C47095
Text Example
Text Example
White with #C47095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47095; }
p { color: rgb(196,112,149); }
H1.HeaderClassName
{
color: #C47095;
}
.AnyTagClassName
{
color: #C47095;
}
</style>
background-color css
<style>
a { background-color: #C47095; }
a { background-color: rgb(196,112,149); }
div.DivClassName
{
background-color: #C47095;
}
.BgClassName
{
background-color: #C47095;
}
</style>
border-color css
<style>
span { border-color: #C47095; }
span { border-color: rgb(196,112,149); }
td.TdClassName
{
border-color: #C47095;
}
.TagClassName
{
border-color: #C47095;
}
</style>