Shades of Hopbush #C56C90
Tints of Hopbush #C56C90
RGB
CMYK
RGB Variations
Color information
#C56C90 (or 0xC56C90) is known color: Hopbush. HEX triplet: C5, 6C and 90. RGB value is (197,108,144). Sum of RGB (Red+Green+Blue) = 197+108+144=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56C90 is #3A936F. Grayscale: #8A8A8A. Windows color (decimal): -3838832 or 9465029. OLE color: 9465029.
HSL color Cylindrical-coordinate representation of color #C56C90: hue angle of 335.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 #C56C90 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 144 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.23 |
| HSL | 335.73º | 0.43% | 0.6% | - |
| HSV(B) | 335.73º | 0.45% | 0.77% | - |
| XYZ | 33.42 | 24.61 | 29.37 | - |
| YUV | 138.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 144 | 0 | 0.45 | 0.27 | 0.23 | 335.73 | 0.43 | 0.6 |
| Hex | C5 | 6C | 90 | 0 | 2D | 1B | 17 | 150 | 2B | 3C |
| Octal | 305 | 154 | 220 | 0 | 55 | 33 | 27 | 520 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10010000 | 0 | 101101 | 11011 | 10111 | 101010000 | 101011 | 111100 |
Color Harmonies of #C56C90
Complementary color
Monochromatic Colors of #C56C90
Black with #C56C90
Text Example
Text Example
White with #C56C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C90; }
p { color: rgb(197,108,144); }
H1.HeaderClassName
{
color: #C56C90;
}
.AnyTagClassName
{
color: #C56C90;
}
</style>
background-color css
<style>
a { background-color: #C56C90; }
a { background-color: rgb(197,108,144); }
div.DivClassName
{
background-color: #C56C90;
}
.BgClassName
{
background-color: #C56C90;
}
</style>
border-color css
<style>
span { border-color: #C56C90; }
span { border-color: rgb(197,108,144); }
td.TdClassName
{
border-color: #C56C90;
}
.TagClassName
{
border-color: #C56C90;
}
</style>