Shades of Hopbush #C56697
Tints of Hopbush #C56697
RGB
CMYK
RGB Variations
Color information
#C56697 (or 0xC56697) is known color: Hopbush. HEX triplet: C5, 66 and 97. RGB value is (197,102,151). Sum of RGB (Red+Green+Blue) = 197+102+151=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C56697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56697 is #3A9968. Grayscale: #878787. Windows color (decimal): -3840361 or 9922245. OLE color: 9922245.
HSL color Cylindrical-coordinate representation of color #C56697: hue angle of 329.05º 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 #C56697 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 151 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.23 |
| HSL | 329.05º | 0.45% | 0.59% | - |
| HSV(B) | 329.05º | 0.48% | 0.77% | - |
| XYZ | 33.36 | 23.61 | 32.08 | - |
| YUV | 135.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 151 | 0 | 0.48 | 0.23 | 0.23 | 329.05 | 0.45 | 0.59 |
| Hex | C5 | 66 | 97 | 0 | 30 | 17 | 17 | 149 | 2D | 3B |
| Octal | 305 | 146 | 227 | 0 | 60 | 27 | 27 | 511 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10010111 | 0 | 110000 | 10111 | 10111 | 101001001 | 101101 | 111011 |
Color Harmonies of #C56697
Complementary color
Monochromatic Colors of #C56697
Black with #C56697
Text Example
Text Example
White with #C56697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56697; }
p { color: rgb(197,102,151); }
H1.HeaderClassName
{
color: #C56697;
}
.AnyTagClassName
{
color: #C56697;
}
</style>
background-color css
<style>
a { background-color: #C56697; }
a { background-color: rgb(197,102,151); }
div.DivClassName
{
background-color: #C56697;
}
.BgClassName
{
background-color: #C56697;
}
</style>
border-color css
<style>
span { border-color: #C56697; }
span { border-color: rgb(197,102,151); }
td.TdClassName
{
border-color: #C56697;
}
.TagClassName
{
border-color: #C56697;
}
</style>