Shades of Mulberry #C440A6
Tints of Mulberry #C440A6
RGB
CMYK
RGB Variations
Color information
#C440A6 (or 0xC440A6) is known color: Mulberry. HEX triplet: C4, 40 and A6. RGB value is (196,64,166). Sum of RGB (Red+Green+Blue) = 196+64+166=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A6 is #3BBF59. Grayscale: #727272. Windows color (decimal): -3915610 or 10895556. OLE color: 10895556.
HSL color Cylindrical-coordinate representation of color #C440A6: hue angle of 313.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440A6 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 166 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.23 |
| HSL | 313.64º | 0.53% | 0.51% | - |
| HSV(B) | 313.64º | 0.67% | 0.77% | - |
| XYZ | 31.48 | 18.16 | 37.92 | - |
| YUV | 115.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 166 | 0 | 0.67 | 0.15 | 0.23 | 313.64 | 0.53 | 0.51 |
| Hex | C4 | 40 | A6 | 0 | 43 | F | 17 | 13A | 35 | 33 |
| Octal | 304 | 100 | 246 | 0 | 103 | 17 | 27 | 472 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10100110 | 0 | 1000011 | 1111 | 10111 | 100111010 | 110101 | 110011 |
Color Harmonies of #C440A6
Complementary color
Monochromatic Colors of #C440A6
Black with #C440A6
Text Example
Text Example
White with #C440A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440A6; }
p { color: rgb(196,64,166); }
H1.HeaderClassName
{
color: #C440A6;
}
.AnyTagClassName
{
color: #C440A6;
}
</style>
background-color css
<style>
a { background-color: #C440A6; }
a { background-color: rgb(196,64,166); }
div.DivClassName
{
background-color: #C440A6;
}
.BgClassName
{
background-color: #C440A6;
}
</style>
border-color css
<style>
span { border-color: #C440A6; }
span { border-color: rgb(196,64,166); }
td.TdClassName
{
border-color: #C440A6;
}
.TagClassName
{
border-color: #C440A6;
}
</style>