Shades of Mulberry #C8448A
Tints of Mulberry #C8448A
RGB
CMYK
RGB Variations
Color information
#C8448A (or 0xC8448A) is known color: Mulberry. HEX triplet: C8, 44 and 8A. RGB value is (200,68,138). Sum of RGB (Red+Green+Blue) = 200+68+138=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8448A is #37BB75. Grayscale: #737373. Windows color (decimal): -3652470 or 9061576. OLE color: 9061576.
HSL color Cylindrical-coordinate representation of color #C8448A: hue angle of 328.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8448A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 138 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.22 |
| HSL | 328.18º | 0.55% | 0.53% | - |
| HSV(B) | 328.18º | 0.66% | 0.78% | - |
| XYZ | 30.47 | 18.25 | 25.96 | - |
| YUV | 115.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 138 | 0 | 0.66 | 0.31 | 0.22 | 328.18 | 0.55 | 0.53 |
| Hex | C8 | 44 | 8A | 0 | 42 | 1F | 16 | 148 | 37 | 35 |
| Octal | 310 | 104 | 212 | 0 | 102 | 37 | 26 | 510 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10001010 | 0 | 1000010 | 11111 | 10110 | 101001000 | 110111 | 110101 |
Color Harmonies of #C8448A
Complementary color
Monochromatic Colors of #C8448A
Black with #C8448A
Text Example
Text Example
White with #C8448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8448A; }
p { color: rgb(200,68,138); }
H1.HeaderClassName
{
color: #C8448A;
}
.AnyTagClassName
{
color: #C8448A;
}
</style>
background-color css
<style>
a { background-color: #C8448A; }
a { background-color: rgb(200,68,138); }
div.DivClassName
{
background-color: #C8448A;
}
.BgClassName
{
background-color: #C8448A;
}
</style>
border-color css
<style>
span { border-color: #C8448A; }
span { border-color: rgb(200,68,138); }
td.TdClassName
{
border-color: #C8448A;
}
.TagClassName
{
border-color: #C8448A;
}
</style>