Shades of Mandy #C0535D
Tints of Mandy #C0535D
RGB
CMYK
RGB Variations
Color information
#C0535D (or 0xC0535D) is known color: Mandy. HEX triplet: C0, 53 and 5D. RGB value is (192,83,93). Sum of RGB (Red+Green+Blue) = 192+83+93=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0535D is #3FACA2. Grayscale: #747474. Windows color (decimal): -4172963 or 6116288. OLE color: 6116288.
HSL color Cylindrical-coordinate representation of color #C0535D: hue angle of 354.5º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0535D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 93 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.25 |
| HSL | 354.5º | 0.46% | 0.54% | - |
| HSV(B) | 354.5º | 0.57% | 0.75% | - |
| XYZ | 26.81 | 18.18 | 12.45 | - |
| YUV | 116.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 93 | 0 | 0.57 | 0.52 | 0.25 | 354.5 | 0.46 | 0.54 |
| Hex | C0 | 53 | 5D | 0 | 39 | 34 | 19 | 162 | 2E | 36 |
| Octal | 300 | 123 | 135 | 0 | 71 | 64 | 31 | 542 | 56 | 66 |
| Binary | 11000000 | 1010011 | 1011101 | 0 | 111001 | 110100 | 11001 | 101100010 | 101110 | 110110 |
Color Harmonies of #C0535D
Complementary color
Monochromatic Colors of #C0535D
Black with #C0535D
Text Example
Text Example
White with #C0535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0535D; }
p { color: rgb(192,83,93); }
H1.HeaderClassName
{
color: #C0535D;
}
.AnyTagClassName
{
color: #C0535D;
}
</style>
background-color css
<style>
a { background-color: #C0535D; }
a { background-color: rgb(192,83,93); }
div.DivClassName
{
background-color: #C0535D;
}
.BgClassName
{
background-color: #C0535D;
}
</style>
border-color css
<style>
span { border-color: #C0535D; }
span { border-color: rgb(192,83,93); }
td.TdClassName
{
border-color: #C0535D;
}
.TagClassName
{
border-color: #C0535D;
}
</style>