Shades of Mulberry #C65885
Tints of Mulberry #C65885
RGB
CMYK
RGB Variations
Color information
#C65885 (or 0xC65885) is known color: Mulberry. HEX triplet: C6, 58 and 85. RGB value is (198,88,133). Sum of RGB (Red+Green+Blue) = 198+88+133=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C65885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65885 is #39A77A. Grayscale: #7D7D7D. Windows color (decimal): -3778427 or 8739014. OLE color: 8739014.
HSL color Cylindrical-coordinate representation of color #C65885: hue angle of 335.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65885 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 133 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.22 |
| HSL | 335.45º | 0.49% | 0.56% | - |
| HSV(B) | 335.45º | 0.56% | 0.78% | - |
| XYZ | 31.01 | 20.68 | 24.55 | - |
| YUV | 126.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 133 | 0 | 0.56 | 0.33 | 0.22 | 335.45 | 0.49 | 0.56 |
| Hex | C6 | 58 | 85 | 0 | 38 | 21 | 16 | 14F | 31 | 38 |
| Octal | 306 | 130 | 205 | 0 | 70 | 41 | 26 | 517 | 61 | 70 |
| Binary | 11000110 | 1011000 | 10000101 | 0 | 111000 | 100001 | 10110 | 101001111 | 110001 | 111000 |
Color Harmonies of #C65885
Complementary color
Monochromatic Colors of #C65885
Black with #C65885
Text Example
Text Example
White with #C65885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65885; }
p { color: rgb(198,88,133); }
H1.HeaderClassName
{
color: #C65885;
}
.AnyTagClassName
{
color: #C65885;
}
</style>
background-color css
<style>
a { background-color: #C65885; }
a { background-color: rgb(198,88,133); }
div.DivClassName
{
background-color: #C65885;
}
.BgClassName
{
background-color: #C65885;
}
</style>
border-color css
<style>
span { border-color: #C65885; }
span { border-color: rgb(198,88,133); }
td.TdClassName
{
border-color: #C65885;
}
.TagClassName
{
border-color: #C65885;
}
</style>