Shades of Hopbush #C47CA8
Tints of Hopbush #C47CA8
RGB
CMYK
RGB Variations
Color information
#C47CA8 (or 0xC47CA8) is known color: Hopbush. HEX triplet: C4, 7C and A8. RGB value is (196,124,168). Sum of RGB (Red+Green+Blue) = 196+124+168=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CA8 is #3B8357. Grayscale: #969696. Windows color (decimal): -3900248 or 11041988. OLE color: 11041988.
HSL color Cylindrical-coordinate representation of color #C47CA8: hue angle of 323.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47CA8 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 168 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.23 |
| HSL | 323.33º | 0.38% | 0.63% | - |
| HSV(B) | 323.33º | 0.37% | 0.77% | - |
| XYZ | 37.04 | 28.98 | 40.69 | - |
| YUV | 150.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 168 | 0 | 0.37 | 0.14 | 0.23 | 323.33 | 0.38 | 0.63 |
| Hex | C4 | 7C | A8 | 0 | 25 | E | 17 | 143 | 26 | 3F |
| Octal | 304 | 174 | 250 | 0 | 45 | 16 | 27 | 503 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10101000 | 0 | 100101 | 1110 | 10111 | 101000011 | 100110 | 111111 |
Color Harmonies of #C47CA8
Complementary color
Monochromatic Colors of #C47CA8
Black with #C47CA8
Text Example
Text Example
White with #C47CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CA8; }
p { color: rgb(196,124,168); }
H1.HeaderClassName
{
color: #C47CA8;
}
.AnyTagClassName
{
color: #C47CA8;
}
</style>
background-color css
<style>
a { background-color: #C47CA8; }
a { background-color: rgb(196,124,168); }
div.DivClassName
{
background-color: #C47CA8;
}
.BgClassName
{
background-color: #C47CA8;
}
</style>
border-color css
<style>
span { border-color: #C47CA8; }
span { border-color: rgb(196,124,168); }
td.TdClassName
{
border-color: #C47CA8;
}
.TagClassName
{
border-color: #C47CA8;
}
</style>