Shades of Mulberry #C04385
Tints of Mulberry #C04385
RGB
CMYK
RGB Variations
Color information
#C04385 (or 0xC04385) is known color: Mulberry. HEX triplet: C0, 43 and 85. RGB value is (192,67,133). Sum of RGB (Red+Green+Blue) = 192+67+133=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C04385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04385 is #3FBC7A. Grayscale: #6F6F6F. Windows color (decimal): -4177019 or 8733632. OLE color: 8733632.
HSL color Cylindrical-coordinate representation of color #C04385: hue angle of 328.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04385 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 133 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.25 |
| HSL | 328.32º | 0.5% | 0.51% | - |
| HSV(B) | 328.32º | 0.65% | 0.75% | - |
| XYZ | 27.98 | 16.91 | 23.98 | - |
| YUV | 111.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 133 | 0 | 0.65 | 0.31 | 0.25 | 328.32 | 0.5 | 0.51 |
| Hex | C0 | 43 | 85 | 0 | 41 | 1F | 19 | 148 | 32 | 33 |
| Octal | 300 | 103 | 205 | 0 | 101 | 37 | 31 | 510 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10000101 | 0 | 1000001 | 11111 | 11001 | 101001000 | 110010 | 110011 |
Color Harmonies of #C04385
Complementary color
Monochromatic Colors of #C04385
Black with #C04385
Text Example
Text Example
White with #C04385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04385; }
p { color: rgb(192,67,133); }
H1.HeaderClassName
{
color: #C04385;
}
.AnyTagClassName
{
color: #C04385;
}
</style>
background-color css
<style>
a { background-color: #C04385; }
a { background-color: rgb(192,67,133); }
div.DivClassName
{
background-color: #C04385;
}
.BgClassName
{
background-color: #C04385;
}
</style>
border-color css
<style>
span { border-color: #C04385; }
span { border-color: rgb(192,67,133); }
td.TdClassName
{
border-color: #C04385;
}
.TagClassName
{
border-color: #C04385;
}
</style>