Shades of Hopbush #C57293
Tints of Hopbush #C57293
RGB
CMYK
RGB Variations
Color information
#C57293 (or 0xC57293) is known color: Hopbush. HEX triplet: C5, 72 and 93. RGB value is (197,114,147). Sum of RGB (Red+Green+Blue) = 197+114+147=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C57293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57293 is #3A8D6C. Grayscale: #8E8E8E. Windows color (decimal): -3837293 or 9663173. OLE color: 9663173.
HSL color Cylindrical-coordinate representation of color #C57293: hue angle of 336.14º degrees, saturation: 0.42, 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 #C57293 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 147 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.23 |
| HSL | 336.14º | 0.42% | 0.61% | - |
| HSV(B) | 336.14º | 0.42% | 0.77% | - |
| XYZ | 34.31 | 26.01 | 30.82 | - |
| YUV | 142.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 147 | 0 | 0.42 | 0.25 | 0.23 | 336.14 | 0.42 | 0.61 |
| Hex | C5 | 72 | 93 | 0 | 2A | 19 | 17 | 150 | 2A | 3D |
| Octal | 305 | 162 | 223 | 0 | 52 | 31 | 27 | 520 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10010011 | 0 | 101010 | 11001 | 10111 | 101010000 | 101010 | 111101 |
Color Harmonies of #C57293
Complementary color
Monochromatic Colors of #C57293
Black with #C57293
Text Example
Text Example
White with #C57293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57293; }
p { color: rgb(197,114,147); }
H1.HeaderClassName
{
color: #C57293;
}
.AnyTagClassName
{
color: #C57293;
}
</style>
background-color css
<style>
a { background-color: #C57293; }
a { background-color: rgb(197,114,147); }
div.DivClassName
{
background-color: #C57293;
}
.BgClassName
{
background-color: #C57293;
}
</style>
border-color css
<style>
span { border-color: #C57293; }
span { border-color: rgb(197,114,147); }
td.TdClassName
{
border-color: #C57293;
}
.TagClassName
{
border-color: #C57293;
}
</style>