Shades of Mulberry #C25B83
Tints of Mulberry #C25B83
RGB
CMYK
RGB Variations
Color information
#C25B83 (or 0xC25B83) is known color: Mulberry. HEX triplet: C2, 5B and 83. RGB value is (194,91,131). Sum of RGB (Red+Green+Blue) = 194+91+131=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B83 is #3DA47C. Grayscale: #7E7E7E. Windows color (decimal): -4039805 or 8608706. OLE color: 8608706.
HSL color Cylindrical-coordinate representation of color #C25B83: hue angle of 336.7º 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 #C25B83 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 131 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.24 |
| HSL | 336.7º | 0.46% | 0.56% | - |
| HSV(B) | 336.7º | 0.53% | 0.76% | - |
| XYZ | 30.09 | 20.59 | 23.86 | - |
| YUV | 126.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 131 | 0 | 0.53 | 0.32 | 0.24 | 336.7 | 0.46 | 0.56 |
| Hex | C2 | 5B | 83 | 0 | 35 | 20 | 18 | 151 | 2E | 38 |
| Octal | 302 | 133 | 203 | 0 | 65 | 40 | 30 | 521 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10000011 | 0 | 110101 | 100000 | 11000 | 101010001 | 101110 | 111000 |
Color Harmonies of #C25B83
Complementary color
Monochromatic Colors of #C25B83
Black with #C25B83
Text Example
Text Example
White with #C25B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B83; }
p { color: rgb(194,91,131); }
H1.HeaderClassName
{
color: #C25B83;
}
.AnyTagClassName
{
color: #C25B83;
}
</style>
background-color css
<style>
a { background-color: #C25B83; }
a { background-color: rgb(194,91,131); }
div.DivClassName
{
background-color: #C25B83;
}
.BgClassName
{
background-color: #C25B83;
}
</style>
border-color css
<style>
span { border-color: #C25B83; }
span { border-color: rgb(194,91,131); }
td.TdClassName
{
border-color: #C25B83;
}
.TagClassName
{
border-color: #C25B83;
}
</style>