Shades of Hopbush #C47696
Tints of Hopbush #C47696
RGB
CMYK
RGB Variations
Color information
#C47696 (or 0xC47696) is known color: Hopbush. HEX triplet: C4, 76 and 96. RGB value is (196,118,150). Sum of RGB (Red+Green+Blue) = 196+118+150=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C47696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47696 is #3B8969. Grayscale: #909090. Windows color (decimal): -3901802 or 9860804. OLE color: 9860804.
HSL color Cylindrical-coordinate representation of color #C47696: hue angle of 335.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47696 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 150 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.23 |
| HSL | 335.38º | 0.4% | 0.62% | - |
| HSV(B) | 335.38º | 0.4% | 0.77% | - |
| XYZ | 34.75 | 26.89 | 32.21 | - |
| YUV | 144.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 150 | 0 | 0.40 | 0.23 | 0.23 | 335.38 | 0.4 | 0.62 |
| Hex | C4 | 76 | 96 | 0 | 28 | 17 | 17 | 14F | 28 | 3E |
| Octal | 304 | 166 | 226 | 0 | 50 | 27 | 27 | 517 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10010110 | 0 | 101000 | 10111 | 10111 | 101001111 | 101000 | 111110 |
Color Harmonies of #C47696
Complementary color
Monochromatic Colors of #C47696
Black with #C47696
Text Example
Text Example
White with #C47696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47696; }
p { color: rgb(196,118,150); }
H1.HeaderClassName
{
color: #C47696;
}
.AnyTagClassName
{
color: #C47696;
}
</style>
background-color css
<style>
a { background-color: #C47696; }
a { background-color: rgb(196,118,150); }
div.DivClassName
{
background-color: #C47696;
}
.BgClassName
{
background-color: #C47696;
}
</style>
border-color css
<style>
span { border-color: #C47696; }
span { border-color: rgb(196,118,150); }
td.TdClassName
{
border-color: #C47696;
}
.TagClassName
{
border-color: #C47696;
}
</style>