Shades of Mulberry #C45E9C
Tints of Mulberry #C45E9C
RGB
CMYK
RGB Variations
Color information
#C45E9C (or 0xC45E9C) is known color: Mulberry. HEX triplet: C4, 5E and 9C. RGB value is (196,94,156). Sum of RGB (Red+Green+Blue) = 196+94+156=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45E9C is #3BA163. Grayscale: #838383. Windows color (decimal): -3907940 or 10247876. OLE color: 10247876.
HSL color Cylindrical-coordinate representation of color #C45E9C: hue angle of 323.53º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45E9C is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 156 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.23 |
| HSL | 323.53º | 0.46% | 0.57% | - |
| HSV(B) | 323.53º | 0.52% | 0.77% | - |
| XYZ | 32.77 | 22.14 | 34 | - |
| YUV | 131.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 156 | 0 | 0.52 | 0.20 | 0.23 | 323.53 | 0.46 | 0.57 |
| Hex | C4 | 5E | 9C | 0 | 34 | 14 | 17 | 144 | 2E | 39 |
| Octal | 304 | 136 | 234 | 0 | 64 | 24 | 27 | 504 | 56 | 71 |
| Binary | 11000100 | 1011110 | 10011100 | 0 | 110100 | 10100 | 10111 | 101000100 | 101110 | 111001 |
Color Harmonies of #C45E9C
Complementary color
Monochromatic Colors of #C45E9C
Black with #C45E9C
Text Example
Text Example
White with #C45E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E9C; }
p { color: rgb(196,94,156); }
H1.HeaderClassName
{
color: #C45E9C;
}
.AnyTagClassName
{
color: #C45E9C;
}
</style>
background-color css
<style>
a { background-color: #C45E9C; }
a { background-color: rgb(196,94,156); }
div.DivClassName
{
background-color: #C45E9C;
}
.BgClassName
{
background-color: #C45E9C;
}
</style>
border-color css
<style>
span { border-color: #C45E9C; }
span { border-color: rgb(196,94,156); }
td.TdClassName
{
border-color: #C45E9C;
}
.TagClassName
{
border-color: #C45E9C;
}
</style>