Shades of Hopbush #C56788
Tints of Hopbush #C56788
RGB
CMYK
RGB Variations
Color information
#C56788 (or 0xC56788) is known color: Hopbush. HEX triplet: C5, 67 and 88. RGB value is (197,103,136). Sum of RGB (Red+Green+Blue) = 197+103+136=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C56788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56788 is #3A9877. Grayscale: #868686. Windows color (decimal): -3840120 or 8939461. OLE color: 8939461.
HSL color Cylindrical-coordinate representation of color #C56788: hue angle of 338.94º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56788 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 136 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.23 |
| HSL | 338.94º | 0.45% | 0.59% | - |
| HSV(B) | 338.94º | 0.48% | 0.77% | - |
| XYZ | 32.32 | 23.35 | 26.1 | - |
| YUV | 134.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 136 | 0 | 0.48 | 0.31 | 0.23 | 338.94 | 0.45 | 0.59 |
| Hex | C5 | 67 | 88 | 0 | 30 | 1F | 17 | 153 | 2D | 3B |
| Octal | 305 | 147 | 210 | 0 | 60 | 37 | 27 | 523 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10001000 | 0 | 110000 | 11111 | 10111 | 101010011 | 101101 | 111011 |
Color Harmonies of #C56788
Complementary color
Monochromatic Colors of #C56788
Black with #C56788
Text Example
Text Example
White with #C56788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56788; }
p { color: rgb(197,103,136); }
H1.HeaderClassName
{
color: #C56788;
}
.AnyTagClassName
{
color: #C56788;
}
</style>
background-color css
<style>
a { background-color: #C56788; }
a { background-color: rgb(197,103,136); }
div.DivClassName
{
background-color: #C56788;
}
.BgClassName
{
background-color: #C56788;
}
</style>
border-color css
<style>
span { border-color: #C56788; }
span { border-color: rgb(197,103,136); }
td.TdClassName
{
border-color: #C56788;
}
.TagClassName
{
border-color: #C56788;
}
</style>