Shades of Mulberry #C657A1
Tints of Mulberry #C657A1
RGB
CMYK
RGB Variations
Color information
#C657A1 (or 0xC657A1) is known color: Mulberry. HEX triplet: C6, 57 and A1. RGB value is (198,87,161). Sum of RGB (Red+Green+Blue) = 198+87+161=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C657A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C657A1 is #39A85E. Grayscale: #808080. Windows color (decimal): -3778655 or 10573766. OLE color: 10573766.
HSL color Cylindrical-coordinate representation of color #C657A1: hue angle of 320º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C657A1 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 161 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.22 |
| HSL | 320º | 0.49% | 0.56% | - |
| HSV(B) | 320º | 0.56% | 0.78% | - |
| XYZ | 33.13 | 21.4 | 36.1 | - |
| YUV | 128.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 161 | 0 | 0.56 | 0.19 | 0.22 | 320 | 0.49 | 0.56 |
| Hex | C6 | 57 | A1 | 0 | 38 | 13 | 16 | 140 | 31 | 38 |
| Octal | 306 | 127 | 241 | 0 | 70 | 23 | 26 | 500 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10100001 | 0 | 111000 | 10011 | 10110 | 101000000 | 110001 | 111000 |
Color Harmonies of #C657A1
Complementary color
Monochromatic Colors of #C657A1
Black with #C657A1
Text Example
Text Example
White with #C657A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657A1; }
p { color: rgb(198,87,161); }
H1.HeaderClassName
{
color: #C657A1;
}
.AnyTagClassName
{
color: #C657A1;
}
</style>
background-color css
<style>
a { background-color: #C657A1; }
a { background-color: rgb(198,87,161); }
div.DivClassName
{
background-color: #C657A1;
}
.BgClassName
{
background-color: #C657A1;
}
</style>
border-color css
<style>
span { border-color: #C657A1; }
span { border-color: rgb(198,87,161); }
td.TdClassName
{
border-color: #C657A1;
}
.TagClassName
{
border-color: #C657A1;
}
</style>