Shades of Hopbush #C57CA4
Tints of Hopbush #C57CA4
RGB
CMYK
RGB Variations
Color information
#C57CA4 (or 0xC57CA4) is known color: Hopbush. HEX triplet: C5, 7C and A4. RGB value is (197,124,164). Sum of RGB (Red+Green+Blue) = 197+124+164=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57CA4 is #3A835B. Grayscale: #969696. Windows color (decimal): -3834716 or 10779845. OLE color: 10779845.
HSL color Cylindrical-coordinate representation of color #C57CA4: hue angle of 327.12º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57CA4 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 164 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.23 |
| HSL | 327.12º | 0.39% | 0.63% | - |
| HSV(B) | 327.12º | 0.37% | 0.77% | - |
| XYZ | 36.93 | 28.97 | 38.77 | - |
| YUV | 150.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 164 | 0 | 0.37 | 0.17 | 0.23 | 327.12 | 0.39 | 0.63 |
| Hex | C5 | 7C | A4 | 0 | 25 | 11 | 17 | 147 | 27 | 3F |
| Octal | 305 | 174 | 244 | 0 | 45 | 21 | 27 | 507 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10100100 | 0 | 100101 | 10001 | 10111 | 101000111 | 100111 | 111111 |
Color Harmonies of #C57CA4
Complementary color
Monochromatic Colors of #C57CA4
Black with #C57CA4
Text Example
Text Example
White with #C57CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CA4; }
p { color: rgb(197,124,164); }
H1.HeaderClassName
{
color: #C57CA4;
}
.AnyTagClassName
{
color: #C57CA4;
}
</style>
background-color css
<style>
a { background-color: #C57CA4; }
a { background-color: rgb(197,124,164); }
div.DivClassName
{
background-color: #C57CA4;
}
.BgClassName
{
background-color: #C57CA4;
}
</style>
border-color css
<style>
span { border-color: #C57CA4; }
span { border-color: rgb(197,124,164); }
td.TdClassName
{
border-color: #C57CA4;
}
.TagClassName
{
border-color: #C57CA4;
}
</style>