Shades of Hopbush #C47EA4
Tints of Hopbush #C47EA4
RGB
CMYK
RGB Variations
Color information
#C47EA4 (or 0xC47EA4) is known color: Hopbush. HEX triplet: C4, 7E and A4. RGB value is (196,126,164). Sum of RGB (Red+Green+Blue) = 196+126+164=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C47EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47EA4 is #3B815B. Grayscale: #979797. Windows color (decimal): -3899740 or 10780356. OLE color: 10780356.
HSL color Cylindrical-coordinate representation of color #C47EA4: hue angle of 327.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47EA4 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 164 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.23 |
| HSL | 327.43º | 0.37% | 0.63% | - |
| HSV(B) | 327.43º | 0.36% | 0.77% | - |
| XYZ | 36.93 | 29.34 | 38.84 | - |
| YUV | 151.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 164 | 0 | 0.36 | 0.16 | 0.23 | 327.43 | 0.37 | 0.63 |
| Hex | C4 | 7E | A4 | 0 | 24 | 10 | 17 | 147 | 25 | 3F |
| Octal | 304 | 176 | 244 | 0 | 44 | 20 | 27 | 507 | 45 | 77 |
| Binary | 11000100 | 1111110 | 10100100 | 0 | 100100 | 10000 | 10111 | 101000111 | 100101 | 111111 |
Color Harmonies of #C47EA4
Complementary color
Monochromatic Colors of #C47EA4
Black with #C47EA4
Text Example
Text Example
White with #C47EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47EA4; }
p { color: rgb(196,126,164); }
H1.HeaderClassName
{
color: #C47EA4;
}
.AnyTagClassName
{
color: #C47EA4;
}
</style>
background-color css
<style>
a { background-color: #C47EA4; }
a { background-color: rgb(196,126,164); }
div.DivClassName
{
background-color: #C47EA4;
}
.BgClassName
{
background-color: #C47EA4;
}
</style>
border-color css
<style>
span { border-color: #C47EA4; }
span { border-color: rgb(196,126,164); }
td.TdClassName
{
border-color: #C47EA4;
}
.TagClassName
{
border-color: #C47EA4;
}
</style>