Shades of Hopbush #C574AB
Tints of Hopbush #C574AB
RGB
CMYK
RGB Variations
Color information
#C574AB (or 0xC574AB) is known color: Hopbush. HEX triplet: C5, 74 and AB. RGB value is (197,116,171). Sum of RGB (Red+Green+Blue) = 197+116+171=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C574AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C574AB is #3A8B54. Grayscale: #929292. Windows color (decimal): -3836757 or 11236549. OLE color: 11236549.
HSL color Cylindrical-coordinate representation of color #C574AB: hue angle of 319.26º 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 #C574AB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 171 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.23 |
| HSL | 319.26º | 0.41% | 0.61% | - |
| HSV(B) | 319.26º | 0.41% | 0.77% | - |
| XYZ | 36.62 | 27.3 | 41.87 | - |
| YUV | 146.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 171 | 0 | 0.41 | 0.13 | 0.23 | 319.26 | 0.41 | 0.61 |
| Hex | C5 | 74 | AB | 0 | 29 | D | 17 | 13F | 29 | 3D |
| Octal | 305 | 164 | 253 | 0 | 51 | 15 | 27 | 477 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10101011 | 0 | 101001 | 1101 | 10111 | 100111111 | 101001 | 111101 |
Color Harmonies of #C574AB
Complementary color
Monochromatic Colors of #C574AB
Black with #C574AB
Text Example
Text Example
White with #C574AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574AB; }
p { color: rgb(197,116,171); }
H1.HeaderClassName
{
color: #C574AB;
}
.AnyTagClassName
{
color: #C574AB;
}
</style>
background-color css
<style>
a { background-color: #C574AB; }
a { background-color: rgb(197,116,171); }
div.DivClassName
{
background-color: #C574AB;
}
.BgClassName
{
background-color: #C574AB;
}
</style>
border-color css
<style>
span { border-color: #C574AB; }
span { border-color: rgb(197,116,171); }
td.TdClassName
{
border-color: #C574AB;
}
.TagClassName
{
border-color: #C574AB;
}
</style>