Shades of Mulberry #C65D94
Tints of Mulberry #C65D94
RGB
CMYK
RGB Variations
Color information
#C65D94 (or 0xC65D94) is known color: Mulberry. HEX triplet: C6, 5D and 94. RGB value is (198,93,148). Sum of RGB (Red+Green+Blue) = 198+93+148=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D94 is #39A26B. Grayscale: #828282. Windows color (decimal): -3777132 or 9723334. OLE color: 9723334.
HSL color Cylindrical-coordinate representation of color #C65D94: hue angle of 328.57º 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 #C65D94 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 148 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.22 |
| HSL | 328.57º | 0.48% | 0.57% | - |
| HSV(B) | 328.57º | 0.53% | 0.78% | - |
| XYZ | 32.55 | 21.97 | 30.54 | - |
| YUV | 130.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 148 | 0 | 0.53 | 0.25 | 0.22 | 328.57 | 0.48 | 0.57 |
| Hex | C6 | 5D | 94 | 0 | 35 | 19 | 16 | 149 | 30 | 39 |
| Octal | 306 | 135 | 224 | 0 | 65 | 31 | 26 | 511 | 60 | 71 |
| Binary | 11000110 | 1011101 | 10010100 | 0 | 110101 | 11001 | 10110 | 101001001 | 110000 | 111001 |
Color Harmonies of #C65D94
Complementary color
Monochromatic Colors of #C65D94
Black with #C65D94
Text Example
Text Example
White with #C65D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D94; }
p { color: rgb(198,93,148); }
H1.HeaderClassName
{
color: #C65D94;
}
.AnyTagClassName
{
color: #C65D94;
}
</style>
background-color css
<style>
a { background-color: #C65D94; }
a { background-color: rgb(198,93,148); }
div.DivClassName
{
background-color: #C65D94;
}
.BgClassName
{
background-color: #C65D94;
}
</style>
border-color css
<style>
span { border-color: #C65D94; }
span { border-color: rgb(198,93,148); }
td.TdClassName
{
border-color: #C65D94;
}
.TagClassName
{
border-color: #C65D94;
}
</style>