Shades of Mulberry #C25D85
Tints of Mulberry #C25D85
RGB
CMYK
RGB Variations
Color information
#C25D85 (or 0xC25D85) is known color: Mulberry. HEX triplet: C2, 5D and 85. RGB value is (194,93,133). Sum of RGB (Red+Green+Blue) = 194+93+133=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D85 is #3DA27A. Grayscale: #7F7F7F. Windows color (decimal): -4039291 or 8740290. OLE color: 8740290.
HSL color Cylindrical-coordinate representation of color #C25D85: hue angle of 336.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25D85 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 133 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.24 |
| HSL | 336.24º | 0.45% | 0.56% | - |
| HSV(B) | 336.24º | 0.52% | 0.76% | - |
| XYZ | 30.4 | 20.99 | 24.64 | - |
| YUV | 127.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 133 | 0 | 0.52 | 0.31 | 0.24 | 336.24 | 0.45 | 0.56 |
| Hex | C2 | 5D | 85 | 0 | 34 | 1F | 18 | 150 | 2D | 38 |
| Octal | 302 | 135 | 205 | 0 | 64 | 37 | 30 | 520 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10000101 | 0 | 110100 | 11111 | 11000 | 101010000 | 101101 | 111000 |
Color Harmonies of #C25D85
Complementary color
Monochromatic Colors of #C25D85
Black with #C25D85
Text Example
Text Example
White with #C25D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D85; }
p { color: rgb(194,93,133); }
H1.HeaderClassName
{
color: #C25D85;
}
.AnyTagClassName
{
color: #C25D85;
}
</style>
background-color css
<style>
a { background-color: #C25D85; }
a { background-color: rgb(194,93,133); }
div.DivClassName
{
background-color: #C25D85;
}
.BgClassName
{
background-color: #C25D85;
}
</style>
border-color css
<style>
span { border-color: #C25D85; }
span { border-color: rgb(194,93,133); }
td.TdClassName
{
border-color: #C25D85;
}
.TagClassName
{
border-color: #C25D85;
}
</style>