Shades of Hopbush #C56690
Tints of Hopbush #C56690
RGB
CMYK
RGB Variations
Color information
#C56690 (or 0xC56690) is known color: Hopbush. HEX triplet: C5, 66 and 90. RGB value is (197,102,144). Sum of RGB (Red+Green+Blue) = 197+102+144=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C56690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56690 is #3A996F. Grayscale: #878787. Windows color (decimal): -3840368 or 9463493. OLE color: 9463493.
HSL color Cylindrical-coordinate representation of color #C56690: hue angle of 333.47º 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 #C56690 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 144 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.23 |
| HSL | 333.47º | 0.45% | 0.59% | - |
| HSV(B) | 333.47º | 0.48% | 0.77% | - |
| XYZ | 32.81 | 23.39 | 29.17 | - |
| YUV | 135.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 144 | 0 | 0.48 | 0.27 | 0.23 | 333.47 | 0.45 | 0.59 |
| Hex | C5 | 66 | 90 | 0 | 30 | 1B | 17 | 14D | 2D | 3B |
| Octal | 305 | 146 | 220 | 0 | 60 | 33 | 27 | 515 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10010000 | 0 | 110000 | 11011 | 10111 | 101001101 | 101101 | 111011 |
Color Harmonies of #C56690
Complementary color
Monochromatic Colors of #C56690
Black with #C56690
Text Example
Text Example
White with #C56690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56690; }
p { color: rgb(197,102,144); }
H1.HeaderClassName
{
color: #C56690;
}
.AnyTagClassName
{
color: #C56690;
}
</style>
background-color css
<style>
a { background-color: #C56690; }
a { background-color: rgb(197,102,144); }
div.DivClassName
{
background-color: #C56690;
}
.BgClassName
{
background-color: #C56690;
}
</style>
border-color css
<style>
span { border-color: #C56690; }
span { border-color: rgb(197,102,144); }
td.TdClassName
{
border-color: #C56690;
}
.TagClassName
{
border-color: #C56690;
}
</style>