Shades of Hopbush #C47AA3
Tints of Hopbush #C47AA3
RGB
CMYK
RGB Variations
Color information
#C47AA3 (or 0xC47AA3) is known color: Hopbush. HEX triplet: C4, 7A and A3. RGB value is (196,122,163). Sum of RGB (Red+Green+Blue) = 196+122+163=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AA3 is #3B855C. Grayscale: #949494. Windows color (decimal): -3900765 or 10713796. OLE color: 10713796.
HSL color Cylindrical-coordinate representation of color #C47AA3: hue angle of 326.76º 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 #C47AA3 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 163 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.23 |
| HSL | 326.76º | 0.39% | 0.62% | - |
| HSV(B) | 326.76º | 0.38% | 0.77% | - |
| XYZ | 36.34 | 28.3 | 38.2 | - |
| YUV | 148.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 163 | 0 | 0.38 | 0.17 | 0.23 | 326.76 | 0.39 | 0.62 |
| Hex | C4 | 7A | A3 | 0 | 26 | 11 | 17 | 147 | 27 | 3E |
| Octal | 304 | 172 | 243 | 0 | 46 | 21 | 27 | 507 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10100011 | 0 | 100110 | 10001 | 10111 | 101000111 | 100111 | 111110 |
Color Harmonies of #C47AA3
Complementary color
Monochromatic Colors of #C47AA3
Black with #C47AA3
Text Example
Text Example
White with #C47AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AA3; }
p { color: rgb(196,122,163); }
H1.HeaderClassName
{
color: #C47AA3;
}
.AnyTagClassName
{
color: #C47AA3;
}
</style>
background-color css
<style>
a { background-color: #C47AA3; }
a { background-color: rgb(196,122,163); }
div.DivClassName
{
background-color: #C47AA3;
}
.BgClassName
{
background-color: #C47AA3;
}
</style>
border-color css
<style>
span { border-color: #C47AA3; }
span { border-color: rgb(196,122,163); }
td.TdClassName
{
border-color: #C47AA3;
}
.TagClassName
{
border-color: #C47AA3;
}
</style>