Shades of Mulberry #C65188
Tints of Mulberry #C65188
RGB
CMYK
RGB Variations
Color information
#C65188 (or 0xC65188) is known color: Mulberry. HEX triplet: C6, 51 and 88. RGB value is (198,81,136). Sum of RGB (Red+Green+Blue) = 198+81+136=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C65188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65188 is #39AE77. Grayscale: #7A7A7A. Windows color (decimal): -3780216 or 8933830. OLE color: 8933830.
HSL color Cylindrical-coordinate representation of color #C65188: hue angle of 331.79º 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 #C65188 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 136 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.22 |
| HSL | 331.79º | 0.51% | 0.55% | - |
| HSV(B) | 331.79º | 0.59% | 0.78% | - |
| XYZ | 30.68 | 19.67 | 25.47 | - |
| YUV | 122.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 136 | 0 | 0.59 | 0.31 | 0.22 | 331.79 | 0.51 | 0.55 |
| Hex | C6 | 51 | 88 | 0 | 3B | 1F | 16 | 14C | 33 | 37 |
| Octal | 306 | 121 | 210 | 0 | 73 | 37 | 26 | 514 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10001000 | 0 | 111011 | 11111 | 10110 | 101001100 | 110011 | 110111 |
Color Harmonies of #C65188
Complementary color
Monochromatic Colors of #C65188
Black with #C65188
Text Example
Text Example
White with #C65188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65188; }
p { color: rgb(198,81,136); }
H1.HeaderClassName
{
color: #C65188;
}
.AnyTagClassName
{
color: #C65188;
}
</style>
background-color css
<style>
a { background-color: #C65188; }
a { background-color: rgb(198,81,136); }
div.DivClassName
{
background-color: #C65188;
}
.BgClassName
{
background-color: #C65188;
}
</style>
border-color css
<style>
span { border-color: #C65188; }
span { border-color: rgb(198,81,136); }
td.TdClassName
{
border-color: #C65188;
}
.TagClassName
{
border-color: #C65188;
}
</style>