Shades of Hopbush #C56F97
Tints of Hopbush #C56F97
RGB
CMYK
RGB Variations
Color information
#C56F97 (or 0xC56F97) is known color: Hopbush. HEX triplet: C5, 6F and 97. RGB value is (197,111,151). Sum of RGB (Red+Green+Blue) = 197+111+151=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56F97 is #3A9068. Grayscale: #8D8D8D. Windows color (decimal): -3838057 or 9924549. OLE color: 9924549.
HSL color Cylindrical-coordinate representation of color #C56F97: hue angle of 332.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56F97 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 151 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.23 |
| HSL | 332.09º | 0.43% | 0.6% | - |
| HSV(B) | 332.09º | 0.44% | 0.77% | - |
| XYZ | 34.3 | 25.47 | 32.39 | - |
| YUV | 141.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 151 | 0 | 0.44 | 0.23 | 0.23 | 332.09 | 0.43 | 0.6 |
| Hex | C5 | 6F | 97 | 0 | 2C | 17 | 17 | 14C | 2B | 3C |
| Octal | 305 | 157 | 227 | 0 | 54 | 27 | 27 | 514 | 53 | 74 |
| Binary | 11000101 | 1101111 | 10010111 | 0 | 101100 | 10111 | 10111 | 101001100 | 101011 | 111100 |
Color Harmonies of #C56F97
Complementary color
Monochromatic Colors of #C56F97
Black with #C56F97
Text Example
Text Example
White with #C56F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F97; }
p { color: rgb(197,111,151); }
H1.HeaderClassName
{
color: #C56F97;
}
.AnyTagClassName
{
color: #C56F97;
}
</style>
background-color css
<style>
a { background-color: #C56F97; }
a { background-color: rgb(197,111,151); }
div.DivClassName
{
background-color: #C56F97;
}
.BgClassName
{
background-color: #C56F97;
}
</style>
border-color css
<style>
span { border-color: #C56F97; }
span { border-color: rgb(197,111,151); }
td.TdClassName
{
border-color: #C56F97;
}
.TagClassName
{
border-color: #C56F97;
}
</style>