Shades of Hopbush #C5738E
Tints of Hopbush #C5738E
RGB
CMYK
RGB Variations
Color information
#C5738E (or 0xC5738E) is known color: Hopbush. HEX triplet: C5, 73 and 8E. RGB value is (197,115,142). Sum of RGB (Red+Green+Blue) = 197+115+142=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5738E is #3A8C71. Grayscale: #8E8E8E. Windows color (decimal): -3837042 or 9335749. OLE color: 9335749.
HSL color Cylindrical-coordinate representation of color #C5738E: hue angle of 340.24º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5738E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 142 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.23 |
| HSL | 340.24º | 0.41% | 0.61% | - |
| HSV(B) | 340.24º | 0.42% | 0.77% | - |
| XYZ | 34.04 | 26.08 | 28.83 | - |
| YUV | 142.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 142 | 0 | 0.42 | 0.28 | 0.23 | 340.24 | 0.41 | 0.61 |
| Hex | C5 | 73 | 8E | 0 | 2A | 1C | 17 | 154 | 29 | 3D |
| Octal | 305 | 163 | 216 | 0 | 52 | 34 | 27 | 524 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10001110 | 0 | 101010 | 11100 | 10111 | 101010100 | 101001 | 111101 |
Color Harmonies of #C5738E
Complementary color
Monochromatic Colors of #C5738E
Black with #C5738E
Text Example
Text Example
White with #C5738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5738E; }
p { color: rgb(197,115,142); }
H1.HeaderClassName
{
color: #C5738E;
}
.AnyTagClassName
{
color: #C5738E;
}
</style>
background-color css
<style>
a { background-color: #C5738E; }
a { background-color: rgb(197,115,142); }
div.DivClassName
{
background-color: #C5738E;
}
.BgClassName
{
background-color: #C5738E;
}
</style>
border-color css
<style>
span { border-color: #C5738E; }
span { border-color: rgb(197,115,142); }
td.TdClassName
{
border-color: #C5738E;
}
.TagClassName
{
border-color: #C5738E;
}
</style>