Shades of Hopbush #C57896
Tints of Hopbush #C57896
RGB
CMYK
RGB Variations
Color information
#C57896 (or 0xC57896) is known color: Hopbush. HEX triplet: C5, 78 and 96. RGB value is (197,120,150). Sum of RGB (Red+Green+Blue) = 197+120+150=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C57896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57896 is #3A8769. Grayscale: #929292. Windows color (decimal): -3835754 or 9861317. OLE color: 9861317.
HSL color Cylindrical-coordinate representation of color #C57896: hue angle of 336.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57896 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 150 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.23 |
| HSL | 336.62º | 0.4% | 0.62% | - |
| HSV(B) | 336.62º | 0.39% | 0.77% | - |
| XYZ | 35.25 | 27.51 | 32.31 | - |
| YUV | 146.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 150 | 0 | 0.39 | 0.24 | 0.23 | 336.62 | 0.4 | 0.62 |
| Hex | C5 | 78 | 96 | 0 | 27 | 18 | 17 | 151 | 28 | 3E |
| Octal | 305 | 170 | 226 | 0 | 47 | 30 | 27 | 521 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10010110 | 0 | 100111 | 11000 | 10111 | 101010001 | 101000 | 111110 |
Color Harmonies of #C57896
Complementary color
Monochromatic Colors of #C57896
Black with #C57896
Text Example
Text Example
White with #C57896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57896; }
p { color: rgb(197,120,150); }
H1.HeaderClassName
{
color: #C57896;
}
.AnyTagClassName
{
color: #C57896;
}
</style>
background-color css
<style>
a { background-color: #C57896; }
a { background-color: rgb(197,120,150); }
div.DivClassName
{
background-color: #C57896;
}
.BgClassName
{
background-color: #C57896;
}
</style>
border-color css
<style>
span { border-color: #C57896; }
span { border-color: rgb(197,120,150); }
td.TdClassName
{
border-color: #C57896;
}
.TagClassName
{
border-color: #C57896;
}
</style>