Shades of Hopbush #C56589
Tints of Hopbush #C56589
RGB
CMYK
RGB Variations
Color information
#C56589 (or 0xC56589) is known color: Hopbush. HEX triplet: C5, 65 and 89. RGB value is (197,101,137). Sum of RGB (Red+Green+Blue) = 197+101+137=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C56589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56589 is #3A9A76. Grayscale: #858585. Windows color (decimal): -3840631 or 9004485. OLE color: 9004485.
HSL color Cylindrical-coordinate representation of color #C56589: hue angle of 337.5º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56589 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 137 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.23 |
| HSL | 337.5º | 0.45% | 0.58% | - |
| HSV(B) | 337.5º | 0.49% | 0.77% | - |
| XYZ | 32.2 | 22.98 | 26.41 | - |
| YUV | 133.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 137 | 0 | 0.49 | 0.30 | 0.23 | 337.5 | 0.45 | 0.58 |
| Hex | C5 | 65 | 89 | 0 | 31 | 1E | 17 | 152 | 2D | 3A |
| Octal | 305 | 145 | 211 | 0 | 61 | 36 | 27 | 522 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10001001 | 0 | 110001 | 11110 | 10111 | 101010010 | 101101 | 111010 |
Color Harmonies of #C56589
Complementary color
Monochromatic Colors of #C56589
Black with #C56589
Text Example
Text Example
White with #C56589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56589; }
p { color: rgb(197,101,137); }
H1.HeaderClassName
{
color: #C56589;
}
.AnyTagClassName
{
color: #C56589;
}
</style>
background-color css
<style>
a { background-color: #C56589; }
a { background-color: rgb(197,101,137); }
div.DivClassName
{
background-color: #C56589;
}
.BgClassName
{
background-color: #C56589;
}
</style>
border-color css
<style>
span { border-color: #C56589; }
span { border-color: rgb(197,101,137); }
td.TdClassName
{
border-color: #C56589;
}
.TagClassName
{
border-color: #C56589;
}
</style>