Shades of Hopbush #C47598
Tints of Hopbush #C47598
RGB
CMYK
RGB Variations
Color information
#C47598 (or 0xC47598) is known color: Hopbush. HEX triplet: C4, 75 and 98. RGB value is (196,117,152). Sum of RGB (Red+Green+Blue) = 196+117+152=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C47598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47598 is #3B8A67. Grayscale: #909090. Windows color (decimal): -3902056 or 9991620. OLE color: 9991620.
HSL color Cylindrical-coordinate representation of color #C47598: hue angle of 333.42º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47598 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 152 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.23 |
| HSL | 333.42º | 0.4% | 0.61% | - |
| HSV(B) | 333.42º | 0.4% | 0.77% | - |
| XYZ | 34.79 | 26.73 | 33.03 | - |
| YUV | 144.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 152 | 0 | 0.40 | 0.22 | 0.23 | 333.42 | 0.4 | 0.61 |
| Hex | C4 | 75 | 98 | 0 | 28 | 16 | 17 | 14D | 28 | 3D |
| Octal | 304 | 165 | 230 | 0 | 50 | 26 | 27 | 515 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10011000 | 0 | 101000 | 10110 | 10111 | 101001101 | 101000 | 111101 |
Color Harmonies of #C47598
Complementary color
Monochromatic Colors of #C47598
Black with #C47598
Text Example
Text Example
White with #C47598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47598; }
p { color: rgb(196,117,152); }
H1.HeaderClassName
{
color: #C47598;
}
.AnyTagClassName
{
color: #C47598;
}
</style>
background-color css
<style>
a { background-color: #C47598; }
a { background-color: rgb(196,117,152); }
div.DivClassName
{
background-color: #C47598;
}
.BgClassName
{
background-color: #C47598;
}
</style>
border-color css
<style>
span { border-color: #C47598; }
span { border-color: rgb(196,117,152); }
td.TdClassName
{
border-color: #C47598;
}
.TagClassName
{
border-color: #C47598;
}
</style>