Shades of Mulberry #C55692
Tints of Mulberry #C55692
RGB
CMYK
RGB Variations
Color information
#C55692 (or 0xC55692) is known color: Mulberry. HEX triplet: C5, 56 and 92. RGB value is (197,86,146). Sum of RGB (Red+Green+Blue) = 197+86+146=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55692 is #3AA96D. Grayscale: #7D7D7D. Windows color (decimal): -3844462 or 9590469. OLE color: 9590469.
HSL color Cylindrical-coordinate representation of color #C55692: hue angle of 327.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55692 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 146 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.23 |
| HSL | 327.57º | 0.49% | 0.55% | - |
| HSV(B) | 327.57º | 0.56% | 0.77% | - |
| XYZ | 31.54 | 20.6 | 29.51 | - |
| YUV | 126.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 146 | 0 | 0.56 | 0.26 | 0.23 | 327.57 | 0.49 | 0.55 |
| Hex | C5 | 56 | 92 | 0 | 38 | 1A | 17 | 148 | 31 | 37 |
| Octal | 305 | 126 | 222 | 0 | 70 | 32 | 27 | 510 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10010010 | 0 | 111000 | 11010 | 10111 | 101001000 | 110001 | 110111 |
Color Harmonies of #C55692
Complementary color
Monochromatic Colors of #C55692
Black with #C55692
Text Example
Text Example
White with #C55692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55692; }
p { color: rgb(197,86,146); }
H1.HeaderClassName
{
color: #C55692;
}
.AnyTagClassName
{
color: #C55692;
}
</style>
background-color css
<style>
a { background-color: #C55692; }
a { background-color: rgb(197,86,146); }
div.DivClassName
{
background-color: #C55692;
}
.BgClassName
{
background-color: #C55692;
}
</style>
border-color css
<style>
span { border-color: #C55692; }
span { border-color: rgb(197,86,146); }
td.TdClassName
{
border-color: #C55692;
}
.TagClassName
{
border-color: #C55692;
}
</style>