Shades of Mulberry #C65083
Tints of Mulberry #C65083
RGB
CMYK
RGB Variations
Color information
#C65083 (or 0xC65083) is known color: Mulberry. HEX triplet: C6, 50 and 83. RGB value is (198,80,131). Sum of RGB (Red+Green+Blue) = 198+80+131=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C65083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65083 is #39AF7C. Grayscale: #797979. Windows color (decimal): -3780477 or 8605894. OLE color: 8605894.
HSL color Cylindrical-coordinate representation of color #C65083: hue angle of 334.07º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65083 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 131 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.22 |
| HSL | 334.07º | 0.51% | 0.55% | - |
| HSV(B) | 334.07º | 0.6% | 0.78% | - |
| XYZ | 30.25 | 19.38 | 23.62 | - |
| YUV | 121.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 131 | 0 | 0.60 | 0.34 | 0.22 | 334.07 | 0.51 | 0.55 |
| Hex | C6 | 50 | 83 | 0 | 3C | 22 | 16 | 14E | 33 | 37 |
| Octal | 306 | 120 | 203 | 0 | 74 | 42 | 26 | 516 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10000011 | 0 | 111100 | 100010 | 10110 | 101001110 | 110011 | 110111 |
Color Harmonies of #C65083
Complementary color
Monochromatic Colors of #C65083
Black with #C65083
Text Example
Text Example
White with #C65083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65083; }
p { color: rgb(198,80,131); }
H1.HeaderClassName
{
color: #C65083;
}
.AnyTagClassName
{
color: #C65083;
}
</style>
background-color css
<style>
a { background-color: #C65083; }
a { background-color: rgb(198,80,131); }
div.DivClassName
{
background-color: #C65083;
}
.BgClassName
{
background-color: #C65083;
}
</style>
border-color css
<style>
span { border-color: #C65083; }
span { border-color: rgb(198,80,131); }
td.TdClassName
{
border-color: #C65083;
}
.TagClassName
{
border-color: #C65083;
}
</style>