Shades of Hopbush #C56AA3
Tints of Hopbush #C56AA3
RGB
CMYK
RGB Variations
Color information
#C56AA3 (or 0xC56AA3) is known color: Hopbush. HEX triplet: C5, 6A and A3. RGB value is (197,106,163). Sum of RGB (Red+Green+Blue) = 197+106+163=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AA3 is #3A955C. Grayscale: #8B8B8B. Windows color (decimal): -3839325 or 10709701. OLE color: 10709701.
HSL color Cylindrical-coordinate representation of color #C56AA3: hue angle of 322.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56AA3 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 163 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.23 |
| HSL | 322.42º | 0.44% | 0.59% | - |
| HSV(B) | 322.42º | 0.46% | 0.77% | - |
| XYZ | 34.79 | 24.82 | 37.61 | - |
| YUV | 139.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 163 | 0 | 0.46 | 0.17 | 0.23 | 322.42 | 0.44 | 0.59 |
| Hex | C5 | 6A | A3 | 0 | 2E | 11 | 17 | 142 | 2C | 3B |
| Octal | 305 | 152 | 243 | 0 | 56 | 21 | 27 | 502 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10100011 | 0 | 101110 | 10001 | 10111 | 101000010 | 101100 | 111011 |
Color Harmonies of #C56AA3
Complementary color
Monochromatic Colors of #C56AA3
Black with #C56AA3
Text Example
Text Example
White with #C56AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AA3; }
p { color: rgb(197,106,163); }
H1.HeaderClassName
{
color: #C56AA3;
}
.AnyTagClassName
{
color: #C56AA3;
}
</style>
background-color css
<style>
a { background-color: #C56AA3; }
a { background-color: rgb(197,106,163); }
div.DivClassName
{
background-color: #C56AA3;
}
.BgClassName
{
background-color: #C56AA3;
}
</style>
border-color css
<style>
span { border-color: #C56AA3; }
span { border-color: rgb(197,106,163); }
td.TdClassName
{
border-color: #C56AA3;
}
.TagClassName
{
border-color: #C56AA3;
}
</style>