Shades of Mulberry #C25B96
Tints of Mulberry #C25B96
RGB
CMYK
RGB Variations
Color information
#C25B96 (or 0xC25B96) is known color: Mulberry. HEX triplet: C2, 5B and 96. RGB value is (194,91,150). Sum of RGB (Red+Green+Blue) = 194+91+150=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B96 is #3DA469. Grayscale: #808080. Windows color (decimal): -4039786 or 9853890. OLE color: 9853890.
HSL color Cylindrical-coordinate representation of color #C25B96: hue angle of 325.63º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B96 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 150 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.24 |
| HSL | 325.63º | 0.46% | 0.56% | - |
| HSV(B) | 325.63º | 0.53% | 0.76% | - |
| XYZ | 31.49 | 21.15 | 31.28 | - |
| YUV | 128.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 150 | 0 | 0.53 | 0.23 | 0.24 | 325.63 | 0.46 | 0.56 |
| Hex | C2 | 5B | 96 | 0 | 35 | 17 | 18 | 146 | 2E | 38 |
| Octal | 302 | 133 | 226 | 0 | 65 | 27 | 30 | 506 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10010110 | 0 | 110101 | 10111 | 11000 | 101000110 | 101110 | 111000 |
Color Harmonies of #C25B96
Complementary color
Monochromatic Colors of #C25B96
Black with #C25B96
Text Example
Text Example
White with #C25B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B96; }
p { color: rgb(194,91,150); }
H1.HeaderClassName
{
color: #C25B96;
}
.AnyTagClassName
{
color: #C25B96;
}
</style>
background-color css
<style>
a { background-color: #C25B96; }
a { background-color: rgb(194,91,150); }
div.DivClassName
{
background-color: #C25B96;
}
.BgClassName
{
background-color: #C25B96;
}
</style>
border-color css
<style>
span { border-color: #C25B96; }
span { border-color: rgb(194,91,150); }
td.TdClassName
{
border-color: #C25B96;
}
.TagClassName
{
border-color: #C25B96;
}
</style>