Shades of Mandy #C0545D
Tints of Mandy #C0545D
RGB
CMYK
RGB Variations
Color information
#C0545D (or 0xC0545D) is known color: Mandy. HEX triplet: C0, 54 and 5D. RGB value is (192,84,93). Sum of RGB (Red+Green+Blue) = 192+84+93=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0545D is #3FABA2. Grayscale: #757575. Windows color (decimal): -4172707 or 6116544. OLE color: 6116544.
HSL color Cylindrical-coordinate representation of color #C0545D: hue angle of 355º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0545D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 93 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.25 |
| HSL | 355º | 0.46% | 0.54% | - |
| HSV(B) | 355º | 0.56% | 0.75% | - |
| XYZ | 26.88 | 18.34 | 12.48 | - |
| YUV | 117.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 93 | 0 | 0.56 | 0.52 | 0.25 | 355 | 0.46 | 0.54 |
| Hex | C0 | 54 | 5D | 0 | 38 | 34 | 19 | 163 | 2E | 36 |
| Octal | 300 | 124 | 135 | 0 | 70 | 64 | 31 | 543 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1011101 | 0 | 111000 | 110100 | 11001 | 101100011 | 101110 | 110110 |
Color Harmonies of #C0545D
Complementary color
Monochromatic Colors of #C0545D
Black with #C0545D
Text Example
Text Example
White with #C0545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0545D; }
p { color: rgb(192,84,93); }
H1.HeaderClassName
{
color: #C0545D;
}
.AnyTagClassName
{
color: #C0545D;
}
</style>
background-color css
<style>
a { background-color: #C0545D; }
a { background-color: rgb(192,84,93); }
div.DivClassName
{
background-color: #C0545D;
}
.BgClassName
{
background-color: #C0545D;
}
</style>
border-color css
<style>
span { border-color: #C0545D; }
span { border-color: rgb(192,84,93); }
td.TdClassName
{
border-color: #C0545D;
}
.TagClassName
{
border-color: #C0545D;
}
</style>