Shades of Hopbush #C56E8D
Tints of Hopbush #C56E8D
RGB
CMYK
RGB Variations
Color information
#C56E8D (or 0xC56E8D) is known color: Hopbush. HEX triplet: C5, 6E and 8D. RGB value is (197,110,141). Sum of RGB (Red+Green+Blue) = 197+110+141=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56E8D is #3A9172. Grayscale: #8B8B8B. Windows color (decimal): -3838323 or 9268933. OLE color: 9268933.
HSL color Cylindrical-coordinate representation of color #C56E8D: hue angle of 338.62º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56E8D is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 141 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.23 |
| HSL | 338.62º | 0.43% | 0.6% | - |
| HSV(B) | 338.62º | 0.44% | 0.77% | - |
| XYZ | 33.41 | 24.95 | 28.25 | - |
| YUV | 139.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 141 | 0 | 0.44 | 0.28 | 0.23 | 338.62 | 0.43 | 0.6 |
| Hex | C5 | 6E | 8D | 0 | 2C | 1C | 17 | 153 | 2B | 3C |
| Octal | 305 | 156 | 215 | 0 | 54 | 34 | 27 | 523 | 53 | 74 |
| Binary | 11000101 | 1101110 | 10001101 | 0 | 101100 | 11100 | 10111 | 101010011 | 101011 | 111100 |
Color Harmonies of #C56E8D
Complementary color
Monochromatic Colors of #C56E8D
Black with #C56E8D
Text Example
Text Example
White with #C56E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E8D; }
p { color: rgb(197,110,141); }
H1.HeaderClassName
{
color: #C56E8D;
}
.AnyTagClassName
{
color: #C56E8D;
}
</style>
background-color css
<style>
a { background-color: #C56E8D; }
a { background-color: rgb(197,110,141); }
div.DivClassName
{
background-color: #C56E8D;
}
.BgClassName
{
background-color: #C56E8D;
}
</style>
border-color css
<style>
span { border-color: #C56E8D; }
span { border-color: rgb(197,110,141); }
td.TdClassName
{
border-color: #C56E8D;
}
.TagClassName
{
border-color: #C56E8D;
}
</style>