Shades of Hopbush #C56587
Tints of Hopbush #C56587
RGB
CMYK
RGB Variations
Color information
#C56587 (or 0xC56587) is known color: Hopbush. HEX triplet: C5, 65 and 87. RGB value is (197,101,135). Sum of RGB (Red+Green+Blue) = 197+101+135=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C56587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56587 is #3A9A78. Grayscale: #858585. Windows color (decimal): -3840633 or 8873413. OLE color: 8873413.
HSL color Cylindrical-coordinate representation of color #C56587: hue angle of 338.75º 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 #C56587 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 135 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.23 |
| HSL | 338.75º | 0.45% | 0.58% | - |
| HSV(B) | 338.75º | 0.49% | 0.77% | - |
| XYZ | 32.05 | 22.93 | 25.66 | - |
| YUV | 133.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 135 | 0 | 0.49 | 0.31 | 0.23 | 338.75 | 0.45 | 0.58 |
| Hex | C5 | 65 | 87 | 0 | 31 | 1F | 17 | 153 | 2D | 3A |
| Octal | 305 | 145 | 207 | 0 | 61 | 37 | 27 | 523 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10000111 | 0 | 110001 | 11111 | 10111 | 101010011 | 101101 | 111010 |
Color Harmonies of #C56587
Complementary color
Monochromatic Colors of #C56587
Black with #C56587
Text Example
Text Example
White with #C56587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56587; }
p { color: rgb(197,101,135); }
H1.HeaderClassName
{
color: #C56587;
}
.AnyTagClassName
{
color: #C56587;
}
</style>
background-color css
<style>
a { background-color: #C56587; }
a { background-color: rgb(197,101,135); }
div.DivClassName
{
background-color: #C56587;
}
.BgClassName
{
background-color: #C56587;
}
</style>
border-color css
<style>
span { border-color: #C56587; }
span { border-color: rgb(197,101,135); }
td.TdClassName
{
border-color: #C56587;
}
.TagClassName
{
border-color: #C56587;
}
</style>