Shades of Hopbush #C57AAA
Tints of Hopbush #C57AAA
RGB
CMYK
RGB Variations
Color information
#C57AAA (or 0xC57AAA) is known color: Hopbush. HEX triplet: C5, 7A and AA. RGB value is (197,122,170). Sum of RGB (Red+Green+Blue) = 197+122+170=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AAA is #3A8555. Grayscale: #959595. Windows color (decimal): -3835222 or 11172549. OLE color: 11172549.
HSL color Cylindrical-coordinate representation of color #C57AAA: hue angle of 321.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57AAA is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 170 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.23 |
| HSL | 321.6º | 0.39% | 0.63% | - |
| HSV(B) | 321.6º | 0.38% | 0.77% | - |
| XYZ | 37.24 | 28.69 | 41.61 | - |
| YUV | 149.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 170 | 0 | 0.38 | 0.14 | 0.23 | 321.6 | 0.39 | 0.63 |
| Hex | C5 | 7A | AA | 0 | 26 | E | 17 | 142 | 27 | 3F |
| Octal | 305 | 172 | 252 | 0 | 46 | 16 | 27 | 502 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10101010 | 0 | 100110 | 1110 | 10111 | 101000010 | 100111 | 111111 |
Color Harmonies of #C57AAA
Complementary color
Monochromatic Colors of #C57AAA
Black with #C57AAA
Text Example
Text Example
White with #C57AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AAA; }
p { color: rgb(197,122,170); }
H1.HeaderClassName
{
color: #C57AAA;
}
.AnyTagClassName
{
color: #C57AAA;
}
</style>
background-color css
<style>
a { background-color: #C57AAA; }
a { background-color: rgb(197,122,170); }
div.DivClassName
{
background-color: #C57AAA;
}
.BgClassName
{
background-color: #C57AAA;
}
</style>
border-color css
<style>
span { border-color: #C57AAA; }
span { border-color: rgb(197,122,170); }
td.TdClassName
{
border-color: #C57AAA;
}
.TagClassName
{
border-color: #C57AAA;
}
</style>