Shades of Hopbush #C47B9C
Tints of Hopbush #C47B9C
RGB
CMYK
RGB Variations
Color information
#C47B9C (or 0xC47B9C) is known color: Hopbush. HEX triplet: C4, 7B and 9C. RGB value is (196,123,156). Sum of RGB (Red+Green+Blue) = 196+123+156=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B9C is #3B8463. Grayscale: #949494. Windows color (decimal): -3900516 or 10255300. OLE color: 10255300.
HSL color Cylindrical-coordinate representation of color #C47B9C: hue angle of 332.88º 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 #C47B9C is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 156 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.23 |
| HSL | 332.88º | 0.38% | 0.63% | - |
| HSV(B) | 332.88º | 0.37% | 0.77% | - |
| XYZ | 35.85 | 28.3 | 35.03 | - |
| YUV | 148.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 156 | 0 | 0.37 | 0.20 | 0.23 | 332.88 | 0.38 | 0.63 |
| Hex | C4 | 7B | 9C | 0 | 25 | 14 | 17 | 14D | 26 | 3F |
| Octal | 304 | 173 | 234 | 0 | 45 | 24 | 27 | 515 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10011100 | 0 | 100101 | 10100 | 10111 | 101001101 | 100110 | 111111 |
Color Harmonies of #C47B9C
Complementary color
Monochromatic Colors of #C47B9C
Black with #C47B9C
Text Example
Text Example
White with #C47B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B9C; }
p { color: rgb(196,123,156); }
H1.HeaderClassName
{
color: #C47B9C;
}
.AnyTagClassName
{
color: #C47B9C;
}
</style>
background-color css
<style>
a { background-color: #C47B9C; }
a { background-color: rgb(196,123,156); }
div.DivClassName
{
background-color: #C47B9C;
}
.BgClassName
{
background-color: #C47B9C;
}
</style>
border-color css
<style>
span { border-color: #C47B9C; }
span { border-color: rgb(196,123,156); }
td.TdClassName
{
border-color: #C47B9C;
}
.TagClassName
{
border-color: #C47B9C;
}
</style>