Shades of Mandy #C1525D
Tints of Mandy #C1525D
RGB
CMYK
RGB Variations
Color information
#C1525D (or 0xC1525D) is known color: Mandy. HEX triplet: C1, 52 and 5D. RGB value is (193,82,93). Sum of RGB (Red+Green+Blue) = 193+82+93=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1525D is #3EADA2. Grayscale: #747474. Windows color (decimal): -4107683 or 6116033. OLE color: 6116033.
HSL color Cylindrical-coordinate representation of color #C1525D: hue angle of 354.05º 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 #C1525D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 93 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.24 |
| HSL | 354.05º | 0.47% | 0.54% | - |
| HSV(B) | 354.05º | 0.58% | 0.76% | - |
| XYZ | 26.99 | 18.16 | 12.44 | - |
| YUV | 116.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 93 | 0 | 0.58 | 0.52 | 0.24 | 354.05 | 0.47 | 0.54 |
| Hex | C1 | 52 | 5D | 0 | 3A | 34 | 18 | 162 | 2F | 36 |
| Octal | 301 | 122 | 135 | 0 | 72 | 64 | 30 | 542 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1011101 | 0 | 111010 | 110100 | 11000 | 101100010 | 101111 | 110110 |
Color Harmonies of #C1525D
Complementary color
Monochromatic Colors of #C1525D
Black with #C1525D
Text Example
Text Example
White with #C1525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1525D; }
p { color: rgb(193,82,93); }
H1.HeaderClassName
{
color: #C1525D;
}
.AnyTagClassName
{
color: #C1525D;
}
</style>
background-color css
<style>
a { background-color: #C1525D; }
a { background-color: rgb(193,82,93); }
div.DivClassName
{
background-color: #C1525D;
}
.BgClassName
{
background-color: #C1525D;
}
</style>
border-color css
<style>
span { border-color: #C1525D; }
span { border-color: rgb(193,82,93); }
td.TdClassName
{
border-color: #C1525D;
}
.TagClassName
{
border-color: #C1525D;
}
</style>