Shades of Mulberry #C65888
Tints of Mulberry #C65888
RGB
CMYK
RGB Variations
Color information
#C65888 (or 0xC65888) is known color: Mulberry. HEX triplet: C6, 58 and 88. RGB value is (198,88,136). Sum of RGB (Red+Green+Blue) = 198+88+136=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C65888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65888 is #39A777. Grayscale: #7E7E7E. Windows color (decimal): -3778424 or 8935622. OLE color: 8935622.
HSL color Cylindrical-coordinate representation of color #C65888: hue angle of 333.82º 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 #C65888 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 136 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.22 |
| HSL | 333.82º | 0.49% | 0.56% | - |
| HSV(B) | 333.82º | 0.56% | 0.78% | - |
| XYZ | 31.22 | 20.76 | 25.65 | - |
| YUV | 126.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 136 | 0 | 0.56 | 0.31 | 0.22 | 333.82 | 0.49 | 0.56 |
| Hex | C6 | 58 | 88 | 0 | 38 | 1F | 16 | 14E | 31 | 38 |
| Octal | 306 | 130 | 210 | 0 | 70 | 37 | 26 | 516 | 61 | 70 |
| Binary | 11000110 | 1011000 | 10001000 | 0 | 111000 | 11111 | 10110 | 101001110 | 110001 | 111000 |
Color Harmonies of #C65888
Complementary color
Monochromatic Colors of #C65888
Black with #C65888
Text Example
Text Example
White with #C65888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65888; }
p { color: rgb(198,88,136); }
H1.HeaderClassName
{
color: #C65888;
}
.AnyTagClassName
{
color: #C65888;
}
</style>
background-color css
<style>
a { background-color: #C65888; }
a { background-color: rgb(198,88,136); }
div.DivClassName
{
background-color: #C65888;
}
.BgClassName
{
background-color: #C65888;
}
</style>
border-color css
<style>
span { border-color: #C65888; }
span { border-color: rgb(198,88,136); }
td.TdClassName
{
border-color: #C65888;
}
.TagClassName
{
border-color: #C65888;
}
</style>