Shades of Hopbush #C57CA1
Tints of Hopbush #C57CA1
RGB
CMYK
RGB Variations
Color information
#C57CA1 (or 0xC57CA1) is known color: Hopbush. HEX triplet: C5, 7C and A1. RGB value is (197,124,161). Sum of RGB (Red+Green+Blue) = 197+124+161=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57CA1 is #3A835E. Grayscale: #959595. Windows color (decimal): -3834719 or 10583237. OLE color: 10583237.
HSL color Cylindrical-coordinate representation of color #C57CA1: hue angle of 329.59º 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 #C57CA1 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 161 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.23 |
| HSL | 329.59º | 0.39% | 0.63% | - |
| HSV(B) | 329.59º | 0.37% | 0.77% | - |
| XYZ | 36.67 | 28.86 | 37.36 | - |
| YUV | 150.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 161 | 0 | 0.37 | 0.18 | 0.23 | 329.59 | 0.39 | 0.63 |
| Hex | C5 | 7C | A1 | 0 | 25 | 12 | 17 | 14A | 27 | 3F |
| Octal | 305 | 174 | 241 | 0 | 45 | 22 | 27 | 512 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10100001 | 0 | 100101 | 10010 | 10111 | 101001010 | 100111 | 111111 |
Color Harmonies of #C57CA1
Complementary color
Monochromatic Colors of #C57CA1
Black with #C57CA1
Text Example
Text Example
White with #C57CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CA1; }
p { color: rgb(197,124,161); }
H1.HeaderClassName
{
color: #C57CA1;
}
.AnyTagClassName
{
color: #C57CA1;
}
</style>
background-color css
<style>
a { background-color: #C57CA1; }
a { background-color: rgb(197,124,161); }
div.DivClassName
{
background-color: #C57CA1;
}
.BgClassName
{
background-color: #C57CA1;
}
</style>
border-color css
<style>
span { border-color: #C57CA1; }
span { border-color: rgb(197,124,161); }
td.TdClassName
{
border-color: #C57CA1;
}
.TagClassName
{
border-color: #C57CA1;
}
</style>