Shades of Mulberry #C05C83
Tints of Mulberry #C05C83
RGB
CMYK
RGB Variations
Color information
#C05C83 (or 0xC05C83) is known color: Mulberry. HEX triplet: C0, 5C and 83. RGB value is (192,92,131). Sum of RGB (Red+Green+Blue) = 192+92+131=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C83 is #3FA37C. Grayscale: #7E7E7E. Windows color (decimal): -4170621 or 8608960. OLE color: 8608960.
HSL color Cylindrical-coordinate representation of color #C05C83: hue angle of 336.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C83 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 131 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.25 |
| HSL | 336.6º | 0.44% | 0.56% | - |
| HSV(B) | 336.6º | 0.52% | 0.75% | - |
| XYZ | 29.66 | 20.5 | 23.87 | - |
| YUV | 126.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 131 | 0 | 0.52 | 0.32 | 0.25 | 336.6 | 0.44 | 0.56 |
| Hex | C0 | 5C | 83 | 0 | 34 | 20 | 19 | 151 | 2C | 38 |
| Octal | 300 | 134 | 203 | 0 | 64 | 40 | 31 | 521 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10000011 | 0 | 110100 | 100000 | 11001 | 101010001 | 101100 | 111000 |
Color Harmonies of #C05C83
Complementary color
Monochromatic Colors of #C05C83
Black with #C05C83
Text Example
Text Example
White with #C05C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C83; }
p { color: rgb(192,92,131); }
H1.HeaderClassName
{
color: #C05C83;
}
.AnyTagClassName
{
color: #C05C83;
}
</style>
background-color css
<style>
a { background-color: #C05C83; }
a { background-color: rgb(192,92,131); }
div.DivClassName
{
background-color: #C05C83;
}
.BgClassName
{
background-color: #C05C83;
}
</style>
border-color css
<style>
span { border-color: #C05C83; }
span { border-color: rgb(192,92,131); }
td.TdClassName
{
border-color: #C05C83;
}
.TagClassName
{
border-color: #C05C83;
}
</style>