Shades of Mandy #C1545E
Tints of Mandy #C1545E
RGB
CMYK
RGB Variations
Color information
#C1545E (or 0xC1545E) is known color: Mandy. HEX triplet: C1, 54 and 5E. RGB value is (193,84,94). Sum of RGB (Red+Green+Blue) = 193+84+94=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1545E is #3EABA1. Grayscale: #757575. Windows color (decimal): -4107170 or 6182081. OLE color: 6182081.
HSL color Cylindrical-coordinate representation of color #C1545E: hue angle of 354.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1545E is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 94 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.24 |
| HSL | 354.5º | 0.47% | 0.54% | - |
| HSV(B) | 354.5º | 0.56% | 0.76% | - |
| XYZ | 27.18 | 18.49 | 12.73 | - |
| YUV | 117.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 94 | 0 | 0.56 | 0.51 | 0.24 | 354.5 | 0.47 | 0.54 |
| Hex | C1 | 54 | 5E | 0 | 38 | 33 | 18 | 162 | 2F | 36 |
| Octal | 301 | 124 | 136 | 0 | 70 | 63 | 30 | 542 | 57 | 66 |
| Binary | 11000001 | 1010100 | 1011110 | 0 | 111000 | 110011 | 11000 | 101100010 | 101111 | 110110 |
Color Harmonies of #C1545E
Complementary color
Monochromatic Colors of #C1545E
Black with #C1545E
Text Example
Text Example
White with #C1545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1545E; }
p { color: rgb(193,84,94); }
H1.HeaderClassName
{
color: #C1545E;
}
.AnyTagClassName
{
color: #C1545E;
}
</style>
background-color css
<style>
a { background-color: #C1545E; }
a { background-color: rgb(193,84,94); }
div.DivClassName
{
background-color: #C1545E;
}
.BgClassName
{
background-color: #C1545E;
}
</style>
border-color css
<style>
span { border-color: #C1545E; }
span { border-color: rgb(193,84,94); }
td.TdClassName
{
border-color: #C1545E;
}
.TagClassName
{
border-color: #C1545E;
}
</style>