Shades of Hopbush #C57493
Tints of Hopbush #C57493
RGB
CMYK
RGB Variations
Color information
#C57493 (or 0xC57493) is known color: Hopbush. HEX triplet: C5, 74 and 93. RGB value is (197,116,147). Sum of RGB (Red+Green+Blue) = 197+116+147=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C57493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57493 is #3A8B6C. Grayscale: #8F8F8F. Windows color (decimal): -3836781 or 9663685. OLE color: 9663685.
HSL color Cylindrical-coordinate representation of color #C57493: hue angle of 337.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57493 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 147 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.23 |
| HSL | 337.04º | 0.41% | 0.61% | - |
| HSV(B) | 337.04º | 0.41% | 0.77% | - |
| XYZ | 34.54 | 26.47 | 30.89 | - |
| YUV | 143.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 147 | 0 | 0.41 | 0.25 | 0.23 | 337.04 | 0.41 | 0.61 |
| Hex | C5 | 74 | 93 | 0 | 29 | 19 | 17 | 151 | 29 | 3D |
| Octal | 305 | 164 | 223 | 0 | 51 | 31 | 27 | 521 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10010011 | 0 | 101001 | 11001 | 10111 | 101010001 | 101001 | 111101 |
Color Harmonies of #C57493
Complementary color
Monochromatic Colors of #C57493
Black with #C57493
Text Example
Text Example
White with #C57493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57493; }
p { color: rgb(197,116,147); }
H1.HeaderClassName
{
color: #C57493;
}
.AnyTagClassName
{
color: #C57493;
}
</style>
background-color css
<style>
a { background-color: #C57493; }
a { background-color: rgb(197,116,147); }
div.DivClassName
{
background-color: #C57493;
}
.BgClassName
{
background-color: #C57493;
}
</style>
border-color css
<style>
span { border-color: #C57493; }
span { border-color: rgb(197,116,147); }
td.TdClassName
{
border-color: #C57493;
}
.TagClassName
{
border-color: #C57493;
}
</style>