Shades of Hopbush #C57EA5
Tints of Hopbush #C57EA5
RGB
CMYK
RGB Variations
Color information
#C57EA5 (or 0xC57EA5) is known color: Hopbush. HEX triplet: C5, 7E and A5. RGB value is (197,126,165). Sum of RGB (Red+Green+Blue) = 197+126+165=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57EA5 is #3A815A. Grayscale: #979797. Windows color (decimal): -3834203 or 10845893. OLE color: 10845893.
HSL color Cylindrical-coordinate representation of color #C57EA5: hue angle of 327.04º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57EA5 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 165 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.23 |
| HSL | 327.04º | 0.38% | 0.63% | - |
| HSV(B) | 327.04º | 0.36% | 0.77% | - |
| XYZ | 37.28 | 29.51 | 39.33 | - |
| YUV | 151.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 165 | 0 | 0.36 | 0.16 | 0.23 | 327.04 | 0.38 | 0.63 |
| Hex | C5 | 7E | A5 | 0 | 24 | 10 | 17 | 147 | 26 | 3F |
| Octal | 305 | 176 | 245 | 0 | 44 | 20 | 27 | 507 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10100101 | 0 | 100100 | 10000 | 10111 | 101000111 | 100110 | 111111 |
Color Harmonies of #C57EA5
Complementary color
Monochromatic Colors of #C57EA5
Black with #C57EA5
Text Example
Text Example
White with #C57EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EA5; }
p { color: rgb(197,126,165); }
H1.HeaderClassName
{
color: #C57EA5;
}
.AnyTagClassName
{
color: #C57EA5;
}
</style>
background-color css
<style>
a { background-color: #C57EA5; }
a { background-color: rgb(197,126,165); }
div.DivClassName
{
background-color: #C57EA5;
}
.BgClassName
{
background-color: #C57EA5;
}
</style>
border-color css
<style>
span { border-color: #C57EA5; }
span { border-color: rgb(197,126,165); }
td.TdClassName
{
border-color: #C57EA5;
}
.TagClassName
{
border-color: #C57EA5;
}
</style>