Shades of Mulberry #C25A82
Tints of Mulberry #C25A82
RGB
CMYK
RGB Variations
Color information
#C25A82 (or 0xC25A82) is known color: Mulberry. HEX triplet: C2, 5A and 82. RGB value is (194,90,130). Sum of RGB (Red+Green+Blue) = 194+90+130=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A82 is #3DA57D. Grayscale: #7D7D7D. Windows color (decimal): -4040062 or 8542914. OLE color: 8542914.
HSL color Cylindrical-coordinate representation of color #C25A82: hue angle of 336.92º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25A82 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 130 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.24 |
| HSL | 336.92º | 0.46% | 0.56% | - |
| HSV(B) | 336.92º | 0.54% | 0.76% | - |
| XYZ | 29.93 | 20.39 | 23.48 | - |
| YUV | 125.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 130 | 0 | 0.54 | 0.33 | 0.24 | 336.92 | 0.46 | 0.56 |
| Hex | C2 | 5A | 82 | 0 | 36 | 21 | 18 | 151 | 2E | 38 |
| Octal | 302 | 132 | 202 | 0 | 66 | 41 | 30 | 521 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10000010 | 0 | 110110 | 100001 | 11000 | 101010001 | 101110 | 111000 |
Color Harmonies of #C25A82
Complementary color
Monochromatic Colors of #C25A82
Black with #C25A82
Text Example
Text Example
White with #C25A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A82; }
p { color: rgb(194,90,130); }
H1.HeaderClassName
{
color: #C25A82;
}
.AnyTagClassName
{
color: #C25A82;
}
</style>
background-color css
<style>
a { background-color: #C25A82; }
a { background-color: rgb(194,90,130); }
div.DivClassName
{
background-color: #C25A82;
}
.BgClassName
{
background-color: #C25A82;
}
</style>
border-color css
<style>
span { border-color: #C25A82; }
span { border-color: rgb(194,90,130); }
td.TdClassName
{
border-color: #C25A82;
}
.TagClassName
{
border-color: #C25A82;
}
</style>