Shades of Hopbush #C578A6
Tints of Hopbush #C578A6
RGB
CMYK
RGB Variations
Color information
#C578A6 (or 0xC578A6) is known color: Hopbush. HEX triplet: C5, 78 and A6. RGB value is (197,120,166). Sum of RGB (Red+Green+Blue) = 197+120+166=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C578A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C578A6 is #3A8759. Grayscale: #949494. Windows color (decimal): -3835738 or 10909893. OLE color: 10909893.
HSL color Cylindrical-coordinate representation of color #C578A6: hue angle of 324.16º 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 #C578A6 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 166 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.23 |
| HSL | 324.16º | 0.4% | 0.62% | - |
| HSV(B) | 324.16º | 0.39% | 0.77% | - |
| XYZ | 36.63 | 28.06 | 39.56 | - |
| YUV | 148.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 166 | 0 | 0.39 | 0.16 | 0.23 | 324.16 | 0.4 | 0.62 |
| Hex | C5 | 78 | A6 | 0 | 27 | 10 | 17 | 144 | 28 | 3E |
| Octal | 305 | 170 | 246 | 0 | 47 | 20 | 27 | 504 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10100110 | 0 | 100111 | 10000 | 10111 | 101000100 | 101000 | 111110 |
Color Harmonies of #C578A6
Complementary color
Monochromatic Colors of #C578A6
Black with #C578A6
Text Example
Text Example
White with #C578A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578A6; }
p { color: rgb(197,120,166); }
H1.HeaderClassName
{
color: #C578A6;
}
.AnyTagClassName
{
color: #C578A6;
}
</style>
background-color css
<style>
a { background-color: #C578A6; }
a { background-color: rgb(197,120,166); }
div.DivClassName
{
background-color: #C578A6;
}
.BgClassName
{
background-color: #C578A6;
}
</style>
border-color css
<style>
span { border-color: #C578A6; }
span { border-color: rgb(197,120,166); }
td.TdClassName
{
border-color: #C578A6;
}
.TagClassName
{
border-color: #C578A6;
}
</style>