Shades of Mulberry #C05681
Tints of Mulberry #C05681
RGB
CMYK
RGB Variations
Color information
#C05681 (or 0xC05681) is known color: Mulberry. HEX triplet: C0, 56 and 81. RGB value is (192,86,129). Sum of RGB (Red+Green+Blue) = 192+86+129=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C05681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05681 is #3FA97E. Grayscale: #7A7A7A. Windows color (decimal): -4172159 or 8476352. OLE color: 8476352.
HSL color Cylindrical-coordinate representation of color #C05681: hue angle of 335.66º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05681 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 129 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.25 |
| HSL | 335.66º | 0.46% | 0.55% | - |
| HSV(B) | 335.66º | 0.55% | 0.75% | - |
| XYZ | 29.03 | 19.45 | 22.99 | - |
| YUV | 122.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 129 | 0 | 0.55 | 0.33 | 0.25 | 335.66 | 0.46 | 0.55 |
| Hex | C0 | 56 | 81 | 0 | 37 | 21 | 19 | 150 | 2E | 37 |
| Octal | 300 | 126 | 201 | 0 | 67 | 41 | 31 | 520 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10000001 | 0 | 110111 | 100001 | 11001 | 101010000 | 101110 | 110111 |
Color Harmonies of #C05681
Complementary color
Monochromatic Colors of #C05681
Black with #C05681
Text Example
Text Example
White with #C05681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05681; }
p { color: rgb(192,86,129); }
H1.HeaderClassName
{
color: #C05681;
}
.AnyTagClassName
{
color: #C05681;
}
</style>
background-color css
<style>
a { background-color: #C05681; }
a { background-color: rgb(192,86,129); }
div.DivClassName
{
background-color: #C05681;
}
.BgClassName
{
background-color: #C05681;
}
</style>
border-color css
<style>
span { border-color: #C05681; }
span { border-color: rgb(192,86,129); }
td.TdClassName
{
border-color: #C05681;
}
.TagClassName
{
border-color: #C05681;
}
</style>