Shades of Hopbush #C56696
Tints of Hopbush #C56696
RGB
CMYK
RGB Variations
Color information
#C56696 (or 0xC56696) is known color: Hopbush. HEX triplet: C5, 66 and 96. RGB value is (197,102,150). Sum of RGB (Red+Green+Blue) = 197+102+150=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C56696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56696 is #3A9969. Grayscale: #878787. Windows color (decimal): -3840362 or 9856709. OLE color: 9856709.
HSL color Cylindrical-coordinate representation of color #C56696: hue angle of 329.68º 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 #C56696 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 150 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.23 |
| HSL | 329.68º | 0.45% | 0.59% | - |
| HSV(B) | 329.68º | 0.48% | 0.77% | - |
| XYZ | 33.28 | 23.58 | 31.65 | - |
| YUV | 135.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 150 | 0 | 0.48 | 0.24 | 0.23 | 329.68 | 0.45 | 0.59 |
| Hex | C5 | 66 | 96 | 0 | 30 | 18 | 17 | 14A | 2D | 3B |
| Octal | 305 | 146 | 226 | 0 | 60 | 30 | 27 | 512 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10010110 | 0 | 110000 | 11000 | 10111 | 101001010 | 101101 | 111011 |
Color Harmonies of #C56696
Complementary color
Monochromatic Colors of #C56696
Black with #C56696
Text Example
Text Example
White with #C56696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56696; }
p { color: rgb(197,102,150); }
H1.HeaderClassName
{
color: #C56696;
}
.AnyTagClassName
{
color: #C56696;
}
</style>
background-color css
<style>
a { background-color: #C56696; }
a { background-color: rgb(197,102,150); }
div.DivClassName
{
background-color: #C56696;
}
.BgClassName
{
background-color: #C56696;
}
</style>
border-color css
<style>
span { border-color: #C56696; }
span { border-color: rgb(197,102,150); }
td.TdClassName
{
border-color: #C56696;
}
.TagClassName
{
border-color: #C56696;
}
</style>