Shades of Hopbush #C56795
Tints of Hopbush #C56795
RGB
CMYK
RGB Variations
Color information
#C56795 (or 0xC56795) is known color: Hopbush. HEX triplet: C5, 67 and 95. RGB value is (197,103,149). Sum of RGB (Red+Green+Blue) = 197+103+149=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C56795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56795 is #3A986A. Grayscale: #888888. Windows color (decimal): -3840107 or 9791429. OLE color: 9791429.
HSL color Cylindrical-coordinate representation of color #C56795: hue angle of 330.64º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56795 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 149 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.23 |
| HSL | 330.64º | 0.45% | 0.59% | - |
| HSV(B) | 330.64º | 0.48% | 0.77% | - |
| XYZ | 33.3 | 23.74 | 31.26 | - |
| YUV | 136.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 149 | 0 | 0.48 | 0.24 | 0.23 | 330.64 | 0.45 | 0.59 |
| Hex | C5 | 67 | 95 | 0 | 30 | 18 | 17 | 14B | 2D | 3B |
| Octal | 305 | 147 | 225 | 0 | 60 | 30 | 27 | 513 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10010101 | 0 | 110000 | 11000 | 10111 | 101001011 | 101101 | 111011 |
Color Harmonies of #C56795
Complementary color
Monochromatic Colors of #C56795
Black with #C56795
Text Example
Text Example
White with #C56795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56795; }
p { color: rgb(197,103,149); }
H1.HeaderClassName
{
color: #C56795;
}
.AnyTagClassName
{
color: #C56795;
}
</style>
background-color css
<style>
a { background-color: #C56795; }
a { background-color: rgb(197,103,149); }
div.DivClassName
{
background-color: #C56795;
}
.BgClassName
{
background-color: #C56795;
}
</style>
border-color css
<style>
span { border-color: #C56795; }
span { border-color: rgb(197,103,149); }
td.TdClassName
{
border-color: #C56795;
}
.TagClassName
{
border-color: #C56795;
}
</style>