Shades of Hopbush #C47690
Tints of Hopbush #C47690
RGB
CMYK
RGB Variations
Color information
#C47690 (or 0xC47690) is known color: Hopbush. HEX triplet: C4, 76 and 90. RGB value is (196,118,144). Sum of RGB (Red+Green+Blue) = 196+118+144=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C47690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47690 is #3B896F. Grayscale: #909090. Windows color (decimal): -3901808 or 9467588. OLE color: 9467588.
HSL color Cylindrical-coordinate representation of color #C47690: hue angle of 340º 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 #C47690 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 144 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.23 |
| HSL | 340º | 0.4% | 0.62% | - |
| HSV(B) | 340º | 0.4% | 0.77% | - |
| XYZ | 34.28 | 26.71 | 29.73 | - |
| YUV | 144.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 144 | 0 | 0.40 | 0.27 | 0.23 | 340 | 0.4 | 0.62 |
| Hex | C4 | 76 | 90 | 0 | 28 | 1B | 17 | 154 | 28 | 3E |
| Octal | 304 | 166 | 220 | 0 | 50 | 33 | 27 | 524 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10010000 | 0 | 101000 | 11011 | 10111 | 101010100 | 101000 | 111110 |
Color Harmonies of #C47690
Complementary color
Monochromatic Colors of #C47690
Black with #C47690
Text Example
Text Example
White with #C47690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47690; }
p { color: rgb(196,118,144); }
H1.HeaderClassName
{
color: #C47690;
}
.AnyTagClassName
{
color: #C47690;
}
</style>
background-color css
<style>
a { background-color: #C47690; }
a { background-color: rgb(196,118,144); }
div.DivClassName
{
background-color: #C47690;
}
.BgClassName
{
background-color: #C47690;
}
</style>
border-color css
<style>
span { border-color: #C47690; }
span { border-color: rgb(196,118,144); }
td.TdClassName
{
border-color: #C47690;
}
.TagClassName
{
border-color: #C47690;
}
</style>