Shades of Hopbush #C57DA2
Tints of Hopbush #C57DA2
RGB
CMYK
RGB Variations
Color information
#C57DA2 (or 0xC57DA2) is known color: Hopbush. HEX triplet: C5, 7D and A2. RGB value is (197,125,162). Sum of RGB (Red+Green+Blue) = 197+125+162=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DA2 is #3A825D. Grayscale: #969696. Windows color (decimal): -3834462 or 10649029. OLE color: 10649029.
HSL color Cylindrical-coordinate representation of color #C57DA2: hue angle of 329.17º degrees, saturation: 0.38, 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 #C57DA2 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 162 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.23 |
| HSL | 329.17º | 0.38% | 0.63% | - |
| HSV(B) | 329.17º | 0.37% | 0.77% | - |
| XYZ | 36.88 | 29.15 | 37.86 | - |
| YUV | 150.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 162 | 0 | 0.37 | 0.18 | 0.23 | 329.17 | 0.38 | 0.63 |
| Hex | C5 | 7D | A2 | 0 | 25 | 12 | 17 | 149 | 26 | 3F |
| Octal | 305 | 175 | 242 | 0 | 45 | 22 | 27 | 511 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10100010 | 0 | 100101 | 10010 | 10111 | 101001001 | 100110 | 111111 |
Color Harmonies of #C57DA2
Complementary color
Monochromatic Colors of #C57DA2
Black with #C57DA2
Text Example
Text Example
White with #C57DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DA2; }
p { color: rgb(197,125,162); }
H1.HeaderClassName
{
color: #C57DA2;
}
.AnyTagClassName
{
color: #C57DA2;
}
</style>
background-color css
<style>
a { background-color: #C57DA2; }
a { background-color: rgb(197,125,162); }
div.DivClassName
{
background-color: #C57DA2;
}
.BgClassName
{
background-color: #C57DA2;
}
</style>
border-color css
<style>
span { border-color: #C57DA2; }
span { border-color: rgb(197,125,162); }
td.TdClassName
{
border-color: #C57DA2;
}
.TagClassName
{
border-color: #C57DA2;
}
</style>