Shades of Mulberry #C64083
Tints of Mulberry #C64083
RGB
CMYK
RGB Variations
Color information
#C64083 (or 0xC64083) is known color: Mulberry. HEX triplet: C6, 40 and 83. RGB value is (198,64,131). Sum of RGB (Red+Green+Blue) = 198+64+131=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C64083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64083 is #39BF7C. Grayscale: #6F6F6F. Windows color (decimal): -3784573 or 8601798. OLE color: 8601798.
HSL color Cylindrical-coordinate representation of color #C64083: hue angle of 330º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64083 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 131 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.22 |
| HSL | 330º | 0.54% | 0.51% | - |
| HSV(B) | 330º | 0.68% | 0.78% | - |
| XYZ | 29.22 | 17.31 | 23.27 | - |
| YUV | 111.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 131 | 0 | 0.68 | 0.34 | 0.22 | 330 | 0.54 | 0.51 |
| Hex | C6 | 40 | 83 | 0 | 44 | 22 | 16 | 14A | 36 | 33 |
| Octal | 306 | 100 | 203 | 0 | 104 | 42 | 26 | 512 | 66 | 63 |
| Binary | 11000110 | 1000000 | 10000011 | 0 | 1000100 | 100010 | 10110 | 101001010 | 110110 | 110011 |
Color Harmonies of #C64083
Complementary color
Monochromatic Colors of #C64083
Black with #C64083
Text Example
Text Example
White with #C64083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64083; }
p { color: rgb(198,64,131); }
H1.HeaderClassName
{
color: #C64083;
}
.AnyTagClassName
{
color: #C64083;
}
</style>
background-color css
<style>
a { background-color: #C64083; }
a { background-color: rgb(198,64,131); }
div.DivClassName
{
background-color: #C64083;
}
.BgClassName
{
background-color: #C64083;
}
</style>
border-color css
<style>
span { border-color: #C64083; }
span { border-color: rgb(198,64,131); }
td.TdClassName
{
border-color: #C64083;
}
.TagClassName
{
border-color: #C64083;
}
</style>