Shades of Mulberry #C356A6
Tints of Mulberry #C356A6
RGB
CMYK
RGB Variations
Color information
#C356A6 (or 0xC356A6) is known color: Mulberry. HEX triplet: C3, 56 and A6. RGB value is (195,86,166). Sum of RGB (Red+Green+Blue) = 195+86+166=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C356A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356A6 is #3CA959. Grayscale: #7F7F7F. Windows color (decimal): -3975514 or 10901187. OLE color: 10901187.
HSL color Cylindrical-coordinate representation of color #C356A6: hue angle of 315.96º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C356A6 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 166 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.24 |
| HSL | 315.96º | 0.48% | 0.55% | - |
| HSV(B) | 315.96º | 0.56% | 0.76% | - |
| XYZ | 32.72 | 21.01 | 38.41 | - |
| YUV | 127.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 166 | 0 | 0.56 | 0.15 | 0.24 | 315.96 | 0.48 | 0.55 |
| Hex | C3 | 56 | A6 | 0 | 38 | F | 18 | 13C | 30 | 37 |
| Octal | 303 | 126 | 246 | 0 | 70 | 17 | 30 | 474 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10100110 | 0 | 111000 | 1111 | 11000 | 100111100 | 110000 | 110111 |
Color Harmonies of #C356A6
Complementary color
Monochromatic Colors of #C356A6
Black with #C356A6
Text Example
Text Example
White with #C356A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356A6; }
p { color: rgb(195,86,166); }
H1.HeaderClassName
{
color: #C356A6;
}
.AnyTagClassName
{
color: #C356A6;
}
</style>
background-color css
<style>
a { background-color: #C356A6; }
a { background-color: rgb(195,86,166); }
div.DivClassName
{
background-color: #C356A6;
}
.BgClassName
{
background-color: #C356A6;
}
</style>
border-color css
<style>
span { border-color: #C356A6; }
span { border-color: rgb(195,86,166); }
td.TdClassName
{
border-color: #C356A6;
}
.TagClassName
{
border-color: #C356A6;
}
</style>