Shades of Hopbush #C57093
Tints of Hopbush #C57093
RGB
CMYK
RGB Variations
Color information
#C57093 (or 0xC57093) is known color: Hopbush. HEX triplet: C5, 70 and 93. RGB value is (197,112,147). Sum of RGB (Red+Green+Blue) = 197+112+147=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C57093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57093 is #3A8F6C. Grayscale: #8D8D8D. Windows color (decimal): -3837805 or 9662661. OLE color: 9662661.
HSL color Cylindrical-coordinate representation of color #C57093: hue angle of 335.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57093 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 147 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.23 |
| HSL | 335.29º | 0.42% | 0.61% | - |
| HSV(B) | 335.29º | 0.43% | 0.77% | - |
| XYZ | 34.09 | 25.57 | 30.74 | - |
| YUV | 141.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 147 | 0 | 0.43 | 0.25 | 0.23 | 335.29 | 0.42 | 0.61 |
| Hex | C5 | 70 | 93 | 0 | 2B | 19 | 17 | 14F | 2A | 3D |
| Octal | 305 | 160 | 223 | 0 | 53 | 31 | 27 | 517 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10010011 | 0 | 101011 | 11001 | 10111 | 101001111 | 101010 | 111101 |
Color Harmonies of #C57093
Complementary color
Monochromatic Colors of #C57093
Black with #C57093
Text Example
Text Example
White with #C57093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57093; }
p { color: rgb(197,112,147); }
H1.HeaderClassName
{
color: #C57093;
}
.AnyTagClassName
{
color: #C57093;
}
</style>
background-color css
<style>
a { background-color: #C57093; }
a { background-color: rgb(197,112,147); }
div.DivClassName
{
background-color: #C57093;
}
.BgClassName
{
background-color: #C57093;
}
</style>
border-color css
<style>
span { border-color: #C57093; }
span { border-color: rgb(197,112,147); }
td.TdClassName
{
border-color: #C57093;
}
.TagClassName
{
border-color: #C57093;
}
</style>