Shades of Mulberry #C257A5
Tints of Mulberry #C257A5
RGB
CMYK
RGB Variations
Color information
#C257A5 (or 0xC257A5) is known color: Mulberry. HEX triplet: C2, 57 and A5. RGB value is (194,87,165). Sum of RGB (Red+Green+Blue) = 194+87+165=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C257A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257A5 is #3DA85A. Grayscale: #7F7F7F. Windows color (decimal): -4040795 or 10835906. OLE color: 10835906.
HSL color Cylindrical-coordinate representation of color #C257A5: hue angle of 316.26º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C257A5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 165 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.24 |
| HSL | 316.26º | 0.47% | 0.55% | - |
| HSV(B) | 316.26º | 0.55% | 0.76% | - |
| XYZ | 32.45 | 21 | 37.94 | - |
| YUV | 127.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 165 | 0 | 0.55 | 0.15 | 0.24 | 316.26 | 0.47 | 0.55 |
| Hex | C2 | 57 | A5 | 0 | 37 | F | 18 | 13C | 2F | 37 |
| Octal | 302 | 127 | 245 | 0 | 67 | 17 | 30 | 474 | 57 | 67 |
| Binary | 11000010 | 1010111 | 10100101 | 0 | 110111 | 1111 | 11000 | 100111100 | 101111 | 110111 |
Color Harmonies of #C257A5
Complementary color
Monochromatic Colors of #C257A5
Black with #C257A5
Text Example
Text Example
White with #C257A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257A5; }
p { color: rgb(194,87,165); }
H1.HeaderClassName
{
color: #C257A5;
}
.AnyTagClassName
{
color: #C257A5;
}
</style>
background-color css
<style>
a { background-color: #C257A5; }
a { background-color: rgb(194,87,165); }
div.DivClassName
{
background-color: #C257A5;
}
.BgClassName
{
background-color: #C257A5;
}
</style>
border-color css
<style>
span { border-color: #C257A5; }
span { border-color: rgb(194,87,165); }
td.TdClassName
{
border-color: #C257A5;
}
.TagClassName
{
border-color: #C257A5;
}
</style>