Shades of Hopbush #C47BA7
Tints of Hopbush #C47BA7
RGB
CMYK
RGB Variations
Color information
#C47BA7 (or 0xC47BA7) is known color: Hopbush. HEX triplet: C4, 7B and A7. RGB value is (196,123,167). Sum of RGB (Red+Green+Blue) = 196+123+167=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BA7 is #3B8458. Grayscale: #959595. Windows color (decimal): -3900505 or 10976196. OLE color: 10976196.
HSL color Cylindrical-coordinate representation of color #C47BA7: hue angle of 323.84º 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 #C47BA7 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 167 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.23 |
| HSL | 323.84º | 0.38% | 0.63% | - |
| HSV(B) | 323.84º | 0.37% | 0.77% | - |
| XYZ | 36.82 | 28.69 | 40.16 | - |
| YUV | 149.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 167 | 0 | 0.37 | 0.15 | 0.23 | 323.84 | 0.38 | 0.63 |
| Hex | C4 | 7B | A7 | 0 | 25 | F | 17 | 144 | 26 | 3F |
| Octal | 304 | 173 | 247 | 0 | 45 | 17 | 27 | 504 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10100111 | 0 | 100101 | 1111 | 10111 | 101000100 | 100110 | 111111 |
Color Harmonies of #C47BA7
Complementary color
Monochromatic Colors of #C47BA7
Black with #C47BA7
Text Example
Text Example
White with #C47BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BA7; }
p { color: rgb(196,123,167); }
H1.HeaderClassName
{
color: #C47BA7;
}
.AnyTagClassName
{
color: #C47BA7;
}
</style>
background-color css
<style>
a { background-color: #C47BA7; }
a { background-color: rgb(196,123,167); }
div.DivClassName
{
background-color: #C47BA7;
}
.BgClassName
{
background-color: #C47BA7;
}
</style>
border-color css
<style>
span { border-color: #C47BA7; }
span { border-color: rgb(196,123,167); }
td.TdClassName
{
border-color: #C47BA7;
}
.TagClassName
{
border-color: #C47BA7;
}
</style>