Shades of Mulberry #C45284
Tints of Mulberry #C45284
RGB
CMYK
RGB Variations
Color information
#C45284 (or 0xC45284) is known color: Mulberry. HEX triplet: C4, 52 and 84. RGB value is (196,82,132). Sum of RGB (Red+Green+Blue) = 196+82+132=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C45284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45284 is #3BAD7B. Grayscale: #797979. Windows color (decimal): -3911036 or 8671940. OLE color: 8671940.
HSL color Cylindrical-coordinate representation of color #C45284: hue angle of 333.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45284 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 132 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.23 |
| HSL | 333.68º | 0.49% | 0.55% | - |
| HSV(B) | 333.68º | 0.58% | 0.77% | - |
| XYZ | 29.95 | 19.44 | 24 | - |
| YUV | 121.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 132 | 0 | 0.58 | 0.33 | 0.23 | 333.68 | 0.49 | 0.55 |
| Hex | C4 | 52 | 84 | 0 | 3A | 21 | 17 | 14E | 31 | 37 |
| Octal | 304 | 122 | 204 | 0 | 72 | 41 | 27 | 516 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10000100 | 0 | 111010 | 100001 | 10111 | 101001110 | 110001 | 110111 |
Color Harmonies of #C45284
Complementary color
Monochromatic Colors of #C45284
Black with #C45284
Text Example
Text Example
White with #C45284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45284; }
p { color: rgb(196,82,132); }
H1.HeaderClassName
{
color: #C45284;
}
.AnyTagClassName
{
color: #C45284;
}
</style>
background-color css
<style>
a { background-color: #C45284; }
a { background-color: rgb(196,82,132); }
div.DivClassName
{
background-color: #C45284;
}
.BgClassName
{
background-color: #C45284;
}
</style>
border-color css
<style>
span { border-color: #C45284; }
span { border-color: rgb(196,82,132); }
td.TdClassName
{
border-color: #C45284;
}
.TagClassName
{
border-color: #C45284;
}
</style>