Shades of Mulberry #C8437C
Tints of Mulberry #C8437C
RGB
CMYK
RGB Variations
Color information
#C8437C (or 0xC8437C) is known color: Mulberry. HEX triplet: C8, 43 and 7C. RGB value is (200,67,124). Sum of RGB (Red+Green+Blue) = 200+67+124=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8437C is #37BC83. Grayscale: #717171. Windows color (decimal): -3652740 or 8143816. OLE color: 8143816.
HSL color Cylindrical-coordinate representation of color #C8437C: hue angle of 334.29º degrees, saturation: 0.55, 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 #C8437C is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 124 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.22 |
| HSL | 334.29º | 0.55% | 0.52% | - |
| HSV(B) | 334.29º | 0.67% | 0.78% | - |
| XYZ | 29.46 | 17.75 | 20.94 | - |
| YUV | 113.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 124 | 0 | 0.66 | 0.38 | 0.22 | 334.29 | 0.55 | 0.52 |
| Hex | C8 | 43 | 7C | 0 | 42 | 26 | 16 | 14E | 37 | 34 |
| Octal | 310 | 103 | 174 | 0 | 102 | 46 | 26 | 516 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1111100 | 0 | 1000010 | 100110 | 10110 | 101001110 | 110111 | 110100 |
Color Harmonies of #C8437C
Complementary color
Monochromatic Colors of #C8437C
Black with #C8437C
Text Example
Text Example
White with #C8437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8437C; }
p { color: rgb(200,67,124); }
H1.HeaderClassName
{
color: #C8437C;
}
.AnyTagClassName
{
color: #C8437C;
}
</style>
background-color css
<style>
a { background-color: #C8437C; }
a { background-color: rgb(200,67,124); }
div.DivClassName
{
background-color: #C8437C;
}
.BgClassName
{
background-color: #C8437C;
}
</style>
border-color css
<style>
span { border-color: #C8437C; }
span { border-color: rgb(200,67,124); }
td.TdClassName
{
border-color: #C8437C;
}
.TagClassName
{
border-color: #C8437C;
}
</style>