Shades of Hopbush #C57193
Tints of Hopbush #C57193
RGB
CMYK
RGB Variations
Color information
#C57193 (or 0xC57193) is known color: Hopbush. HEX triplet: C5, 71 and 93. RGB value is (197,113,147). Sum of RGB (Red+Green+Blue) = 197+113+147=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C57193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57193 is #3A8E6C. Grayscale: #8D8D8D. Windows color (decimal): -3837549 or 9662917. OLE color: 9662917.
HSL color Cylindrical-coordinate representation of color #C57193: hue angle of 335.71º 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 #C57193 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 147 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.23 |
| HSL | 335.71º | 0.42% | 0.61% | - |
| HSV(B) | 335.71º | 0.43% | 0.77% | - |
| XYZ | 34.2 | 25.79 | 30.78 | - |
| YUV | 141.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 147 | 0 | 0.43 | 0.25 | 0.23 | 335.71 | 0.42 | 0.61 |
| Hex | C5 | 71 | 93 | 0 | 2B | 19 | 17 | 150 | 2A | 3D |
| Octal | 305 | 161 | 223 | 0 | 53 | 31 | 27 | 520 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10010011 | 0 | 101011 | 11001 | 10111 | 101010000 | 101010 | 111101 |
Color Harmonies of #C57193
Complementary color
Monochromatic Colors of #C57193
Black with #C57193
Text Example
Text Example
White with #C57193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57193; }
p { color: rgb(197,113,147); }
H1.HeaderClassName
{
color: #C57193;
}
.AnyTagClassName
{
color: #C57193;
}
</style>
background-color css
<style>
a { background-color: #C57193; }
a { background-color: rgb(197,113,147); }
div.DivClassName
{
background-color: #C57193;
}
.BgClassName
{
background-color: #C57193;
}
</style>
border-color css
<style>
span { border-color: #C57193; }
span { border-color: rgb(197,113,147); }
td.TdClassName
{
border-color: #C57193;
}
.TagClassName
{
border-color: #C57193;
}
</style>