Shades of Hopbush #C57C9A
Tints of Hopbush #C57C9A
RGB
CMYK
RGB Variations
Color information
#C57C9A (or 0xC57C9A) is known color: Hopbush. HEX triplet: C5, 7C and 9A. RGB value is (197,124,154). Sum of RGB (Red+Green+Blue) = 197+124+154=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57C9A is #3A8365. Grayscale: #959595. Windows color (decimal): -3834726 or 10124485. OLE color: 10124485.
HSL color Cylindrical-coordinate representation of color #C57C9A: hue angle of 335.34º 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 #C57C9A is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 154 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.23 |
| HSL | 335.34º | 0.39% | 0.63% | - |
| HSV(B) | 335.34º | 0.37% | 0.77% | - |
| XYZ | 36.07 | 28.62 | 34.19 | - |
| YUV | 149.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 154 | 0 | 0.37 | 0.22 | 0.23 | 335.34 | 0.39 | 0.63 |
| Hex | C5 | 7C | 9A | 0 | 25 | 16 | 17 | 14F | 27 | 3F |
| Octal | 305 | 174 | 232 | 0 | 45 | 26 | 27 | 517 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10011010 | 0 | 100101 | 10110 | 10111 | 101001111 | 100111 | 111111 |
Color Harmonies of #C57C9A
Complementary color
Monochromatic Colors of #C57C9A
Black with #C57C9A
Text Example
Text Example
White with #C57C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C9A; }
p { color: rgb(197,124,154); }
H1.HeaderClassName
{
color: #C57C9A;
}
.AnyTagClassName
{
color: #C57C9A;
}
</style>
background-color css
<style>
a { background-color: #C57C9A; }
a { background-color: rgb(197,124,154); }
div.DivClassName
{
background-color: #C57C9A;
}
.BgClassName
{
background-color: #C57C9A;
}
</style>
border-color css
<style>
span { border-color: #C57C9A; }
span { border-color: rgb(197,124,154); }
td.TdClassName
{
border-color: #C57C9A;
}
.TagClassName
{
border-color: #C57C9A;
}
</style>