Shades of Hopbush #C47495
Tints of Hopbush #C47495
RGB
CMYK
RGB Variations
Color information
#C47495 (or 0xC47495) is known color: Hopbush. HEX triplet: C4, 74 and 95. RGB value is (196,116,149). Sum of RGB (Red+Green+Blue) = 196+116+149=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C47495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47495 is #3B8B6A. Grayscale: #8F8F8F. Windows color (decimal): -3902315 or 9794756. OLE color: 9794756.
HSL color Cylindrical-coordinate representation of color #C47495: hue angle of 335.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47495 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 149 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.23 |
| HSL | 335.25º | 0.4% | 0.61% | - |
| HSV(B) | 335.25º | 0.41% | 0.77% | - |
| XYZ | 34.44 | 26.4 | 31.71 | - |
| YUV | 143.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 149 | 0 | 0.41 | 0.24 | 0.23 | 335.25 | 0.4 | 0.61 |
| Hex | C4 | 74 | 95 | 0 | 29 | 18 | 17 | 14F | 28 | 3D |
| Octal | 304 | 164 | 225 | 0 | 51 | 30 | 27 | 517 | 50 | 75 |
| Binary | 11000100 | 1110100 | 10010101 | 0 | 101001 | 11000 | 10111 | 101001111 | 101000 | 111101 |
Color Harmonies of #C47495
Complementary color
Monochromatic Colors of #C47495
Black with #C47495
Text Example
Text Example
White with #C47495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47495; }
p { color: rgb(196,116,149); }
H1.HeaderClassName
{
color: #C47495;
}
.AnyTagClassName
{
color: #C47495;
}
</style>
background-color css
<style>
a { background-color: #C47495; }
a { background-color: rgb(196,116,149); }
div.DivClassName
{
background-color: #C47495;
}
.BgClassName
{
background-color: #C47495;
}
</style>
border-color css
<style>
span { border-color: #C47495; }
span { border-color: rgb(196,116,149); }
td.TdClassName
{
border-color: #C47495;
}
.TagClassName
{
border-color: #C47495;
}
</style>