Shades of Mulberry #C7448A
Tints of Mulberry #C7448A
RGB
CMYK
RGB Variations
Color information
#C7448A (or 0xC7448A) is known color: Mulberry. HEX triplet: C7, 44 and 8A. RGB value is (199,68,138). Sum of RGB (Red+Green+Blue) = 199+68+138=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7448A is #38BB75. Grayscale: #737373. Windows color (decimal): -3718006 or 9061575. OLE color: 9061575.
HSL color Cylindrical-coordinate representation of color #C7448A: hue angle of 327.94º degrees, saturation: 0.54, 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 #C7448A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 138 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.22 |
| HSL | 327.94º | 0.54% | 0.52% | - |
| HSV(B) | 327.94º | 0.66% | 0.78% | - |
| XYZ | 30.21 | 18.11 | 25.95 | - |
| YUV | 115.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 138 | 0 | 0.66 | 0.31 | 0.22 | 327.94 | 0.54 | 0.52 |
| Hex | C7 | 44 | 8A | 0 | 42 | 1F | 16 | 148 | 36 | 34 |
| Octal | 307 | 104 | 212 | 0 | 102 | 37 | 26 | 510 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10001010 | 0 | 1000010 | 11111 | 10110 | 101001000 | 110110 | 110100 |
Color Harmonies of #C7448A
Complementary color
Monochromatic Colors of #C7448A
Black with #C7448A
Text Example
Text Example
White with #C7448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7448A; }
p { color: rgb(199,68,138); }
H1.HeaderClassName
{
color: #C7448A;
}
.AnyTagClassName
{
color: #C7448A;
}
</style>
background-color css
<style>
a { background-color: #C7448A; }
a { background-color: rgb(199,68,138); }
div.DivClassName
{
background-color: #C7448A;
}
.BgClassName
{
background-color: #C7448A;
}
</style>
border-color css
<style>
span { border-color: #C7448A; }
span { border-color: rgb(199,68,138); }
td.TdClassName
{
border-color: #C7448A;
}
.TagClassName
{
border-color: #C7448A;
}
</style>