Shades of Hopbush #C56785
Tints of Hopbush #C56785
RGB
CMYK
RGB Variations
Color information
#C56785 (or 0xC56785) is known color: Hopbush. HEX triplet: C5, 67 and 85. RGB value is (197,103,133). Sum of RGB (Red+Green+Blue) = 197+103+133=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C56785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56785 is #3A987A. Grayscale: #868686. Windows color (decimal): -3840123 or 8742853. OLE color: 8742853.
HSL color Cylindrical-coordinate representation of color #C56785: hue angle of 340.85º 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 #C56785 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 133 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.23 |
| HSL | 340.85º | 0.45% | 0.59% | - |
| HSV(B) | 340.85º | 0.48% | 0.77% | - |
| XYZ | 32.11 | 23.26 | 24.99 | - |
| YUV | 134.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 133 | 0 | 0.48 | 0.32 | 0.23 | 340.85 | 0.45 | 0.59 |
| Hex | C5 | 67 | 85 | 0 | 30 | 20 | 17 | 155 | 2D | 3B |
| Octal | 305 | 147 | 205 | 0 | 60 | 40 | 27 | 525 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10000101 | 0 | 110000 | 100000 | 10111 | 101010101 | 101101 | 111011 |
Color Harmonies of #C56785
Complementary color
Monochromatic Colors of #C56785
Black with #C56785
Text Example
Text Example
White with #C56785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56785; }
p { color: rgb(197,103,133); }
H1.HeaderClassName
{
color: #C56785;
}
.AnyTagClassName
{
color: #C56785;
}
</style>
background-color css
<style>
a { background-color: #C56785; }
a { background-color: rgb(197,103,133); }
div.DivClassName
{
background-color: #C56785;
}
.BgClassName
{
background-color: #C56785;
}
</style>
border-color css
<style>
span { border-color: #C56785; }
span { border-color: rgb(197,103,133); }
td.TdClassName
{
border-color: #C56785;
}
.TagClassName
{
border-color: #C56785;
}
</style>