Shades of Hopbush #C47BA5
Tints of Hopbush #C47BA5
RGB
CMYK
RGB Variations
Color information
#C47BA5 (or 0xC47BA5) is known color: Hopbush. HEX triplet: C4, 7B and A5. RGB value is (196,123,165). Sum of RGB (Red+Green+Blue) = 196+123+165=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BA5 is #3B845A. Grayscale: #959595. Windows color (decimal): -3900507 or 10845124. OLE color: 10845124.
HSL color Cylindrical-coordinate representation of color #C47BA5: hue angle of 325.48º 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 #C47BA5 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 165 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.23 |
| HSL | 325.48º | 0.38% | 0.63% | - |
| HSV(B) | 325.48º | 0.37% | 0.77% | - |
| XYZ | 36.64 | 28.62 | 39.19 | - |
| YUV | 149.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 165 | 0 | 0.37 | 0.16 | 0.23 | 325.48 | 0.38 | 0.63 |
| Hex | C4 | 7B | A5 | 0 | 25 | 10 | 17 | 145 | 26 | 3F |
| Octal | 304 | 173 | 245 | 0 | 45 | 20 | 27 | 505 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10100101 | 0 | 100101 | 10000 | 10111 | 101000101 | 100110 | 111111 |
Color Harmonies of #C47BA5
Complementary color
Monochromatic Colors of #C47BA5
Black with #C47BA5
Text Example
Text Example
White with #C47BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BA5; }
p { color: rgb(196,123,165); }
H1.HeaderClassName
{
color: #C47BA5;
}
.AnyTagClassName
{
color: #C47BA5;
}
</style>
background-color css
<style>
a { background-color: #C47BA5; }
a { background-color: rgb(196,123,165); }
div.DivClassName
{
background-color: #C47BA5;
}
.BgClassName
{
background-color: #C47BA5;
}
</style>
border-color css
<style>
span { border-color: #C47BA5; }
span { border-color: rgb(196,123,165); }
td.TdClassName
{
border-color: #C47BA5;
}
.TagClassName
{
border-color: #C47BA5;
}
</style>