Shades of Hopbush #C47B95
Tints of Hopbush #C47B95
RGB
CMYK
RGB Variations
Color information
#C47B95 (or 0xC47B95) is known color: Hopbush. HEX triplet: C4, 7B and 95. RGB value is (196,123,149). Sum of RGB (Red+Green+Blue) = 196+123+149=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B95 is #3B846A. Grayscale: #939393. Windows color (decimal): -3900523 or 9796548. OLE color: 9796548.
HSL color Cylindrical-coordinate representation of color #C47B95: hue angle of 338.63º 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 #C47B95 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 149 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.23 |
| HSL | 338.63º | 0.38% | 0.63% | - |
| HSV(B) | 338.63º | 0.37% | 0.77% | - |
| XYZ | 35.27 | 28.07 | 31.99 | - |
| YUV | 147.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 149 | 0 | 0.37 | 0.24 | 0.23 | 338.63 | 0.38 | 0.63 |
| Hex | C4 | 7B | 95 | 0 | 25 | 18 | 17 | 153 | 26 | 3F |
| Octal | 304 | 173 | 225 | 0 | 45 | 30 | 27 | 523 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10010101 | 0 | 100101 | 11000 | 10111 | 101010011 | 100110 | 111111 |
Color Harmonies of #C47B95
Complementary color
Monochromatic Colors of #C47B95
Black with #C47B95
Text Example
Text Example
White with #C47B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B95; }
p { color: rgb(196,123,149); }
H1.HeaderClassName
{
color: #C47B95;
}
.AnyTagClassName
{
color: #C47B95;
}
</style>
background-color css
<style>
a { background-color: #C47B95; }
a { background-color: rgb(196,123,149); }
div.DivClassName
{
background-color: #C47B95;
}
.BgClassName
{
background-color: #C47B95;
}
</style>
border-color css
<style>
span { border-color: #C47B95; }
span { border-color: rgb(196,123,149); }
td.TdClassName
{
border-color: #C47B95;
}
.TagClassName
{
border-color: #C47B95;
}
</style>