Shades of Hopbush #C56996
Tints of Hopbush #C56996
RGB
CMYK
RGB Variations
Color information
#C56996 (or 0xC56996) is known color: Hopbush. HEX triplet: C5, 69 and 96. RGB value is (197,105,150). Sum of RGB (Red+Green+Blue) = 197+105+150=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C56996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56996 is #3A9669. Grayscale: #898989. Windows color (decimal): -3839594 or 9857477. OLE color: 9857477.
HSL color Cylindrical-coordinate representation of color #C56996: hue angle of 330.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56996 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 150 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.23 |
| HSL | 330.65º | 0.44% | 0.59% | - |
| HSV(B) | 330.65º | 0.47% | 0.77% | - |
| XYZ | 33.58 | 24.18 | 31.75 | - |
| YUV | 137.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 150 | 0 | 0.47 | 0.24 | 0.23 | 330.65 | 0.44 | 0.59 |
| Hex | C5 | 69 | 96 | 0 | 2F | 18 | 17 | 14B | 2C | 3B |
| Octal | 305 | 151 | 226 | 0 | 57 | 30 | 27 | 513 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10010110 | 0 | 101111 | 11000 | 10111 | 101001011 | 101100 | 111011 |
Color Harmonies of #C56996
Complementary color
Monochromatic Colors of #C56996
Black with #C56996
Text Example
Text Example
White with #C56996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56996; }
p { color: rgb(197,105,150); }
H1.HeaderClassName
{
color: #C56996;
}
.AnyTagClassName
{
color: #C56996;
}
</style>
background-color css
<style>
a { background-color: #C56996; }
a { background-color: rgb(197,105,150); }
div.DivClassName
{
background-color: #C56996;
}
.BgClassName
{
background-color: #C56996;
}
</style>
border-color css
<style>
span { border-color: #C56996; }
span { border-color: rgb(197,105,150); }
td.TdClassName
{
border-color: #C56996;
}
.TagClassName
{
border-color: #C56996;
}
</style>