Shades of Mulberry #C6437B
Tints of Mulberry #C6437B
RGB
CMYK
RGB Variations
Color information
#C6437B (or 0xC6437B) is known color: Mulberry. HEX triplet: C6, 43 and 7B. RGB value is (198,67,123). Sum of RGB (Red+Green+Blue) = 198+67+123=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6437B is #39BC84. Grayscale: #707070. Windows color (decimal): -3783813 or 8078278. OLE color: 8078278.
HSL color Cylindrical-coordinate representation of color #C6437B: hue angle of 334.35º 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 #C6437B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 123 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.22 |
| HSL | 334.35º | 0.53% | 0.52% | - |
| HSV(B) | 334.35º | 0.66% | 0.78% | - |
| XYZ | 28.87 | 17.45 | 20.59 | - |
| YUV | 112.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 123 | 0 | 0.66 | 0.38 | 0.22 | 334.35 | 0.53 | 0.52 |
| Hex | C6 | 43 | 7B | 0 | 42 | 26 | 16 | 14E | 35 | 34 |
| Octal | 306 | 103 | 173 | 0 | 102 | 46 | 26 | 516 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1111011 | 0 | 1000010 | 100110 | 10110 | 101001110 | 110101 | 110100 |
Color Harmonies of #C6437B
Complementary color
Monochromatic Colors of #C6437B
Black with #C6437B
Text Example
Text Example
White with #C6437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6437B; }
p { color: rgb(198,67,123); }
H1.HeaderClassName
{
color: #C6437B;
}
.AnyTagClassName
{
color: #C6437B;
}
</style>
background-color css
<style>
a { background-color: #C6437B; }
a { background-color: rgb(198,67,123); }
div.DivClassName
{
background-color: #C6437B;
}
.BgClassName
{
background-color: #C6437B;
}
</style>
border-color css
<style>
span { border-color: #C6437B; }
span { border-color: rgb(198,67,123); }
td.TdClassName
{
border-color: #C6437B;
}
.TagClassName
{
border-color: #C6437B;
}
</style>