Shades of Hopbush #C57A9B
Tints of Hopbush #C57A9B
RGB
CMYK
RGB Variations
Color information
#C57A9B (or 0xC57A9B) is known color: Hopbush. HEX triplet: C5, 7A and 9B. RGB value is (197,122,155). Sum of RGB (Red+Green+Blue) = 197+122+155=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A9B is #3A8564. Grayscale: #949494. Windows color (decimal): -3835237 or 10189509. OLE color: 10189509.
HSL color Cylindrical-coordinate representation of color #C57A9B: hue angle of 333.6º 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 #C57A9B is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 155 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.23 |
| HSL | 333.6º | 0.39% | 0.63% | - |
| HSV(B) | 333.6º | 0.38% | 0.77% | - |
| XYZ | 35.9 | 28.16 | 34.55 | - |
| YUV | 148.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 155 | 0 | 0.38 | 0.21 | 0.23 | 333.6 | 0.39 | 0.63 |
| Hex | C5 | 7A | 9B | 0 | 26 | 15 | 17 | 14E | 27 | 3F |
| Octal | 305 | 172 | 233 | 0 | 46 | 25 | 27 | 516 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10011011 | 0 | 100110 | 10101 | 10111 | 101001110 | 100111 | 111111 |
Color Harmonies of #C57A9B
Complementary color
Monochromatic Colors of #C57A9B
Black with #C57A9B
Text Example
Text Example
White with #C57A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A9B; }
p { color: rgb(197,122,155); }
H1.HeaderClassName
{
color: #C57A9B;
}
.AnyTagClassName
{
color: #C57A9B;
}
</style>
background-color css
<style>
a { background-color: #C57A9B; }
a { background-color: rgb(197,122,155); }
div.DivClassName
{
background-color: #C57A9B;
}
.BgClassName
{
background-color: #C57A9B;
}
</style>
border-color css
<style>
span { border-color: #C57A9B; }
span { border-color: rgb(197,122,155); }
td.TdClassName
{
border-color: #C57A9B;
}
.TagClassName
{
border-color: #C57A9B;
}
</style>