Shades of Hopbush #C47B9A
Tints of Hopbush #C47B9A
RGB
CMYK
RGB Variations
Color information
#C47B9A (or 0xC47B9A) is known color: Hopbush. HEX triplet: C4, 7B and 9A. RGB value is (196,123,154). Sum of RGB (Red+Green+Blue) = 196+123+154=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B9A is #3B8465. Grayscale: #949494. Windows color (decimal): -3900518 or 10124228. OLE color: 10124228.
HSL color Cylindrical-coordinate representation of color #C47B9A: hue angle of 334.52º 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 #C47B9A is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 154 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.23 |
| HSL | 334.52º | 0.38% | 0.63% | - |
| HSV(B) | 334.52º | 0.37% | 0.77% | - |
| XYZ | 35.68 | 28.23 | 34.14 | - |
| YUV | 148.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 154 | 0 | 0.37 | 0.21 | 0.23 | 334.52 | 0.38 | 0.63 |
| Hex | C4 | 7B | 9A | 0 | 25 | 15 | 17 | 14F | 26 | 3F |
| Octal | 304 | 173 | 232 | 0 | 45 | 25 | 27 | 517 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10011010 | 0 | 100101 | 10101 | 10111 | 101001111 | 100110 | 111111 |
Color Harmonies of #C47B9A
Complementary color
Monochromatic Colors of #C47B9A
Black with #C47B9A
Text Example
Text Example
White with #C47B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B9A; }
p { color: rgb(196,123,154); }
H1.HeaderClassName
{
color: #C47B9A;
}
.AnyTagClassName
{
color: #C47B9A;
}
</style>
background-color css
<style>
a { background-color: #C47B9A; }
a { background-color: rgb(196,123,154); }
div.DivClassName
{
background-color: #C47B9A;
}
.BgClassName
{
background-color: #C47B9A;
}
</style>
border-color css
<style>
span { border-color: #C47B9A; }
span { border-color: rgb(196,123,154); }
td.TdClassName
{
border-color: #C47B9A;
}
.TagClassName
{
border-color: #C47B9A;
}
</style>