Shades of Hopbush #C47C9D
Tints of Hopbush #C47C9D
RGB
CMYK
RGB Variations
Color information
#C47C9D (or 0xC47C9D) is known color: Hopbush. HEX triplet: C4, 7C and 9D. RGB value is (196,124,157). Sum of RGB (Red+Green+Blue) = 196+124+157=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C9D is #3B8362. Grayscale: #959595. Windows color (decimal): -3900259 or 10321092. OLE color: 10321092.
HSL color Cylindrical-coordinate representation of color #C47C9D: hue angle of 332.5º 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 #C47C9D is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 157 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.23 |
| HSL | 332.5º | 0.38% | 0.63% | - |
| HSV(B) | 332.5º | 0.37% | 0.77% | - |
| XYZ | 36.06 | 28.59 | 35.52 | - |
| YUV | 149.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 157 | 0 | 0.37 | 0.20 | 0.23 | 332.5 | 0.38 | 0.63 |
| Hex | C4 | 7C | 9D | 0 | 25 | 14 | 17 | 14C | 26 | 3F |
| Octal | 304 | 174 | 235 | 0 | 45 | 24 | 27 | 514 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10011101 | 0 | 100101 | 10100 | 10111 | 101001100 | 100110 | 111111 |
Color Harmonies of #C47C9D
Complementary color
Monochromatic Colors of #C47C9D
Black with #C47C9D
Text Example
Text Example
White with #C47C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C9D; }
p { color: rgb(196,124,157); }
H1.HeaderClassName
{
color: #C47C9D;
}
.AnyTagClassName
{
color: #C47C9D;
}
</style>
background-color css
<style>
a { background-color: #C47C9D; }
a { background-color: rgb(196,124,157); }
div.DivClassName
{
background-color: #C47C9D;
}
.BgClassName
{
background-color: #C47C9D;
}
</style>
border-color css
<style>
span { border-color: #C47C9D; }
span { border-color: rgb(196,124,157); }
td.TdClassName
{
border-color: #C47C9D;
}
.TagClassName
{
border-color: #C47C9D;
}
</style>