Shades of Hopbush #C574A2
Tints of Hopbush #C574A2
RGB
CMYK
RGB Variations
Color information
#C574A2 (or 0xC574A2) is known color: Hopbush. HEX triplet: C5, 74 and A2. RGB value is (197,116,162). Sum of RGB (Red+Green+Blue) = 197+116+162=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C574A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C574A2 is #3A8B5D. Grayscale: #919191. Windows color (decimal): -3836766 or 10646725. OLE color: 10646725.
HSL color Cylindrical-coordinate representation of color #C574A2: hue angle of 325.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C574A2 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 162 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.23 |
| HSL | 325.93º | 0.41% | 0.61% | - |
| HSV(B) | 325.93º | 0.41% | 0.77% | - |
| XYZ | 35.79 | 26.97 | 37.5 | - |
| YUV | 145.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 162 | 0 | 0.41 | 0.18 | 0.23 | 325.93 | 0.41 | 0.61 |
| Hex | C5 | 74 | A2 | 0 | 29 | 12 | 17 | 146 | 29 | 3D |
| Octal | 305 | 164 | 242 | 0 | 51 | 22 | 27 | 506 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10100010 | 0 | 101001 | 10010 | 10111 | 101000110 | 101001 | 111101 |
Color Harmonies of #C574A2
Complementary color
Monochromatic Colors of #C574A2
Black with #C574A2
Text Example
Text Example
White with #C574A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574A2; }
p { color: rgb(197,116,162); }
H1.HeaderClassName
{
color: #C574A2;
}
.AnyTagClassName
{
color: #C574A2;
}
</style>
background-color css
<style>
a { background-color: #C574A2; }
a { background-color: rgb(197,116,162); }
div.DivClassName
{
background-color: #C574A2;
}
.BgClassName
{
background-color: #C574A2;
}
</style>
border-color css
<style>
span { border-color: #C574A2; }
span { border-color: rgb(197,116,162); }
td.TdClassName
{
border-color: #C574A2;
}
.TagClassName
{
border-color: #C574A2;
}
</style>