Shades of Hopbush #C56C9D
Tints of Hopbush #C56C9D
RGB
CMYK
RGB Variations
Color information
#C56C9D (or 0xC56C9D) is known color: Hopbush. HEX triplet: C5, 6C and 9D. RGB value is (197,108,157). Sum of RGB (Red+Green+Blue) = 197+108+157=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56C9D is #3A9362. Grayscale: #8C8C8C. Windows color (decimal): -3838819 or 10316997. OLE color: 10316997.
HSL color Cylindrical-coordinate representation of color #C56C9D: hue angle of 326.97º 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 #C56C9D is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 157 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.23 |
| HSL | 326.97º | 0.43% | 0.6% | - |
| HSV(B) | 326.97º | 0.45% | 0.77% | - |
| XYZ | 34.47 | 25.03 | 34.91 | - |
| YUV | 140.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 157 | 0 | 0.45 | 0.20 | 0.23 | 326.97 | 0.43 | 0.6 |
| Hex | C5 | 6C | 9D | 0 | 2D | 14 | 17 | 147 | 2B | 3C |
| Octal | 305 | 154 | 235 | 0 | 55 | 24 | 27 | 507 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10011101 | 0 | 101101 | 10100 | 10111 | 101000111 | 101011 | 111100 |
Color Harmonies of #C56C9D
Complementary color
Monochromatic Colors of #C56C9D
Black with #C56C9D
Text Example
Text Example
White with #C56C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C9D; }
p { color: rgb(197,108,157); }
H1.HeaderClassName
{
color: #C56C9D;
}
.AnyTagClassName
{
color: #C56C9D;
}
</style>
background-color css
<style>
a { background-color: #C56C9D; }
a { background-color: rgb(197,108,157); }
div.DivClassName
{
background-color: #C56C9D;
}
.BgClassName
{
background-color: #C56C9D;
}
</style>
border-color css
<style>
span { border-color: #C56C9D; }
span { border-color: rgb(197,108,157); }
td.TdClassName
{
border-color: #C56C9D;
}
.TagClassName
{
border-color: #C56C9D;
}
</style>