Shades of Mulberry #C65D93
Tints of Mulberry #C65D93
RGB
CMYK
RGB Variations
Color information
#C65D93 (or 0xC65D93) is known color: Mulberry. HEX triplet: C6, 5D and 93. RGB value is (198,93,147). Sum of RGB (Red+Green+Blue) = 198+93+147=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D93 is #39A26C. Grayscale: #828282. Windows color (decimal): -3777133 or 9657798. OLE color: 9657798.
HSL color Cylindrical-coordinate representation of color #C65D93: hue angle of 329.14º 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 #C65D93 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 147 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.22 |
| HSL | 329.14º | 0.48% | 0.57% | - |
| HSV(B) | 329.14º | 0.53% | 0.78% | - |
| XYZ | 32.47 | 21.94 | 30.13 | - |
| YUV | 130.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 147 | 0 | 0.53 | 0.26 | 0.22 | 329.14 | 0.48 | 0.57 |
| Hex | C6 | 5D | 93 | 0 | 35 | 1A | 16 | 149 | 30 | 39 |
| Octal | 306 | 135 | 223 | 0 | 65 | 32 | 26 | 511 | 60 | 71 |
| Binary | 11000110 | 1011101 | 10010011 | 0 | 110101 | 11010 | 10110 | 101001001 | 110000 | 111001 |
Color Harmonies of #C65D93
Complementary color
Monochromatic Colors of #C65D93
Black with #C65D93
Text Example
Text Example
White with #C65D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D93; }
p { color: rgb(198,93,147); }
H1.HeaderClassName
{
color: #C65D93;
}
.AnyTagClassName
{
color: #C65D93;
}
</style>
background-color css
<style>
a { background-color: #C65D93; }
a { background-color: rgb(198,93,147); }
div.DivClassName
{
background-color: #C65D93;
}
.BgClassName
{
background-color: #C65D93;
}
</style>
border-color css
<style>
span { border-color: #C65D93; }
span { border-color: rgb(198,93,147); }
td.TdClassName
{
border-color: #C65D93;
}
.TagClassName
{
border-color: #C65D93;
}
</style>