Shades of Hopbush #C47CA7
Tints of Hopbush #C47CA7
RGB
CMYK
RGB Variations
Color information
#C47CA7 (or 0xC47CA7) is known color: Hopbush. HEX triplet: C4, 7C and A7. RGB value is (196,124,167). Sum of RGB (Red+Green+Blue) = 196+124+167=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CA7 is #3B8358. Grayscale: #969696. Windows color (decimal): -3900249 or 10976452. OLE color: 10976452.
HSL color Cylindrical-coordinate representation of color #C47CA7: hue angle of 324.17º 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 #C47CA7 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 167 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.23 |
| HSL | 324.17º | 0.38% | 0.63% | - |
| HSV(B) | 324.17º | 0.37% | 0.77% | - |
| XYZ | 36.95 | 28.94 | 40.2 | - |
| YUV | 150.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 167 | 0 | 0.37 | 0.15 | 0.23 | 324.17 | 0.38 | 0.63 |
| Hex | C4 | 7C | A7 | 0 | 25 | F | 17 | 144 | 26 | 3F |
| Octal | 304 | 174 | 247 | 0 | 45 | 17 | 27 | 504 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10100111 | 0 | 100101 | 1111 | 10111 | 101000100 | 100110 | 111111 |
Color Harmonies of #C47CA7
Complementary color
Monochromatic Colors of #C47CA7
Black with #C47CA7
Text Example
Text Example
White with #C47CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CA7; }
p { color: rgb(196,124,167); }
H1.HeaderClassName
{
color: #C47CA7;
}
.AnyTagClassName
{
color: #C47CA7;
}
</style>
background-color css
<style>
a { background-color: #C47CA7; }
a { background-color: rgb(196,124,167); }
div.DivClassName
{
background-color: #C47CA7;
}
.BgClassName
{
background-color: #C47CA7;
}
</style>
border-color css
<style>
span { border-color: #C47CA7; }
span { border-color: rgb(196,124,167); }
td.TdClassName
{
border-color: #C47CA7;
}
.TagClassName
{
border-color: #C47CA7;
}
</style>