Shades of Hopbush #C57DA3
Tints of Hopbush #C57DA3
RGB
CMYK
RGB Variations
Color information
#C57DA3 (or 0xC57DA3) is known color: Hopbush. HEX triplet: C5, 7D and A3. RGB value is (197,125,163). Sum of RGB (Red+Green+Blue) = 197+125+163=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DA3 is #3A825C. Grayscale: #969696. Windows color (decimal): -3834461 or 10714565. OLE color: 10714565.
HSL color Cylindrical-coordinate representation of color #C57DA3: hue angle of 328.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57DA3 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 163 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.23 |
| HSL | 328.33º | 0.38% | 0.63% | - |
| HSV(B) | 328.33º | 0.37% | 0.77% | - |
| XYZ | 36.97 | 29.18 | 38.33 | - |
| YUV | 150.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 163 | 0 | 0.37 | 0.17 | 0.23 | 328.33 | 0.38 | 0.63 |
| Hex | C5 | 7D | A3 | 0 | 25 | 11 | 17 | 148 | 26 | 3F |
| Octal | 305 | 175 | 243 | 0 | 45 | 21 | 27 | 510 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10100011 | 0 | 100101 | 10001 | 10111 | 101001000 | 100110 | 111111 |
Color Harmonies of #C57DA3
Complementary color
Monochromatic Colors of #C57DA3
Black with #C57DA3
Text Example
Text Example
White with #C57DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DA3; }
p { color: rgb(197,125,163); }
H1.HeaderClassName
{
color: #C57DA3;
}
.AnyTagClassName
{
color: #C57DA3;
}
</style>
background-color css
<style>
a { background-color: #C57DA3; }
a { background-color: rgb(197,125,163); }
div.DivClassName
{
background-color: #C57DA3;
}
.BgClassName
{
background-color: #C57DA3;
}
</style>
border-color css
<style>
span { border-color: #C57DA3; }
span { border-color: rgb(197,125,163); }
td.TdClassName
{
border-color: #C57DA3;
}
.TagClassName
{
border-color: #C57DA3;
}
</style>