Shades of Mulberry #C65598
Tints of Mulberry #C65598
RGB
CMYK
RGB Variations
Color information
#C65598 (or 0xC65598) is known color: Mulberry. HEX triplet: C6, 55 and 98. RGB value is (198,85,152). Sum of RGB (Red+Green+Blue) = 198+85+152=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C65598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65598 is #39AA67. Grayscale: #7E7E7E. Windows color (decimal): -3779176 or 9983430. OLE color: 9983430.
HSL color Cylindrical-coordinate representation of color #C65598: hue angle of 324.42º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65598 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 152 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.22 |
| HSL | 324.42º | 0.5% | 0.55% | - |
| HSV(B) | 324.42º | 0.57% | 0.78% | - |
| XYZ | 32.2 | 20.77 | 32.02 | - |
| YUV | 126.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 152 | 0 | 0.57 | 0.23 | 0.22 | 324.42 | 0.5 | 0.55 |
| Hex | C6 | 55 | 98 | 0 | 39 | 17 | 16 | 144 | 32 | 37 |
| Octal | 306 | 125 | 230 | 0 | 71 | 27 | 26 | 504 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10011000 | 0 | 111001 | 10111 | 10110 | 101000100 | 110010 | 110111 |
Color Harmonies of #C65598
Complementary color
Monochromatic Colors of #C65598
Black with #C65598
Text Example
Text Example
White with #C65598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65598; }
p { color: rgb(198,85,152); }
H1.HeaderClassName
{
color: #C65598;
}
.AnyTagClassName
{
color: #C65598;
}
</style>
background-color css
<style>
a { background-color: #C65598; }
a { background-color: rgb(198,85,152); }
div.DivClassName
{
background-color: #C65598;
}
.BgClassName
{
background-color: #C65598;
}
</style>
border-color css
<style>
span { border-color: #C65598; }
span { border-color: rgb(198,85,152); }
td.TdClassName
{
border-color: #C65598;
}
.TagClassName
{
border-color: #C65598;
}
</style>