Shades of Mulberry #C657A0
Tints of Mulberry #C657A0
RGB
CMYK
RGB Variations
Color information
#C657A0 (or 0xC657A0) is known color: Mulberry. HEX triplet: C6, 57 and A0. RGB value is (198,87,160). Sum of RGB (Red+Green+Blue) = 198+87+160=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C657A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C657A0 is #39A85F. Grayscale: #808080. Windows color (decimal): -3778656 or 10508230. OLE color: 10508230.
HSL color Cylindrical-coordinate representation of color #C657A0: hue angle of 320.54º 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 #C657A0 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 160 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.22 |
| HSL | 320.54º | 0.49% | 0.56% | - |
| HSV(B) | 320.54º | 0.56% | 0.78% | - |
| XYZ | 33.04 | 21.36 | 35.64 | - |
| YUV | 128.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 160 | 0 | 0.56 | 0.19 | 0.22 | 320.54 | 0.49 | 0.56 |
| Hex | C6 | 57 | A0 | 0 | 38 | 13 | 16 | 141 | 31 | 38 |
| Octal | 306 | 127 | 240 | 0 | 70 | 23 | 26 | 501 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10100000 | 0 | 111000 | 10011 | 10110 | 101000001 | 110001 | 111000 |
Color Harmonies of #C657A0
Complementary color
Monochromatic Colors of #C657A0
Black with #C657A0
Text Example
Text Example
White with #C657A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657A0; }
p { color: rgb(198,87,160); }
H1.HeaderClassName
{
color: #C657A0;
}
.AnyTagClassName
{
color: #C657A0;
}
</style>
background-color css
<style>
a { background-color: #C657A0; }
a { background-color: rgb(198,87,160); }
div.DivClassName
{
background-color: #C657A0;
}
.BgClassName
{
background-color: #C657A0;
}
</style>
border-color css
<style>
span { border-color: #C657A0; }
span { border-color: rgb(198,87,160); }
td.TdClassName
{
border-color: #C657A0;
}
.TagClassName
{
border-color: #C657A0;
}
</style>