Shades of Mulberry #C45B93
Tints of Mulberry #C45B93
RGB
CMYK
RGB Variations
Color information
#C45B93 (or 0xC45B93) is known color: Mulberry. HEX triplet: C4, 5B and 93. RGB value is (196,91,147). Sum of RGB (Red+Green+Blue) = 196+91+147=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45B93 is #3BA46C. Grayscale: #808080. Windows color (decimal): -3908717 or 9657284. OLE color: 9657284.
HSL color Cylindrical-coordinate representation of color #C45B93: hue angle of 328º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45B93 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 147 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.23 |
| HSL | 328º | 0.47% | 0.56% | - |
| HSV(B) | 328º | 0.54% | 0.77% | - |
| XYZ | 31.77 | 21.32 | 30.05 | - |
| YUV | 128.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 147 | 0 | 0.54 | 0.25 | 0.23 | 328 | 0.47 | 0.56 |
| Hex | C4 | 5B | 93 | 0 | 36 | 19 | 17 | 148 | 2F | 38 |
| Octal | 304 | 133 | 223 | 0 | 66 | 31 | 27 | 510 | 57 | 70 |
| Binary | 11000100 | 1011011 | 10010011 | 0 | 110110 | 11001 | 10111 | 101001000 | 101111 | 111000 |
Color Harmonies of #C45B93
Complementary color
Monochromatic Colors of #C45B93
Black with #C45B93
Text Example
Text Example
White with #C45B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B93; }
p { color: rgb(196,91,147); }
H1.HeaderClassName
{
color: #C45B93;
}
.AnyTagClassName
{
color: #C45B93;
}
</style>
background-color css
<style>
a { background-color: #C45B93; }
a { background-color: rgb(196,91,147); }
div.DivClassName
{
background-color: #C45B93;
}
.BgClassName
{
background-color: #C45B93;
}
</style>
border-color css
<style>
span { border-color: #C45B93; }
span { border-color: rgb(196,91,147); }
td.TdClassName
{
border-color: #C45B93;
}
.TagClassName
{
border-color: #C45B93;
}
</style>