Shades of Hopbush #C47AA0
Tints of Hopbush #C47AA0
RGB
CMYK
RGB Variations
Color information
#C47AA0 (or 0xC47AA0) is known color: Hopbush. HEX triplet: C4, 7A and A0. RGB value is (196,122,160). Sum of RGB (Red+Green+Blue) = 196+122+160=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AA0 is #3B855F. Grayscale: #949494. Windows color (decimal): -3900768 or 10517188. OLE color: 10517188.
HSL color Cylindrical-coordinate representation of color #C47AA0: hue angle of 329.19º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AA0 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 160 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.23 |
| HSL | 329.19º | 0.39% | 0.62% | - |
| HSV(B) | 329.19º | 0.38% | 0.77% | - |
| XYZ | 36.07 | 28.19 | 36.8 | - |
| YUV | 148.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 160 | 0 | 0.38 | 0.18 | 0.23 | 329.19 | 0.39 | 0.62 |
| Hex | C4 | 7A | A0 | 0 | 26 | 12 | 17 | 149 | 27 | 3E |
| Octal | 304 | 172 | 240 | 0 | 46 | 22 | 27 | 511 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10100000 | 0 | 100110 | 10010 | 10111 | 101001001 | 100111 | 111110 |
Color Harmonies of #C47AA0
Complementary color
Monochromatic Colors of #C47AA0
Black with #C47AA0
Text Example
Text Example
White with #C47AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AA0; }
p { color: rgb(196,122,160); }
H1.HeaderClassName
{
color: #C47AA0;
}
.AnyTagClassName
{
color: #C47AA0;
}
</style>
background-color css
<style>
a { background-color: #C47AA0; }
a { background-color: rgb(196,122,160); }
div.DivClassName
{
background-color: #C47AA0;
}
.BgClassName
{
background-color: #C47AA0;
}
</style>
border-color css
<style>
span { border-color: #C47AA0; }
span { border-color: rgb(196,122,160); }
td.TdClassName
{
border-color: #C47AA0;
}
.TagClassName
{
border-color: #C47AA0;
}
</style>