Shades of Mulberry #C84595
Tints of Mulberry #C84595
RGB
CMYK
RGB Variations
Color information
#C84595 (or 0xC84595) is known color: Mulberry. HEX triplet: C8, 45 and 95. RGB value is (200,69,149). Sum of RGB (Red+Green+Blue) = 200+69+149=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C84595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84595 is #37BA6A. Grayscale: #757575. Windows color (decimal): -3652203 or 9782728. OLE color: 9782728.
HSL color Cylindrical-coordinate representation of color #C84595: hue angle of 323.36º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84595 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 149 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.22 |
| HSL | 323.36º | 0.54% | 0.53% | - |
| HSV(B) | 323.36º | 0.66% | 0.78% | - |
| XYZ | 31.37 | 18.71 | 30.39 | - |
| YUV | 117.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 149 | 0 | 0.66 | 0.26 | 0.22 | 323.36 | 0.54 | 0.53 |
| Hex | C8 | 45 | 95 | 0 | 42 | 1A | 16 | 143 | 36 | 35 |
| Octal | 310 | 105 | 225 | 0 | 102 | 32 | 26 | 503 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10010101 | 0 | 1000010 | 11010 | 10110 | 101000011 | 110110 | 110101 |
Color Harmonies of #C84595
Complementary color
Monochromatic Colors of #C84595
Black with #C84595
Text Example
Text Example
White with #C84595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84595; }
p { color: rgb(200,69,149); }
H1.HeaderClassName
{
color: #C84595;
}
.AnyTagClassName
{
color: #C84595;
}
</style>
background-color css
<style>
a { background-color: #C84595; }
a { background-color: rgb(200,69,149); }
div.DivClassName
{
background-color: #C84595;
}
.BgClassName
{
background-color: #C84595;
}
</style>
border-color css
<style>
span { border-color: #C84595; }
span { border-color: rgb(200,69,149); }
td.TdClassName
{
border-color: #C84595;
}
.TagClassName
{
border-color: #C84595;
}
</style>