Shades of Hopbush #C57BA0
Tints of Hopbush #C57BA0
RGB
CMYK
RGB Variations
Color information
#C57BA0 (or 0xC57BA0) is known color: Hopbush. HEX triplet: C5, 7B and A0. RGB value is (197,123,160). Sum of RGB (Red+Green+Blue) = 197+123+160=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BA0 is #3A845F. Grayscale: #959595. Windows color (decimal): -3834976 or 10517445. OLE color: 10517445.
HSL color Cylindrical-coordinate representation of color #C57BA0: hue angle of 330º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57BA0 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 160 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.23 |
| HSL | 330º | 0.39% | 0.63% | - |
| HSV(B) | 330º | 0.38% | 0.77% | - |
| XYZ | 36.45 | 28.57 | 36.85 | - |
| YUV | 149.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 160 | 0 | 0.38 | 0.19 | 0.23 | 330 | 0.39 | 0.63 |
| Hex | C5 | 7B | A0 | 0 | 26 | 13 | 17 | 14A | 27 | 3F |
| Octal | 305 | 173 | 240 | 0 | 46 | 23 | 27 | 512 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10100000 | 0 | 100110 | 10011 | 10111 | 101001010 | 100111 | 111111 |
Color Harmonies of #C57BA0
Complementary color
Monochromatic Colors of #C57BA0
Black with #C57BA0
Text Example
Text Example
White with #C57BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BA0; }
p { color: rgb(197,123,160); }
H1.HeaderClassName
{
color: #C57BA0;
}
.AnyTagClassName
{
color: #C57BA0;
}
</style>
background-color css
<style>
a { background-color: #C57BA0; }
a { background-color: rgb(197,123,160); }
div.DivClassName
{
background-color: #C57BA0;
}
.BgClassName
{
background-color: #C57BA0;
}
</style>
border-color css
<style>
span { border-color: #C57BA0; }
span { border-color: rgb(197,123,160); }
td.TdClassName
{
border-color: #C57BA0;
}
.TagClassName
{
border-color: #C57BA0;
}
</style>