Shades of Hopbush #C47B9E
Tints of Hopbush #C47B9E
RGB
CMYK
RGB Variations
Color information
#C47B9E (or 0xC47B9E) is known color: Hopbush. HEX triplet: C4, 7B and 9E. RGB value is (196,123,158). Sum of RGB (Red+Green+Blue) = 196+123+158=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B9E is #3B8461. Grayscale: #949494. Windows color (decimal): -3900514 or 10386372. OLE color: 10386372.
HSL color Cylindrical-coordinate representation of color #C47B9E: hue angle of 331.23º 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 #C47B9E is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 158 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.23 |
| HSL | 331.23º | 0.38% | 0.63% | - |
| HSV(B) | 331.23º | 0.37% | 0.77% | - |
| XYZ | 36.02 | 28.37 | 35.93 | - |
| YUV | 148.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 158 | 0 | 0.37 | 0.19 | 0.23 | 331.23 | 0.38 | 0.63 |
| Hex | C4 | 7B | 9E | 0 | 25 | 13 | 17 | 14B | 26 | 3F |
| Octal | 304 | 173 | 236 | 0 | 45 | 23 | 27 | 513 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10011110 | 0 | 100101 | 10011 | 10111 | 101001011 | 100110 | 111111 |
Color Harmonies of #C47B9E
Complementary color
Monochromatic Colors of #C47B9E
Black with #C47B9E
Text Example
Text Example
White with #C47B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B9E; }
p { color: rgb(196,123,158); }
H1.HeaderClassName
{
color: #C47B9E;
}
.AnyTagClassName
{
color: #C47B9E;
}
</style>
background-color css
<style>
a { background-color: #C47B9E; }
a { background-color: rgb(196,123,158); }
div.DivClassName
{
background-color: #C47B9E;
}
.BgClassName
{
background-color: #C47B9E;
}
</style>
border-color css
<style>
span { border-color: #C47B9E; }
span { border-color: rgb(196,123,158); }
td.TdClassName
{
border-color: #C47B9E;
}
.TagClassName
{
border-color: #C47B9E;
}
</style>