Shades of Hopbush #C573A6
Tints of Hopbush #C573A6
RGB
CMYK
RGB Variations
Color information
#C573A6 (or 0xC573A6) is known color: Hopbush. HEX triplet: C5, 73 and A6. RGB value is (197,115,166). Sum of RGB (Red+Green+Blue) = 197+115+166=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C573A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C573A6 is #3A8C59. Grayscale: #919191. Windows color (decimal): -3837018 or 10908613. OLE color: 10908613.
HSL color Cylindrical-coordinate representation of color #C573A6: hue angle of 322.68º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C573A6 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 166 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.23 |
| HSL | 322.68º | 0.41% | 0.61% | - |
| HSV(B) | 322.68º | 0.42% | 0.77% | - |
| XYZ | 36.04 | 26.88 | 39.37 | - |
| YUV | 145.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 166 | 0 | 0.42 | 0.16 | 0.23 | 322.68 | 0.41 | 0.61 |
| Hex | C5 | 73 | A6 | 0 | 2A | 10 | 17 | 143 | 29 | 3D |
| Octal | 305 | 163 | 246 | 0 | 52 | 20 | 27 | 503 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10100110 | 0 | 101010 | 10000 | 10111 | 101000011 | 101001 | 111101 |
Color Harmonies of #C573A6
Complementary color
Monochromatic Colors of #C573A6
Black with #C573A6
Text Example
Text Example
White with #C573A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573A6; }
p { color: rgb(197,115,166); }
H1.HeaderClassName
{
color: #C573A6;
}
.AnyTagClassName
{
color: #C573A6;
}
</style>
background-color css
<style>
a { background-color: #C573A6; }
a { background-color: rgb(197,115,166); }
div.DivClassName
{
background-color: #C573A6;
}
.BgClassName
{
background-color: #C573A6;
}
</style>
border-color css
<style>
span { border-color: #C573A6; }
span { border-color: rgb(197,115,166); }
td.TdClassName
{
border-color: #C573A6;
}
.TagClassName
{
border-color: #C573A6;
}
</style>