Shades of Mulberry #C6448B
Tints of Mulberry #C6448B
RGB
CMYK
RGB Variations
Color information
#C6448B (or 0xC6448B) is known color: Mulberry. HEX triplet: C6, 44 and 8B. RGB value is (198,68,139). Sum of RGB (Red+Green+Blue) = 198+68+139=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6448B is #39BB74. Grayscale: #727272. Windows color (decimal): -3783541 or 9127110. OLE color: 9127110.
HSL color Cylindrical-coordinate representation of color #C6448B: hue angle of 327.23º 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 #C6448B is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 139 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.22 |
| HSL | 327.23º | 0.53% | 0.52% | - |
| HSV(B) | 327.23º | 0.66% | 0.78% | - |
| XYZ | 30.02 | 18 | 26.32 | - |
| YUV | 114.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 139 | 0 | 0.66 | 0.30 | 0.22 | 327.23 | 0.53 | 0.52 |
| Hex | C6 | 44 | 8B | 0 | 42 | 1E | 16 | 147 | 35 | 34 |
| Octal | 306 | 104 | 213 | 0 | 102 | 36 | 26 | 507 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10001011 | 0 | 1000010 | 11110 | 10110 | 101000111 | 110101 | 110100 |
Color Harmonies of #C6448B
Complementary color
Monochromatic Colors of #C6448B
Black with #C6448B
Text Example
Text Example
White with #C6448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6448B; }
p { color: rgb(198,68,139); }
H1.HeaderClassName
{
color: #C6448B;
}
.AnyTagClassName
{
color: #C6448B;
}
</style>
background-color css
<style>
a { background-color: #C6448B; }
a { background-color: rgb(198,68,139); }
div.DivClassName
{
background-color: #C6448B;
}
.BgClassName
{
background-color: #C6448B;
}
</style>
border-color css
<style>
span { border-color: #C6448B; }
span { border-color: rgb(198,68,139); }
td.TdClassName
{
border-color: #C6448B;
}
.TagClassName
{
border-color: #C6448B;
}
</style>