Shades of Mandy #C1595B
Tints of Mandy #C1595B
RGB
CMYK
RGB Variations
Color information
#C1595B (or 0xC1595B) is known color: Mandy. HEX triplet: C1, 59 and 5B. RGB value is (193,89,91). Sum of RGB (Red+Green+Blue) = 193+89+91=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1595B is #3EA6A4. Grayscale: #787878. Windows color (decimal): -4105893 or 5986753. OLE color: 5986753.
HSL color Cylindrical-coordinate representation of color #C1595B: hue angle of 358.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1595B is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 91 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.24 |
| HSL | 358.85º | 0.46% | 0.55% | - |
| HSV(B) | 358.85º | 0.54% | 0.76% | - |
| XYZ | 27.45 | 19.24 | 12.16 | - |
| YUV | 120.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 91 | 0 | 0.54 | 0.53 | 0.24 | 358.85 | 0.46 | 0.55 |
| Hex | C1 | 59 | 5B | 0 | 36 | 35 | 18 | 167 | 2E | 37 |
| Octal | 301 | 131 | 133 | 0 | 66 | 65 | 30 | 547 | 56 | 67 |
| Binary | 11000001 | 1011001 | 1011011 | 0 | 110110 | 110101 | 11000 | 101100111 | 101110 | 110111 |
Color Harmonies of #C1595B
Complementary color
Monochromatic Colors of #C1595B
Black with #C1595B
Text Example
Text Example
White with #C1595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1595B; }
p { color: rgb(193,89,91); }
H1.HeaderClassName
{
color: #C1595B;
}
.AnyTagClassName
{
color: #C1595B;
}
</style>
background-color css
<style>
a { background-color: #C1595B; }
a { background-color: rgb(193,89,91); }
div.DivClassName
{
background-color: #C1595B;
}
.BgClassName
{
background-color: #C1595B;
}
</style>
border-color css
<style>
span { border-color: #C1595B; }
span { border-color: rgb(193,89,91); }
td.TdClassName
{
border-color: #C1595B;
}
.TagClassName
{
border-color: #C1595B;
}
</style>