Shades of Mulberry #C557A3
Tints of Mulberry #C557A3
RGB
CMYK
RGB Variations
Color information
#C557A3 (or 0xC557A3) is known color: Mulberry. HEX triplet: C5, 57 and A3. RGB value is (197,87,163). Sum of RGB (Red+Green+Blue) = 197+87+163=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C557A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C557A3 is #3AA85C. Grayscale: #808080. Windows color (decimal): -3844189 or 10704837. OLE color: 10704837.
HSL color Cylindrical-coordinate representation of color #C557A3: hue angle of 318.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C557A3 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 163 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.23 |
| HSL | 318.55º | 0.49% | 0.56% | - |
| HSV(B) | 318.55º | 0.56% | 0.77% | - |
| XYZ | 33.05 | 21.33 | 37.03 | - |
| YUV | 128.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 163 | 0 | 0.56 | 0.17 | 0.23 | 318.55 | 0.49 | 0.56 |
| Hex | C5 | 57 | A3 | 0 | 38 | 11 | 17 | 13F | 31 | 38 |
| Octal | 305 | 127 | 243 | 0 | 70 | 21 | 27 | 477 | 61 | 70 |
| Binary | 11000101 | 1010111 | 10100011 | 0 | 111000 | 10001 | 10111 | 100111111 | 110001 | 111000 |
Color Harmonies of #C557A3
Complementary color
Monochromatic Colors of #C557A3
Black with #C557A3
Text Example
Text Example
White with #C557A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557A3; }
p { color: rgb(197,87,163); }
H1.HeaderClassName
{
color: #C557A3;
}
.AnyTagClassName
{
color: #C557A3;
}
</style>
background-color css
<style>
a { background-color: #C557A3; }
a { background-color: rgb(197,87,163); }
div.DivClassName
{
background-color: #C557A3;
}
.BgClassName
{
background-color: #C557A3;
}
</style>
border-color css
<style>
span { border-color: #C557A3; }
span { border-color: rgb(197,87,163); }
td.TdClassName
{
border-color: #C557A3;
}
.TagClassName
{
border-color: #C557A3;
}
</style>