Shades of Hopbush #C57695
Tints of Hopbush #C57695
RGB
CMYK
RGB Variations
Color information
#C57695 (or 0xC57695) is known color: Hopbush. HEX triplet: C5, 76 and 95. RGB value is (197,118,149). Sum of RGB (Red+Green+Blue) = 197+118+149=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C57695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57695 is #3A896A. Grayscale: #919191. Windows color (decimal): -3836267 or 9795269. OLE color: 9795269.
HSL color Cylindrical-coordinate representation of color #C57695: hue angle of 336.46º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57695 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 149 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.23 |
| HSL | 336.46º | 0.41% | 0.62% | - |
| HSV(B) | 336.46º | 0.4% | 0.77% | - |
| XYZ | 34.93 | 27 | 31.8 | - |
| YUV | 145.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 149 | 0 | 0.40 | 0.24 | 0.23 | 336.46 | 0.41 | 0.62 |
| Hex | C5 | 76 | 95 | 0 | 28 | 18 | 17 | 150 | 29 | 3E |
| Octal | 305 | 166 | 225 | 0 | 50 | 30 | 27 | 520 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10010101 | 0 | 101000 | 11000 | 10111 | 101010000 | 101001 | 111110 |
Color Harmonies of #C57695
Complementary color
Monochromatic Colors of #C57695
Black with #C57695
Text Example
Text Example
White with #C57695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57695; }
p { color: rgb(197,118,149); }
H1.HeaderClassName
{
color: #C57695;
}
.AnyTagClassName
{
color: #C57695;
}
</style>
background-color css
<style>
a { background-color: #C57695; }
a { background-color: rgb(197,118,149); }
div.DivClassName
{
background-color: #C57695;
}
.BgClassName
{
background-color: #C57695;
}
</style>
border-color css
<style>
span { border-color: #C57695; }
span { border-color: rgb(197,118,149); }
td.TdClassName
{
border-color: #C57695;
}
.TagClassName
{
border-color: #C57695;
}
</style>