Shades of Mulberry #C05697
Tints of Mulberry #C05697
RGB
CMYK
RGB Variations
Color information
#C05697 (or 0xC05697) is known color: Mulberry. HEX triplet: C0, 56 and 97. RGB value is (192,86,151). Sum of RGB (Red+Green+Blue) = 192+86+151=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C05697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05697 is #3FA968. Grayscale: #7C7C7C. Windows color (decimal): -4172137 or 9918144. OLE color: 9918144.
HSL color Cylindrical-coordinate representation of color #C05697: hue angle of 323.21º 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 #C05697 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 151 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.25 |
| HSL | 323.21º | 0.46% | 0.55% | - |
| HSV(B) | 323.21º | 0.55% | 0.75% | - |
| XYZ | 30.65 | 20.1 | 31.54 | - |
| YUV | 125.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 151 | 0 | 0.55 | 0.21 | 0.25 | 323.21 | 0.46 | 0.55 |
| Hex | C0 | 56 | 97 | 0 | 37 | 15 | 19 | 143 | 2E | 37 |
| Octal | 300 | 126 | 227 | 0 | 67 | 25 | 31 | 503 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10010111 | 0 | 110111 | 10101 | 11001 | 101000011 | 101110 | 110111 |
Color Harmonies of #C05697
Complementary color
Monochromatic Colors of #C05697
Black with #C05697
Text Example
Text Example
White with #C05697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05697; }
p { color: rgb(192,86,151); }
H1.HeaderClassName
{
color: #C05697;
}
.AnyTagClassName
{
color: #C05697;
}
</style>
background-color css
<style>
a { background-color: #C05697; }
a { background-color: rgb(192,86,151); }
div.DivClassName
{
background-color: #C05697;
}
.BgClassName
{
background-color: #C05697;
}
</style>
border-color css
<style>
span { border-color: #C05697; }
span { border-color: rgb(192,86,151); }
td.TdClassName
{
border-color: #C05697;
}
.TagClassName
{
border-color: #C05697;
}
</style>