Shades of Mandy #C1565D
Tints of Mandy #C1565D
RGB
CMYK
RGB Variations
Color information
#C1565D (or 0xC1565D) is known color: Mandy. HEX triplet: C1, 56 and 5D. RGB value is (193,86,93). Sum of RGB (Red+Green+Blue) = 193+86+93=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1565D is #3EA9A2. Grayscale: #767676. Windows color (decimal): -4106659 or 6117057. OLE color: 6117057.
HSL color Cylindrical-coordinate representation of color #C1565D: hue angle of 356.07º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1565D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 93 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.24 |
| HSL | 356.07º | 0.46% | 0.55% | - |
| HSV(B) | 356.07º | 0.55% | 0.76% | - |
| XYZ | 27.3 | 18.78 | 12.54 | - |
| YUV | 118.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 93 | 0 | 0.55 | 0.52 | 0.24 | 356.07 | 0.46 | 0.55 |
| Hex | C1 | 56 | 5D | 0 | 37 | 34 | 18 | 164 | 2E | 37 |
| Octal | 301 | 126 | 135 | 0 | 67 | 64 | 30 | 544 | 56 | 67 |
| Binary | 11000001 | 1010110 | 1011101 | 0 | 110111 | 110100 | 11000 | 101100100 | 101110 | 110111 |
Color Harmonies of #C1565D
Complementary color
Monochromatic Colors of #C1565D
Black with #C1565D
Text Example
Text Example
White with #C1565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1565D; }
p { color: rgb(193,86,93); }
H1.HeaderClassName
{
color: #C1565D;
}
.AnyTagClassName
{
color: #C1565D;
}
</style>
background-color css
<style>
a { background-color: #C1565D; }
a { background-color: rgb(193,86,93); }
div.DivClassName
{
background-color: #C1565D;
}
.BgClassName
{
background-color: #C1565D;
}
</style>
border-color css
<style>
span { border-color: #C1565D; }
span { border-color: rgb(193,86,93); }
td.TdClassName
{
border-color: #C1565D;
}
.TagClassName
{
border-color: #C1565D;
}
</style>