Shades of Mulberry #C65184
Tints of Mulberry #C65184
RGB
CMYK
RGB Variations
Color information
#C65184 (or 0xC65184) is known color: Mulberry. HEX triplet: C6, 51 and 84. RGB value is (198,81,132). Sum of RGB (Red+Green+Blue) = 198+81+132=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C65184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65184 is #39AE7B. Grayscale: #797979. Windows color (decimal): -3780220 or 8671686. OLE color: 8671686.
HSL color Cylindrical-coordinate representation of color #C65184: hue angle of 333.85º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65184 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 132 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.22 |
| HSL | 333.85º | 0.51% | 0.55% | - |
| HSV(B) | 333.85º | 0.59% | 0.78% | - |
| XYZ | 30.4 | 19.56 | 24 | - |
| YUV | 121.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 132 | 0 | 0.59 | 0.33 | 0.22 | 333.85 | 0.51 | 0.55 |
| Hex | C6 | 51 | 84 | 0 | 3B | 21 | 16 | 14E | 33 | 37 |
| Octal | 306 | 121 | 204 | 0 | 73 | 41 | 26 | 516 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10000100 | 0 | 111011 | 100001 | 10110 | 101001110 | 110011 | 110111 |
Color Harmonies of #C65184
Complementary color
Monochromatic Colors of #C65184
Black with #C65184
Text Example
Text Example
White with #C65184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65184; }
p { color: rgb(198,81,132); }
H1.HeaderClassName
{
color: #C65184;
}
.AnyTagClassName
{
color: #C65184;
}
</style>
background-color css
<style>
a { background-color: #C65184; }
a { background-color: rgb(198,81,132); }
div.DivClassName
{
background-color: #C65184;
}
.BgClassName
{
background-color: #C65184;
}
</style>
border-color css
<style>
span { border-color: #C65184; }
span { border-color: rgb(198,81,132); }
td.TdClassName
{
border-color: #C65184;
}
.TagClassName
{
border-color: #C65184;
}
</style>