Shades of Mulberry #C6447E
Tints of Mulberry #C6447E
RGB
CMYK
RGB Variations
Color information
#C6447E (or 0xC6447E) is known color: Mulberry. HEX triplet: C6, 44 and 7E. RGB value is (198,68,126). Sum of RGB (Red+Green+Blue) = 198+68+126=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6447E is #39BB81. Grayscale: #717171. Windows color (decimal): -3783554 or 8275142. OLE color: 8275142.
HSL color Cylindrical-coordinate representation of color #C6447E: hue angle of 333.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 #C6447E is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 126 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.22 |
| HSL | 333.23º | 0.53% | 0.52% | - |
| HSV(B) | 333.23º | 0.66% | 0.78% | - |
| XYZ | 29.12 | 17.65 | 21.61 | - |
| YUV | 113.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 126 | 0 | 0.66 | 0.36 | 0.22 | 333.23 | 0.53 | 0.52 |
| Hex | C6 | 44 | 7E | 0 | 42 | 24 | 16 | 14D | 35 | 34 |
| Octal | 306 | 104 | 176 | 0 | 102 | 44 | 26 | 515 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1111110 | 0 | 1000010 | 100100 | 10110 | 101001101 | 110101 | 110100 |
Color Harmonies of #C6447E
Complementary color
Monochromatic Colors of #C6447E
Black with #C6447E
Text Example
Text Example
White with #C6447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6447E; }
p { color: rgb(198,68,126); }
H1.HeaderClassName
{
color: #C6447E;
}
.AnyTagClassName
{
color: #C6447E;
}
</style>
background-color css
<style>
a { background-color: #C6447E; }
a { background-color: rgb(198,68,126); }
div.DivClassName
{
background-color: #C6447E;
}
.BgClassName
{
background-color: #C6447E;
}
</style>
border-color css
<style>
span { border-color: #C6447E; }
span { border-color: rgb(198,68,126); }
td.TdClassName
{
border-color: #C6447E;
}
.TagClassName
{
border-color: #C6447E;
}
</style>