Shades of Mulberry #C65EA6
Tints of Mulberry #C65EA6
RGB
CMYK
RGB Variations
Color information
#C65EA6 (or 0xC65EA6) is known color: Mulberry. HEX triplet: C6, 5E and A6. RGB value is (198,94,166). Sum of RGB (Red+Green+Blue) = 198+94+166=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65EA6 is #39A159. Grayscale: #858585. Windows color (decimal): -3776858 or 10903238. OLE color: 10903238.
HSL color Cylindrical-coordinate representation of color #C65EA6: hue angle of 318.46º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65EA6 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 166 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.22 |
| HSL | 318.46º | 0.48% | 0.57% | - |
| HSV(B) | 318.46º | 0.53% | 0.78% | - |
| XYZ | 34.17 | 22.76 | 38.67 | - |
| YUV | 133.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 166 | 0 | 0.53 | 0.16 | 0.22 | 318.46 | 0.48 | 0.57 |
| Hex | C6 | 5E | A6 | 0 | 35 | 10 | 16 | 13E | 30 | 39 |
| Octal | 306 | 136 | 246 | 0 | 65 | 20 | 26 | 476 | 60 | 71 |
| Binary | 11000110 | 1011110 | 10100110 | 0 | 110101 | 10000 | 10110 | 100111110 | 110000 | 111001 |
Color Harmonies of #C65EA6
Complementary color
Monochromatic Colors of #C65EA6
Black with #C65EA6
Text Example
Text Example
White with #C65EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65EA6; }
p { color: rgb(198,94,166); }
H1.HeaderClassName
{
color: #C65EA6;
}
.AnyTagClassName
{
color: #C65EA6;
}
</style>
background-color css
<style>
a { background-color: #C65EA6; }
a { background-color: rgb(198,94,166); }
div.DivClassName
{
background-color: #C65EA6;
}
.BgClassName
{
background-color: #C65EA6;
}
</style>
border-color css
<style>
span { border-color: #C65EA6; }
span { border-color: rgb(198,94,166); }
td.TdClassName
{
border-color: #C65EA6;
}
.TagClassName
{
border-color: #C65EA6;
}
</style>