Shades of Hopbush #C56B9D
Tints of Hopbush #C56B9D
RGB
CMYK
RGB Variations
Color information
#C56B9D (or 0xC56B9D) is known color: Hopbush. HEX triplet: C5, 6B and 9D. RGB value is (197,107,157). Sum of RGB (Red+Green+Blue) = 197+107+157=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56B9D is #3A9462. Grayscale: #8B8B8B. Windows color (decimal): -3839075 or 10316741. OLE color: 10316741.
HSL color Cylindrical-coordinate representation of color #C56B9D: hue angle of 326.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56B9D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 157 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.23 |
| HSL | 326.67º | 0.44% | 0.6% | - |
| HSV(B) | 326.67º | 0.46% | 0.77% | - |
| XYZ | 34.37 | 24.82 | 34.88 | - |
| YUV | 139.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 157 | 0 | 0.46 | 0.20 | 0.23 | 326.67 | 0.44 | 0.6 |
| Hex | C5 | 6B | 9D | 0 | 2E | 14 | 17 | 147 | 2C | 3C |
| Octal | 305 | 153 | 235 | 0 | 56 | 24 | 27 | 507 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10011101 | 0 | 101110 | 10100 | 10111 | 101000111 | 101100 | 111100 |
Color Harmonies of #C56B9D
Complementary color
Monochromatic Colors of #C56B9D
Black with #C56B9D
Text Example
Text Example
White with #C56B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B9D; }
p { color: rgb(197,107,157); }
H1.HeaderClassName
{
color: #C56B9D;
}
.AnyTagClassName
{
color: #C56B9D;
}
</style>
background-color css
<style>
a { background-color: #C56B9D; }
a { background-color: rgb(197,107,157); }
div.DivClassName
{
background-color: #C56B9D;
}
.BgClassName
{
background-color: #C56B9D;
}
</style>
border-color css
<style>
span { border-color: #C56B9D; }
span { border-color: rgb(197,107,157); }
td.TdClassName
{
border-color: #C56B9D;
}
.TagClassName
{
border-color: #C56B9D;
}
</style>