Shades of Mulberry #C45693
Tints of Mulberry #C45693
RGB
CMYK
RGB Variations
Color information
#C45693 (or 0xC45693) is known color: Mulberry. HEX triplet: C4, 56 and 93. RGB value is (196,86,147). Sum of RGB (Red+Green+Blue) = 196+86+147=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C45693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45693 is #3BA96C. Grayscale: #7D7D7D. Windows color (decimal): -3909997 or 9656004. OLE color: 9656004.
HSL color Cylindrical-coordinate representation of color #C45693: hue angle of 326.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45693 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 147 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.23 |
| HSL | 326.73º | 0.48% | 0.55% | - |
| HSV(B) | 326.73º | 0.56% | 0.77% | - |
| XYZ | 31.36 | 20.5 | 29.91 | - |
| YUV | 125.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 147 | 0 | 0.56 | 0.25 | 0.23 | 326.73 | 0.48 | 0.55 |
| Hex | C4 | 56 | 93 | 0 | 38 | 19 | 17 | 147 | 30 | 37 |
| Octal | 304 | 126 | 223 | 0 | 70 | 31 | 27 | 507 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10010011 | 0 | 111000 | 11001 | 10111 | 101000111 | 110000 | 110111 |
Color Harmonies of #C45693
Complementary color
Monochromatic Colors of #C45693
Black with #C45693
Text Example
Text Example
White with #C45693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45693; }
p { color: rgb(196,86,147); }
H1.HeaderClassName
{
color: #C45693;
}
.AnyTagClassName
{
color: #C45693;
}
</style>
background-color css
<style>
a { background-color: #C45693; }
a { background-color: rgb(196,86,147); }
div.DivClassName
{
background-color: #C45693;
}
.BgClassName
{
background-color: #C45693;
}
</style>
border-color css
<style>
span { border-color: #C45693; }
span { border-color: rgb(196,86,147); }
td.TdClassName
{
border-color: #C45693;
}
.TagClassName
{
border-color: #C45693;
}
</style>