Shades of Hopbush #C57FA7
Tints of Hopbush #C57FA7
RGB
CMYK
RGB Variations
Color information
#C57FA7 (or 0xC57FA7) is known color: Hopbush. HEX triplet: C5, 7F and A7. RGB value is (197,127,167). Sum of RGB (Red+Green+Blue) = 197+127+167=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FA7 is #3A8058. Grayscale: #989898. Windows color (decimal): -3833945 or 10977221. OLE color: 10977221.
HSL color Cylindrical-coordinate representation of color #C57FA7: hue angle of 325.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57FA7 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 167 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.23 |
| HSL | 325.71º | 0.38% | 0.64% | - |
| HSV(B) | 325.71º | 0.36% | 0.77% | - |
| XYZ | 37.59 | 29.84 | 40.34 | - |
| YUV | 152.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 167 | 0 | 0.36 | 0.15 | 0.23 | 325.71 | 0.38 | 0.64 |
| Hex | C5 | 7F | A7 | 0 | 24 | F | 17 | 146 | 26 | 40 |
| Octal | 305 | 177 | 247 | 0 | 44 | 17 | 27 | 506 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10100111 | 0 | 100100 | 1111 | 10111 | 101000110 | 100110 | 1000000 |
Color Harmonies of #C57FA7
Complementary color
Monochromatic Colors of #C57FA7
Black with #C57FA7
Text Example
Text Example
White with #C57FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FA7; }
p { color: rgb(197,127,167); }
H1.HeaderClassName
{
color: #C57FA7;
}
.AnyTagClassName
{
color: #C57FA7;
}
</style>
background-color css
<style>
a { background-color: #C57FA7; }
a { background-color: rgb(197,127,167); }
div.DivClassName
{
background-color: #C57FA7;
}
.BgClassName
{
background-color: #C57FA7;
}
</style>
border-color css
<style>
span { border-color: #C57FA7; }
span { border-color: rgb(197,127,167); }
td.TdClassName
{
border-color: #C57FA7;
}
.TagClassName
{
border-color: #C57FA7;
}
</style>