Shades of Hopbush #C57AA7
Tints of Hopbush #C57AA7
RGB
CMYK
RGB Variations
Color information
#C57AA7 (or 0xC57AA7) is known color: Hopbush. HEX triplet: C5, 7A and A7. RGB value is (197,122,167). Sum of RGB (Red+Green+Blue) = 197+122+167=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AA7 is #3A8558. Grayscale: #959595. Windows color (decimal): -3835225 or 10975941. OLE color: 10975941.
HSL color Cylindrical-coordinate representation of color #C57AA7: hue angle of 324º 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 #C57AA7 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 167 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.23 |
| HSL | 324º | 0.39% | 0.63% | - |
| HSV(B) | 324º | 0.38% | 0.77% | - |
| XYZ | 36.96 | 28.58 | 40.13 | - |
| YUV | 149.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 167 | 0 | 0.38 | 0.15 | 0.23 | 324 | 0.39 | 0.63 |
| Hex | C5 | 7A | A7 | 0 | 26 | F | 17 | 144 | 27 | 3F |
| Octal | 305 | 172 | 247 | 0 | 46 | 17 | 27 | 504 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10100111 | 0 | 100110 | 1111 | 10111 | 101000100 | 100111 | 111111 |
Color Harmonies of #C57AA7
Complementary color
Monochromatic Colors of #C57AA7
Black with #C57AA7
Text Example
Text Example
White with #C57AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AA7; }
p { color: rgb(197,122,167); }
H1.HeaderClassName
{
color: #C57AA7;
}
.AnyTagClassName
{
color: #C57AA7;
}
</style>
background-color css
<style>
a { background-color: #C57AA7; }
a { background-color: rgb(197,122,167); }
div.DivClassName
{
background-color: #C57AA7;
}
.BgClassName
{
background-color: #C57AA7;
}
</style>
border-color css
<style>
span { border-color: #C57AA7; }
span { border-color: rgb(197,122,167); }
td.TdClassName
{
border-color: #C57AA7;
}
.TagClassName
{
border-color: #C57AA7;
}
</style>