Shades of Hopbush #C576A1
Tints of Hopbush #C576A1
RGB
CMYK
RGB Variations
Color information
#C576A1 (or 0xC576A1) is known color: Hopbush. HEX triplet: C5, 76 and A1. RGB value is (197,118,161). Sum of RGB (Red+Green+Blue) = 197+118+161=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C576A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C576A1 is #3A895E. Grayscale: #929292. Windows color (decimal): -3836255 or 10581701. OLE color: 10581701.
HSL color Cylindrical-coordinate representation of color #C576A1: hue angle of 327.34º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C576A1 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 161 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.23 |
| HSL | 327.34º | 0.41% | 0.62% | - |
| HSV(B) | 327.34º | 0.4% | 0.77% | - |
| XYZ | 35.94 | 27.4 | 37.11 | - |
| YUV | 146.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 161 | 0 | 0.40 | 0.18 | 0.23 | 327.34 | 0.41 | 0.62 |
| Hex | C5 | 76 | A1 | 0 | 28 | 12 | 17 | 147 | 29 | 3E |
| Octal | 305 | 166 | 241 | 0 | 50 | 22 | 27 | 507 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10100001 | 0 | 101000 | 10010 | 10111 | 101000111 | 101001 | 111110 |
Color Harmonies of #C576A1
Complementary color
Monochromatic Colors of #C576A1
Black with #C576A1
Text Example
Text Example
White with #C576A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C576A1; }
p { color: rgb(197,118,161); }
H1.HeaderClassName
{
color: #C576A1;
}
.AnyTagClassName
{
color: #C576A1;
}
</style>
background-color css
<style>
a { background-color: #C576A1; }
a { background-color: rgb(197,118,161); }
div.DivClassName
{
background-color: #C576A1;
}
.BgClassName
{
background-color: #C576A1;
}
</style>
border-color css
<style>
span { border-color: #C576A1; }
span { border-color: rgb(197,118,161); }
td.TdClassName
{
border-color: #C576A1;
}
.TagClassName
{
border-color: #C576A1;
}
</style>