Shades of Hopbush #C57DA9
Tints of Hopbush #C57DA9
RGB
CMYK
RGB Variations
Color information
#C57DA9 (or 0xC57DA9) is known color: Hopbush. HEX triplet: C5, 7D and A9. RGB value is (197,125,169). Sum of RGB (Red+Green+Blue) = 197+125+169=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DA9 is #3A8256. Grayscale: #979797. Windows color (decimal): -3834455 or 11107781. OLE color: 11107781.
HSL color Cylindrical-coordinate representation of color #C57DA9: hue angle of 323.33º 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 #C57DA9 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 169 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.23 |
| HSL | 323.33º | 0.38% | 0.63% | - |
| HSV(B) | 323.33º | 0.37% | 0.77% | - |
| XYZ | 37.52 | 29.4 | 41.23 | - |
| YUV | 151.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 169 | 0 | 0.37 | 0.14 | 0.23 | 323.33 | 0.38 | 0.63 |
| Hex | C5 | 7D | A9 | 0 | 25 | E | 17 | 143 | 26 | 3F |
| Octal | 305 | 175 | 251 | 0 | 45 | 16 | 27 | 503 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10101001 | 0 | 100101 | 1110 | 10111 | 101000011 | 100110 | 111111 |
Color Harmonies of #C57DA9
Complementary color
Monochromatic Colors of #C57DA9
Black with #C57DA9
Text Example
Text Example
White with #C57DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DA9; }
p { color: rgb(197,125,169); }
H1.HeaderClassName
{
color: #C57DA9;
}
.AnyTagClassName
{
color: #C57DA9;
}
</style>
background-color css
<style>
a { background-color: #C57DA9; }
a { background-color: rgb(197,125,169); }
div.DivClassName
{
background-color: #C57DA9;
}
.BgClassName
{
background-color: #C57DA9;
}
</style>
border-color css
<style>
span { border-color: #C57DA9; }
span { border-color: rgb(197,125,169); }
td.TdClassName
{
border-color: #C57DA9;
}
.TagClassName
{
border-color: #C57DA9;
}
</style>