Shades of Hopbush #C56B89
Tints of Hopbush #C56B89
RGB
CMYK
RGB Variations
Color information
#C56B89 (or 0xC56B89) is known color: Hopbush. HEX triplet: C5, 6B and 89. RGB value is (197,107,137). Sum of RGB (Red+Green+Blue) = 197+107+137=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56B89 is #3A9476. Grayscale: #898989. Windows color (decimal): -3839095 or 9006021. OLE color: 9006021.
HSL color Cylindrical-coordinate representation of color #C56B89: hue angle of 340º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56B89 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 137 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.23 |
| HSL | 340º | 0.44% | 0.6% | - |
| HSV(B) | 340º | 0.46% | 0.77% | - |
| XYZ | 32.8 | 24.19 | 26.61 | - |
| YUV | 137.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 137 | 0 | 0.46 | 0.30 | 0.23 | 340 | 0.44 | 0.6 |
| Hex | C5 | 6B | 89 | 0 | 2E | 1E | 17 | 154 | 2C | 3C |
| Octal | 305 | 153 | 211 | 0 | 56 | 36 | 27 | 524 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10001001 | 0 | 101110 | 11110 | 10111 | 101010100 | 101100 | 111100 |
Color Harmonies of #C56B89
Complementary color
Monochromatic Colors of #C56B89
Black with #C56B89
Text Example
Text Example
White with #C56B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B89; }
p { color: rgb(197,107,137); }
H1.HeaderClassName
{
color: #C56B89;
}
.AnyTagClassName
{
color: #C56B89;
}
</style>
background-color css
<style>
a { background-color: #C56B89; }
a { background-color: rgb(197,107,137); }
div.DivClassName
{
background-color: #C56B89;
}
.BgClassName
{
background-color: #C56B89;
}
</style>
border-color css
<style>
span { border-color: #C56B89; }
span { border-color: rgb(197,107,137); }
td.TdClassName
{
border-color: #C56B89;
}
.TagClassName
{
border-color: #C56B89;
}
</style>