Shades of Hopbush #C56F99
Tints of Hopbush #C56F99
RGB
CMYK
RGB Variations
Color information
#C56F99 (or 0xC56F99) is known color: Hopbush. HEX triplet: C5, 6F and 99. RGB value is (197,111,153). Sum of RGB (Red+Green+Blue) = 197+111+153=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56F99 is #3A9066. Grayscale: #8D8D8D. Windows color (decimal): -3838055 or 10055621. OLE color: 10055621.
HSL color Cylindrical-coordinate representation of color #C56F99: hue angle of 330.7º 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 #C56F99 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 153 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.23 |
| HSL | 330.7º | 0.43% | 0.6% | - |
| HSV(B) | 330.7º | 0.44% | 0.77% | - |
| XYZ | 34.46 | 25.54 | 33.25 | - |
| YUV | 141.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 153 | 0 | 0.44 | 0.22 | 0.23 | 330.7 | 0.43 | 0.6 |
| Hex | C5 | 6F | 99 | 0 | 2C | 16 | 17 | 14B | 2B | 3C |
| Octal | 305 | 157 | 231 | 0 | 54 | 26 | 27 | 513 | 53 | 74 |
| Binary | 11000101 | 1101111 | 10011001 | 0 | 101100 | 10110 | 10111 | 101001011 | 101011 | 111100 |
Color Harmonies of #C56F99
Complementary color
Monochromatic Colors of #C56F99
Black with #C56F99
Text Example
Text Example
White with #C56F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F99; }
p { color: rgb(197,111,153); }
H1.HeaderClassName
{
color: #C56F99;
}
.AnyTagClassName
{
color: #C56F99;
}
</style>
background-color css
<style>
a { background-color: #C56F99; }
a { background-color: rgb(197,111,153); }
div.DivClassName
{
background-color: #C56F99;
}
.BgClassName
{
background-color: #C56F99;
}
</style>
border-color css
<style>
span { border-color: #C56F99; }
span { border-color: rgb(197,111,153); }
td.TdClassName
{
border-color: #C56F99;
}
.TagClassName
{
border-color: #C56F99;
}
</style>