Shades of Mulberry #C45396
Tints of Mulberry #C45396
RGB
CMYK
RGB Variations
Color information
#C45396 (or 0xC45396) is known color: Mulberry. HEX triplet: C4, 53 and 96. RGB value is (196,83,150). Sum of RGB (Red+Green+Blue) = 196+83+150=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C45396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45396 is #3BAC69. Grayscale: #7C7C7C. Windows color (decimal): -3910762 or 9851844. OLE color: 9851844.
HSL color Cylindrical-coordinate representation of color #C45396: hue angle of 324.42º 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 #C45396 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 150 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.23 |
| HSL | 324.42º | 0.49% | 0.55% | - |
| HSV(B) | 324.42º | 0.58% | 0.77% | - |
| XYZ | 31.36 | 20.12 | 31.09 | - |
| YUV | 124.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 150 | 0 | 0.58 | 0.23 | 0.23 | 324.42 | 0.49 | 0.55 |
| Hex | C4 | 53 | 96 | 0 | 3A | 17 | 17 | 144 | 31 | 37 |
| Octal | 304 | 123 | 226 | 0 | 72 | 27 | 27 | 504 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10010110 | 0 | 111010 | 10111 | 10111 | 101000100 | 110001 | 110111 |
Color Harmonies of #C45396
Complementary color
Monochromatic Colors of #C45396
Black with #C45396
Text Example
Text Example
White with #C45396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45396; }
p { color: rgb(196,83,150); }
H1.HeaderClassName
{
color: #C45396;
}
.AnyTagClassName
{
color: #C45396;
}
</style>
background-color css
<style>
a { background-color: #C45396; }
a { background-color: rgb(196,83,150); }
div.DivClassName
{
background-color: #C45396;
}
.BgClassName
{
background-color: #C45396;
}
</style>
border-color css
<style>
span { border-color: #C45396; }
span { border-color: rgb(196,83,150); }
td.TdClassName
{
border-color: #C45396;
}
.TagClassName
{
border-color: #C45396;
}
</style>