Shades of Hopbush #C56CA9
Tints of Hopbush #C56CA9
RGB
CMYK
RGB Variations
Color information
#C56CA9 (or 0xC56CA9) is known color: Hopbush. HEX triplet: C5, 6C and A9. RGB value is (197,108,169). Sum of RGB (Red+Green+Blue) = 197+108+169=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56CA9 is #3A9356. Grayscale: #8D8D8D. Windows color (decimal): -3838807 or 11103429. OLE color: 11103429.
HSL color Cylindrical-coordinate representation of color #C56CA9: hue angle of 318.88º 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 #C56CA9 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 169 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.23 |
| HSL | 318.88º | 0.43% | 0.6% | - |
| HSV(B) | 318.88º | 0.45% | 0.77% | - |
| XYZ | 35.55 | 25.46 | 40.58 | - |
| YUV | 141.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 169 | 0 | 0.45 | 0.14 | 0.23 | 318.88 | 0.43 | 0.6 |
| Hex | C5 | 6C | A9 | 0 | 2D | E | 17 | 13F | 2B | 3C |
| Octal | 305 | 154 | 251 | 0 | 55 | 16 | 27 | 477 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10101001 | 0 | 101101 | 1110 | 10111 | 100111111 | 101011 | 111100 |
Color Harmonies of #C56CA9
Complementary color
Monochromatic Colors of #C56CA9
Black with #C56CA9
Text Example
Text Example
White with #C56CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CA9; }
p { color: rgb(197,108,169); }
H1.HeaderClassName
{
color: #C56CA9;
}
.AnyTagClassName
{
color: #C56CA9;
}
</style>
background-color css
<style>
a { background-color: #C56CA9; }
a { background-color: rgb(197,108,169); }
div.DivClassName
{
background-color: #C56CA9;
}
.BgClassName
{
background-color: #C56CA9;
}
</style>
border-color css
<style>
span { border-color: #C56CA9; }
span { border-color: rgb(197,108,169); }
td.TdClassName
{
border-color: #C56CA9;
}
.TagClassName
{
border-color: #C56CA9;
}
</style>