Shades of Hopbush #C56BAB
Tints of Hopbush #C56BAB
RGB
CMYK
RGB Variations
Color information
#C56BAB (or 0xC56BAB) is known color: Hopbush. HEX triplet: C5, 6B and AB. RGB value is (197,107,171). Sum of RGB (Red+Green+Blue) = 197+107+171=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56BAB is #3A9454. Grayscale: #8D8D8D. Windows color (decimal): -3839061 or 11234245. OLE color: 11234245.
HSL color Cylindrical-coordinate representation of color #C56BAB: hue angle of 317.33º 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 #C56BAB is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 171 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.23 |
| HSL | 317.33º | 0.44% | 0.6% | - |
| HSV(B) | 317.33º | 0.46% | 0.77% | - |
| XYZ | 35.63 | 25.33 | 41.54 | - |
| YUV | 141.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 171 | 0 | 0.46 | 0.13 | 0.23 | 317.33 | 0.44 | 0.6 |
| Hex | C5 | 6B | AB | 0 | 2E | D | 17 | 13D | 2C | 3C |
| Octal | 305 | 153 | 253 | 0 | 56 | 15 | 27 | 475 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10101011 | 0 | 101110 | 1101 | 10111 | 100111101 | 101100 | 111100 |
Color Harmonies of #C56BAB
Complementary color
Monochromatic Colors of #C56BAB
Black with #C56BAB
Text Example
Text Example
White with #C56BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BAB; }
p { color: rgb(197,107,171); }
H1.HeaderClassName
{
color: #C56BAB;
}
.AnyTagClassName
{
color: #C56BAB;
}
</style>
background-color css
<style>
a { background-color: #C56BAB; }
a { background-color: rgb(197,107,171); }
div.DivClassName
{
background-color: #C56BAB;
}
.BgClassName
{
background-color: #C56BAB;
}
</style>
border-color css
<style>
span { border-color: #C56BAB; }
span { border-color: rgb(197,107,171); }
td.TdClassName
{
border-color: #C56BAB;
}
.TagClassName
{
border-color: #C56BAB;
}
</style>