Shades of Mulberry #C25283
Tints of Mulberry #C25283
RGB
CMYK
RGB Variations
Color information
#C25283 (or 0xC25283) is known color: Mulberry. HEX triplet: C2, 52 and 83. RGB value is (194,82,131). Sum of RGB (Red+Green+Blue) = 194+82+131=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C25283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25283 is #3DAD7C. Grayscale: #787878. Windows color (decimal): -4042109 or 8606402. OLE color: 8606402.
HSL color Cylindrical-coordinate representation of color #C25283: hue angle of 333.75º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25283 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 131 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.24 |
| HSL | 333.75º | 0.48% | 0.54% | - |
| HSV(B) | 333.75º | 0.58% | 0.76% | - |
| XYZ | 29.36 | 19.14 | 23.62 | - |
| YUV | 121.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 131 | 0 | 0.58 | 0.32 | 0.24 | 333.75 | 0.48 | 0.54 |
| Hex | C2 | 52 | 83 | 0 | 3A | 20 | 18 | 14E | 30 | 36 |
| Octal | 302 | 122 | 203 | 0 | 72 | 40 | 30 | 516 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10000011 | 0 | 111010 | 100000 | 11000 | 101001110 | 110000 | 110110 |
Color Harmonies of #C25283
Complementary color
Monochromatic Colors of #C25283
Black with #C25283
Text Example
Text Example
White with #C25283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25283; }
p { color: rgb(194,82,131); }
H1.HeaderClassName
{
color: #C25283;
}
.AnyTagClassName
{
color: #C25283;
}
</style>
background-color css
<style>
a { background-color: #C25283; }
a { background-color: rgb(194,82,131); }
div.DivClassName
{
background-color: #C25283;
}
.BgClassName
{
background-color: #C25283;
}
</style>
border-color css
<style>
span { border-color: #C25283; }
span { border-color: rgb(194,82,131); }
td.TdClassName
{
border-color: #C25283;
}
.TagClassName
{
border-color: #C25283;
}
</style>