Shades of Mulberry #C25699
Tints of Mulberry #C25699
RGB
CMYK
RGB Variations
Color information
#C25699 (or 0xC25699) is known color: Mulberry. HEX triplet: C2, 56 and 99. RGB value is (194,86,153). Sum of RGB (Red+Green+Blue) = 194+86+153=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C25699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25699 is #3DA966. Grayscale: #7D7D7D. Windows color (decimal): -4041063 or 10049218. OLE color: 10049218.
HSL color Cylindrical-coordinate representation of color #C25699: hue angle of 322.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25699 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 153 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.24 |
| HSL | 322.78º | 0.47% | 0.55% | - |
| HSV(B) | 322.78º | 0.56% | 0.76% | - |
| XYZ | 31.33 | 20.42 | 32.43 | - |
| YUV | 125.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 153 | 0 | 0.56 | 0.21 | 0.24 | 322.78 | 0.47 | 0.55 |
| Hex | C2 | 56 | 99 | 0 | 38 | 15 | 18 | 143 | 2F | 37 |
| Octal | 302 | 126 | 231 | 0 | 70 | 25 | 30 | 503 | 57 | 67 |
| Binary | 11000010 | 1010110 | 10011001 | 0 | 111000 | 10101 | 11000 | 101000011 | 101111 | 110111 |
Color Harmonies of #C25699
Complementary color
Monochromatic Colors of #C25699
Black with #C25699
Text Example
Text Example
White with #C25699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25699; }
p { color: rgb(194,86,153); }
H1.HeaderClassName
{
color: #C25699;
}
.AnyTagClassName
{
color: #C25699;
}
</style>
background-color css
<style>
a { background-color: #C25699; }
a { background-color: rgb(194,86,153); }
div.DivClassName
{
background-color: #C25699;
}
.BgClassName
{
background-color: #C25699;
}
</style>
border-color css
<style>
span { border-color: #C25699; }
span { border-color: rgb(194,86,153); }
td.TdClassName
{
border-color: #C25699;
}
.TagClassName
{
border-color: #C25699;
}
</style>