Shades of Mulberry #C64288
Tints of Mulberry #C64288
RGB
CMYK
RGB Variations
Color information
#C64288 (or 0xC64288) is known color: Mulberry. HEX triplet: C6, 42 and 88. RGB value is (198,66,136). Sum of RGB (Red+Green+Blue) = 198+66+136=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C64288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64288 is #39BD77. Grayscale: #717171. Windows color (decimal): -3784056 or 8929990. OLE color: 8929990.
HSL color Cylindrical-coordinate representation of color #C64288: hue angle of 328.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64288 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 136 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.22 |
| HSL | 328.18º | 0.54% | 0.52% | - |
| HSV(B) | 328.18º | 0.67% | 0.78% | - |
| XYZ | 29.68 | 17.68 | 25.14 | - |
| YUV | 113.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 136 | 0 | 0.67 | 0.31 | 0.22 | 328.18 | 0.54 | 0.52 |
| Hex | C6 | 42 | 88 | 0 | 43 | 1F | 16 | 148 | 36 | 34 |
| Octal | 306 | 102 | 210 | 0 | 103 | 37 | 26 | 510 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10001000 | 0 | 1000011 | 11111 | 10110 | 101001000 | 110110 | 110100 |
Color Harmonies of #C64288
Complementary color
Monochromatic Colors of #C64288
Black with #C64288
Text Example
Text Example
White with #C64288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64288; }
p { color: rgb(198,66,136); }
H1.HeaderClassName
{
color: #C64288;
}
.AnyTagClassName
{
color: #C64288;
}
</style>
background-color css
<style>
a { background-color: #C64288; }
a { background-color: rgb(198,66,136); }
div.DivClassName
{
background-color: #C64288;
}
.BgClassName
{
background-color: #C64288;
}
</style>
border-color css
<style>
span { border-color: #C64288; }
span { border-color: rgb(198,66,136); }
td.TdClassName
{
border-color: #C64288;
}
.TagClassName
{
border-color: #C64288;
}
</style>