Shades of Hopbush #C578A1
Tints of Hopbush #C578A1
RGB
CMYK
RGB Variations
Color information
#C578A1 (or 0xC578A1) is known color: Hopbush. HEX triplet: C5, 78 and A1. RGB value is (197,120,161). Sum of RGB (Red+Green+Blue) = 197+120+161=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C578A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C578A1 is #3A875E. Grayscale: #939393. Windows color (decimal): -3835743 or 10582213. OLE color: 10582213.
HSL color Cylindrical-coordinate representation of color #C578A1: hue angle of 328.05º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C578A1 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 161 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.23 |
| HSL | 328.05º | 0.4% | 0.62% | - |
| HSV(B) | 328.05º | 0.39% | 0.77% | - |
| XYZ | 36.18 | 27.88 | 37.19 | - |
| YUV | 147.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 161 | 0 | 0.39 | 0.18 | 0.23 | 328.05 | 0.4 | 0.62 |
| Hex | C5 | 78 | A1 | 0 | 27 | 12 | 17 | 148 | 28 | 3E |
| Octal | 305 | 170 | 241 | 0 | 47 | 22 | 27 | 510 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10100001 | 0 | 100111 | 10010 | 10111 | 101001000 | 101000 | 111110 |
Color Harmonies of #C578A1
Complementary color
Monochromatic Colors of #C578A1
Black with #C578A1
Text Example
Text Example
White with #C578A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578A1; }
p { color: rgb(197,120,161); }
H1.HeaderClassName
{
color: #C578A1;
}
.AnyTagClassName
{
color: #C578A1;
}
</style>
background-color css
<style>
a { background-color: #C578A1; }
a { background-color: rgb(197,120,161); }
div.DivClassName
{
background-color: #C578A1;
}
.BgClassName
{
background-color: #C578A1;
}
</style>
border-color css
<style>
span { border-color: #C578A1; }
span { border-color: rgb(197,120,161); }
td.TdClassName
{
border-color: #C578A1;
}
.TagClassName
{
border-color: #C578A1;
}
</style>