Shades of Mandy #C1525E
Tints of Mandy #C1525E
RGB
CMYK
RGB Variations
Color information
#C1525E (or 0xC1525E) is known color: Mandy. HEX triplet: C1, 52 and 5E. RGB value is (193,82,94). Sum of RGB (Red+Green+Blue) = 193+82+94=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1525E is #3EADA1. Grayscale: #747474. Windows color (decimal): -4107682 or 6181569. OLE color: 6181569.
HSL color Cylindrical-coordinate representation of color #C1525E: hue angle of 353.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1525E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 94 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.24 |
| HSL | 353.51º | 0.47% | 0.54% | - |
| HSV(B) | 353.51º | 0.58% | 0.76% | - |
| XYZ | 27.03 | 18.18 | 12.67 | - |
| YUV | 116.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 94 | 0 | 0.58 | 0.51 | 0.24 | 353.51 | 0.47 | 0.54 |
| Hex | C1 | 52 | 5E | 0 | 3A | 33 | 18 | 162 | 2F | 36 |
| Octal | 301 | 122 | 136 | 0 | 72 | 63 | 30 | 542 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1011110 | 0 | 111010 | 110011 | 11000 | 101100010 | 101111 | 110110 |
Color Harmonies of #C1525E
Complementary color
Monochromatic Colors of #C1525E
Black with #C1525E
Text Example
Text Example
White with #C1525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1525E; }
p { color: rgb(193,82,94); }
H1.HeaderClassName
{
color: #C1525E;
}
.AnyTagClassName
{
color: #C1525E;
}
</style>
background-color css
<style>
a { background-color: #C1525E; }
a { background-color: rgb(193,82,94); }
div.DivClassName
{
background-color: #C1525E;
}
.BgClassName
{
background-color: #C1525E;
}
</style>
border-color css
<style>
span { border-color: #C1525E; }
span { border-color: rgb(193,82,94); }
td.TdClassName
{
border-color: #C1525E;
}
.TagClassName
{
border-color: #C1525E;
}
</style>