Shades of Hopbush #C57DA6
Tints of Hopbush #C57DA6
RGB
CMYK
RGB Variations
Color information
#C57DA6 (or 0xC57DA6) is known color: Hopbush. HEX triplet: C5, 7D and A6. RGB value is (197,125,166). Sum of RGB (Red+Green+Blue) = 197+125+166=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DA6 is #3A8259. Grayscale: #979797. Windows color (decimal): -3834458 or 10911173. OLE color: 10911173.
HSL color Cylindrical-coordinate representation of color #C57DA6: hue angle of 325.83º 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 #C57DA6 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 166 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.23 |
| HSL | 325.83º | 0.38% | 0.63% | - |
| HSV(B) | 325.83º | 0.37% | 0.77% | - |
| XYZ | 37.24 | 29.29 | 39.77 | - |
| YUV | 151.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 166 | 0 | 0.37 | 0.16 | 0.23 | 325.83 | 0.38 | 0.63 |
| Hex | C5 | 7D | A6 | 0 | 25 | 10 | 17 | 146 | 26 | 3F |
| Octal | 305 | 175 | 246 | 0 | 45 | 20 | 27 | 506 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10100110 | 0 | 100101 | 10000 | 10111 | 101000110 | 100110 | 111111 |
Color Harmonies of #C57DA6
Complementary color
Monochromatic Colors of #C57DA6
Black with #C57DA6
Text Example
Text Example
White with #C57DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DA6; }
p { color: rgb(197,125,166); }
H1.HeaderClassName
{
color: #C57DA6;
}
.AnyTagClassName
{
color: #C57DA6;
}
</style>
background-color css
<style>
a { background-color: #C57DA6; }
a { background-color: rgb(197,125,166); }
div.DivClassName
{
background-color: #C57DA6;
}
.BgClassName
{
background-color: #C57DA6;
}
</style>
border-color css
<style>
span { border-color: #C57DA6; }
span { border-color: rgb(197,125,166); }
td.TdClassName
{
border-color: #C57DA6;
}
.TagClassName
{
border-color: #C57DA6;
}
</style>