Shades of Hopbush #C47B99
Tints of Hopbush #C47B99
RGB
CMYK
RGB Variations
Color information
#C47B99 (or 0xC47B99) is known color: Hopbush. HEX triplet: C4, 7B and 99. RGB value is (196,123,153). Sum of RGB (Red+Green+Blue) = 196+123+153=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B99 is #3B8466. Grayscale: #949494. Windows color (decimal): -3900519 or 10058692. OLE color: 10058692.
HSL color Cylindrical-coordinate representation of color #C47B99: hue angle of 335.34º 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 #C47B99 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 153 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.23 |
| HSL | 335.34º | 0.38% | 0.63% | - |
| HSV(B) | 335.34º | 0.37% | 0.77% | - |
| XYZ | 35.6 | 28.2 | 33.7 | - |
| YUV | 148.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 153 | 0 | 0.37 | 0.22 | 0.23 | 335.34 | 0.38 | 0.63 |
| Hex | C4 | 7B | 99 | 0 | 25 | 16 | 17 | 14F | 26 | 3F |
| Octal | 304 | 173 | 231 | 0 | 45 | 26 | 27 | 517 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10011001 | 0 | 100101 | 10110 | 10111 | 101001111 | 100110 | 111111 |
Color Harmonies of #C47B99
Complementary color
Monochromatic Colors of #C47B99
Black with #C47B99
Text Example
Text Example
White with #C47B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B99; }
p { color: rgb(196,123,153); }
H1.HeaderClassName
{
color: #C47B99;
}
.AnyTagClassName
{
color: #C47B99;
}
</style>
background-color css
<style>
a { background-color: #C47B99; }
a { background-color: rgb(196,123,153); }
div.DivClassName
{
background-color: #C47B99;
}
.BgClassName
{
background-color: #C47B99;
}
</style>
border-color css
<style>
span { border-color: #C47B99; }
span { border-color: rgb(196,123,153); }
td.TdClassName
{
border-color: #C47B99;
}
.TagClassName
{
border-color: #C47B99;
}
</style>