Shades of Hopbush #C56DAB
Tints of Hopbush #C56DAB
RGB
CMYK
RGB Variations
Color information
#C56DAB (or 0xC56DAB) is known color: Hopbush. HEX triplet: C5, 6D and AB. RGB value is (197,109,171). Sum of RGB (Red+Green+Blue) = 197+109+171=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C56DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56DAB is #3A9254. Grayscale: #8E8E8E. Windows color (decimal): -3838549 or 11234757. OLE color: 11234757.
HSL color Cylindrical-coordinate representation of color #C56DAB: hue angle of 317.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56DAB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 171 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.23 |
| HSL | 317.73º | 0.43% | 0.6% | - |
| HSV(B) | 317.73º | 0.45% | 0.77% | - |
| XYZ | 35.85 | 25.75 | 41.61 | - |
| YUV | 142.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 171 | 0 | 0.45 | 0.13 | 0.23 | 317.73 | 0.43 | 0.6 |
| Hex | C5 | 6D | AB | 0 | 2D | D | 17 | 13E | 2B | 3C |
| Octal | 305 | 155 | 253 | 0 | 55 | 15 | 27 | 476 | 53 | 74 |
| Binary | 11000101 | 1101101 | 10101011 | 0 | 101101 | 1101 | 10111 | 100111110 | 101011 | 111100 |
Color Harmonies of #C56DAB
Complementary color
Monochromatic Colors of #C56DAB
Black with #C56DAB
Text Example
Text Example
White with #C56DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DAB; }
p { color: rgb(197,109,171); }
H1.HeaderClassName
{
color: #C56DAB;
}
.AnyTagClassName
{
color: #C56DAB;
}
</style>
background-color css
<style>
a { background-color: #C56DAB; }
a { background-color: rgb(197,109,171); }
div.DivClassName
{
background-color: #C56DAB;
}
.BgClassName
{
background-color: #C56DAB;
}
</style>
border-color css
<style>
span { border-color: #C56DAB; }
span { border-color: rgb(197,109,171); }
td.TdClassName
{
border-color: #C56DAB;
}
.TagClassName
{
border-color: #C56DAB;
}
</style>