Shades of Hopbush #C56292
Tints of Hopbush #C56292
RGB
CMYK
RGB Variations
Color information
#C56292 (or 0xC56292) is known color: Hopbush. HEX triplet: C5, 62 and 92. RGB value is (197,98,146). Sum of RGB (Red+Green+Blue) = 197+98+146=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C56292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56292 is #3A9D6D. Grayscale: #848484. Windows color (decimal): -3841390 or 9593541. OLE color: 9593541.
HSL color Cylindrical-coordinate representation of color #C56292: hue angle of 330.91º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56292 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 146 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.23 |
| HSL | 330.91º | 0.46% | 0.58% | - |
| HSV(B) | 330.91º | 0.5% | 0.77% | - |
| XYZ | 32.58 | 22.68 | 29.85 | - |
| YUV | 133.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 146 | 0 | 0.50 | 0.26 | 0.23 | 330.91 | 0.46 | 0.58 |
| Hex | C5 | 62 | 92 | 0 | 32 | 1A | 17 | 14B | 2E | 3A |
| Octal | 305 | 142 | 222 | 0 | 62 | 32 | 27 | 513 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10010010 | 0 | 110010 | 11010 | 10111 | 101001011 | 101110 | 111010 |
Color Harmonies of #C56292
Complementary color
Monochromatic Colors of #C56292
Black with #C56292
Text Example
Text Example
White with #C56292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56292; }
p { color: rgb(197,98,146); }
H1.HeaderClassName
{
color: #C56292;
}
.AnyTagClassName
{
color: #C56292;
}
</style>
background-color css
<style>
a { background-color: #C56292; }
a { background-color: rgb(197,98,146); }
div.DivClassName
{
background-color: #C56292;
}
.BgClassName
{
background-color: #C56292;
}
</style>
border-color css
<style>
span { border-color: #C56292; }
span { border-color: rgb(197,98,146); }
td.TdClassName
{
border-color: #C56292;
}
.TagClassName
{
border-color: #C56292;
}
</style>