Shades of Hopbush #C47FA6
Tints of Hopbush #C47FA6
RGB
CMYK
RGB Variations
Color information
#C47FA6 (or 0xC47FA6) is known color: Hopbush. HEX triplet: C4, 7F and A6. RGB value is (196,127,166). Sum of RGB (Red+Green+Blue) = 196+127+166=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FA6 is #3B8059. Grayscale: #979797. Windows color (decimal): -3899482 or 10911684. OLE color: 10911684.
HSL color Cylindrical-coordinate representation of color #C47FA6: hue angle of 326.09º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47FA6 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 166 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.23 |
| HSL | 326.09º | 0.37% | 0.63% | - |
| HSV(B) | 326.09º | 0.35% | 0.77% | - |
| XYZ | 37.24 | 29.67 | 39.84 | - |
| YUV | 152.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 166 | 0 | 0.35 | 0.15 | 0.23 | 326.09 | 0.37 | 0.63 |
| Hex | C4 | 7F | A6 | 0 | 23 | F | 17 | 146 | 25 | 3F |
| Octal | 304 | 177 | 246 | 0 | 43 | 17 | 27 | 506 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10100110 | 0 | 100011 | 1111 | 10111 | 101000110 | 100101 | 111111 |
Color Harmonies of #C47FA6
Complementary color
Monochromatic Colors of #C47FA6
Black with #C47FA6
Text Example
Text Example
White with #C47FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FA6; }
p { color: rgb(196,127,166); }
H1.HeaderClassName
{
color: #C47FA6;
}
.AnyTagClassName
{
color: #C47FA6;
}
</style>
background-color css
<style>
a { background-color: #C47FA6; }
a { background-color: rgb(196,127,166); }
div.DivClassName
{
background-color: #C47FA6;
}
.BgClassName
{
background-color: #C47FA6;
}
</style>
border-color css
<style>
span { border-color: #C47FA6; }
span { border-color: rgb(196,127,166); }
td.TdClassName
{
border-color: #C47FA6;
}
.TagClassName
{
border-color: #C47FA6;
}
</style>