Shades of Mulberry #C6448D
Tints of Mulberry #C6448D
RGB
CMYK
RGB Variations
Color information
#C6448D (or 0xC6448D) is known color: Mulberry. HEX triplet: C6, 44 and 8D. RGB value is (198,68,141). Sum of RGB (Red+Green+Blue) = 198+68+141=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6448D is #39BB72. Grayscale: #737373. Windows color (decimal): -3783539 or 9258182. OLE color: 9258182.
HSL color Cylindrical-coordinate representation of color #C6448D: hue angle of 326.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6448D is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 141 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.22 |
| HSL | 326.31º | 0.53% | 0.52% | - |
| HSV(B) | 326.31º | 0.66% | 0.78% | - |
| XYZ | 30.16 | 18.06 | 27.1 | - |
| YUV | 115.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 141 | 0 | 0.66 | 0.29 | 0.22 | 326.31 | 0.53 | 0.52 |
| Hex | C6 | 44 | 8D | 0 | 42 | 1D | 16 | 146 | 35 | 34 |
| Octal | 306 | 104 | 215 | 0 | 102 | 35 | 26 | 506 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10001101 | 0 | 1000010 | 11101 | 10110 | 101000110 | 110101 | 110100 |
Color Harmonies of #C6448D
Complementary color
Monochromatic Colors of #C6448D
Black with #C6448D
Text Example
Text Example
White with #C6448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6448D; }
p { color: rgb(198,68,141); }
H1.HeaderClassName
{
color: #C6448D;
}
.AnyTagClassName
{
color: #C6448D;
}
</style>
background-color css
<style>
a { background-color: #C6448D; }
a { background-color: rgb(198,68,141); }
div.DivClassName
{
background-color: #C6448D;
}
.BgClassName
{
background-color: #C6448D;
}
</style>
border-color css
<style>
span { border-color: #C6448D; }
span { border-color: rgb(198,68,141); }
td.TdClassName
{
border-color: #C6448D;
}
.TagClassName
{
border-color: #C6448D;
}
</style>