Shades of Mandy #C1565A
Tints of Mandy #C1565A
RGB
CMYK
RGB Variations
Color information
#C1565A (or 0xC1565A) is known color: Mandy. HEX triplet: C1, 56 and 5A. RGB value is (193,86,90). Sum of RGB (Red+Green+Blue) = 193+86+90=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1565A is #3EA9A5. Grayscale: #767676. Windows color (decimal): -4106662 or 5920449. OLE color: 5920449.
HSL color Cylindrical-coordinate representation of color #C1565A: hue angle of 357.76º 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 #C1565A is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 90 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.24 |
| HSL | 357.76º | 0.46% | 0.55% | - |
| HSV(B) | 357.76º | 0.55% | 0.76% | - |
| XYZ | 27.17 | 18.73 | 11.86 | - |
| YUV | 118.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 90 | 0 | 0.55 | 0.53 | 0.24 | 357.76 | 0.46 | 0.55 |
| Hex | C1 | 56 | 5A | 0 | 37 | 35 | 18 | 166 | 2E | 37 |
| Octal | 301 | 126 | 132 | 0 | 67 | 65 | 30 | 546 | 56 | 67 |
| Binary | 11000001 | 1010110 | 1011010 | 0 | 110111 | 110101 | 11000 | 101100110 | 101110 | 110111 |
Color Harmonies of #C1565A
Complementary color
Monochromatic Colors of #C1565A
Black with #C1565A
Text Example
Text Example
White with #C1565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1565A; }
p { color: rgb(193,86,90); }
H1.HeaderClassName
{
color: #C1565A;
}
.AnyTagClassName
{
color: #C1565A;
}
</style>
background-color css
<style>
a { background-color: #C1565A; }
a { background-color: rgb(193,86,90); }
div.DivClassName
{
background-color: #C1565A;
}
.BgClassName
{
background-color: #C1565A;
}
</style>
border-color css
<style>
span { border-color: #C1565A; }
span { border-color: rgb(193,86,90); }
td.TdClassName
{
border-color: #C1565A;
}
.TagClassName
{
border-color: #C1565A;
}
</style>