Shades of Mulberry #C357A6
Tints of Mulberry #C357A6
RGB
CMYK
RGB Variations
Color information
#C357A6 (or 0xC357A6) is known color: Mulberry. HEX triplet: C3, 57 and A6. RGB value is (195,87,166). Sum of RGB (Red+Green+Blue) = 195+87+166=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C357A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C357A6 is #3CA859. Grayscale: #808080. Windows color (decimal): -3975258 or 10901443. OLE color: 10901443.
HSL color Cylindrical-coordinate representation of color #C357A6: hue angle of 316.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C357A6 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 166 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.24 |
| HSL | 316.11º | 0.47% | 0.55% | - |
| HSV(B) | 316.11º | 0.55% | 0.76% | - |
| XYZ | 32.8 | 21.17 | 38.43 | - |
| YUV | 128.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 166 | 0 | 0.55 | 0.15 | 0.24 | 316.11 | 0.47 | 0.55 |
| Hex | C3 | 57 | A6 | 0 | 37 | F | 18 | 13C | 2F | 37 |
| Octal | 303 | 127 | 246 | 0 | 67 | 17 | 30 | 474 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10100110 | 0 | 110111 | 1111 | 11000 | 100111100 | 101111 | 110111 |
Color Harmonies of #C357A6
Complementary color
Monochromatic Colors of #C357A6
Black with #C357A6
Text Example
Text Example
White with #C357A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357A6; }
p { color: rgb(195,87,166); }
H1.HeaderClassName
{
color: #C357A6;
}
.AnyTagClassName
{
color: #C357A6;
}
</style>
background-color css
<style>
a { background-color: #C357A6; }
a { background-color: rgb(195,87,166); }
div.DivClassName
{
background-color: #C357A6;
}
.BgClassName
{
background-color: #C357A6;
}
</style>
border-color css
<style>
span { border-color: #C357A6; }
span { border-color: rgb(195,87,166); }
td.TdClassName
{
border-color: #C357A6;
}
.TagClassName
{
border-color: #C357A6;
}
</style>