Shades of Hopbush #C56AA7
Tints of Hopbush #C56AA7
RGB
CMYK
RGB Variations
Color information
#C56AA7 (or 0xC56AA7) is known color: Hopbush. HEX triplet: C5, 6A and A7. RGB value is (197,106,167). Sum of RGB (Red+Green+Blue) = 197+106+167=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AA7 is #3A9558. Grayscale: #8C8C8C. Windows color (decimal): -3839321 or 10971845. OLE color: 10971845.
HSL color Cylindrical-coordinate representation of color #C56AA7: hue angle of 319.78º 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 #C56AA7 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 167 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.23 |
| HSL | 319.78º | 0.44% | 0.59% | - |
| HSV(B) | 319.78º | 0.46% | 0.77% | - |
| XYZ | 35.16 | 24.97 | 39.53 | - |
| YUV | 140.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 167 | 0 | 0.46 | 0.15 | 0.23 | 319.78 | 0.44 | 0.59 |
| Hex | C5 | 6A | A7 | 0 | 2E | F | 17 | 140 | 2C | 3B |
| Octal | 305 | 152 | 247 | 0 | 56 | 17 | 27 | 500 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10100111 | 0 | 101110 | 1111 | 10111 | 101000000 | 101100 | 111011 |
Color Harmonies of #C56AA7
Complementary color
Monochromatic Colors of #C56AA7
Black with #C56AA7
Text Example
Text Example
White with #C56AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AA7; }
p { color: rgb(197,106,167); }
H1.HeaderClassName
{
color: #C56AA7;
}
.AnyTagClassName
{
color: #C56AA7;
}
</style>
background-color css
<style>
a { background-color: #C56AA7; }
a { background-color: rgb(197,106,167); }
div.DivClassName
{
background-color: #C56AA7;
}
.BgClassName
{
background-color: #C56AA7;
}
</style>
border-color css
<style>
span { border-color: #C56AA7; }
span { border-color: rgb(197,106,167); }
td.TdClassName
{
border-color: #C56AA7;
}
.TagClassName
{
border-color: #C56AA7;
}
</style>