Shades of Mulberry #C6448C
Tints of Mulberry #C6448C
RGB
CMYK
RGB Variations
Color information
#C6448C (or 0xC6448C) is known color: Mulberry. HEX triplet: C6, 44 and 8C. RGB value is (198,68,140). Sum of RGB (Red+Green+Blue) = 198+68+140=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6448C is #39BB73. Grayscale: #727272. Windows color (decimal): -3783540 or 9192646. OLE color: 9192646.
HSL color Cylindrical-coordinate representation of color #C6448C: hue angle of 326.77º 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 #C6448C is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 140 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.22 |
| HSL | 326.77º | 0.53% | 0.52% | - |
| HSV(B) | 326.77º | 0.66% | 0.78% | - |
| XYZ | 30.09 | 18.03 | 26.71 | - |
| YUV | 115.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 140 | 0 | 0.66 | 0.29 | 0.22 | 326.77 | 0.53 | 0.52 |
| Hex | C6 | 44 | 8C | 0 | 42 | 1D | 16 | 147 | 35 | 34 |
| Octal | 306 | 104 | 214 | 0 | 102 | 35 | 26 | 507 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10001100 | 0 | 1000010 | 11101 | 10110 | 101000111 | 110101 | 110100 |
Color Harmonies of #C6448C
Complementary color
Monochromatic Colors of #C6448C
Black with #C6448C
Text Example
Text Example
White with #C6448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6448C; }
p { color: rgb(198,68,140); }
H1.HeaderClassName
{
color: #C6448C;
}
.AnyTagClassName
{
color: #C6448C;
}
</style>
background-color css
<style>
a { background-color: #C6448C; }
a { background-color: rgb(198,68,140); }
div.DivClassName
{
background-color: #C6448C;
}
.BgClassName
{
background-color: #C6448C;
}
</style>
border-color css
<style>
span { border-color: #C6448C; }
span { border-color: rgb(198,68,140); }
td.TdClassName
{
border-color: #C6448C;
}
.TagClassName
{
border-color: #C6448C;
}
</style>