Shades of Hopbush #C57C9C
Tints of Hopbush #C57C9C
RGB
CMYK
RGB Variations
Color information
#C57C9C (or 0xC57C9C) is known color: Hopbush. HEX triplet: C5, 7C and 9C. RGB value is (197,124,156). Sum of RGB (Red+Green+Blue) = 197+124+156=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57C9C is #3A8363. Grayscale: #959595. Windows color (decimal): -3834724 or 10255557. OLE color: 10255557.
HSL color Cylindrical-coordinate representation of color #C57C9C: hue angle of 333.7º 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 #C57C9C is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 156 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.23 |
| HSL | 333.7º | 0.39% | 0.63% | - |
| HSV(B) | 333.7º | 0.37% | 0.77% | - |
| XYZ | 36.23 | 28.69 | 35.08 | - |
| YUV | 149.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 156 | 0 | 0.37 | 0.21 | 0.23 | 333.7 | 0.39 | 0.63 |
| Hex | C5 | 7C | 9C | 0 | 25 | 15 | 17 | 14E | 27 | 3F |
| Octal | 305 | 174 | 234 | 0 | 45 | 25 | 27 | 516 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10011100 | 0 | 100101 | 10101 | 10111 | 101001110 | 100111 | 111111 |
Color Harmonies of #C57C9C
Complementary color
Monochromatic Colors of #C57C9C
Black with #C57C9C
Text Example
Text Example
White with #C57C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C9C; }
p { color: rgb(197,124,156); }
H1.HeaderClassName
{
color: #C57C9C;
}
.AnyTagClassName
{
color: #C57C9C;
}
</style>
background-color css
<style>
a { background-color: #C57C9C; }
a { background-color: rgb(197,124,156); }
div.DivClassName
{
background-color: #C57C9C;
}
.BgClassName
{
background-color: #C57C9C;
}
</style>
border-color css
<style>
span { border-color: #C57C9C; }
span { border-color: rgb(197,124,156); }
td.TdClassName
{
border-color: #C57C9C;
}
.TagClassName
{
border-color: #C57C9C;
}
</style>