Shades of Mandy #C1505F
Tints of Mandy #C1505F
RGB
CMYK
RGB Variations
Color information
#C1505F (or 0xC1505F) is known color: Mandy. HEX triplet: C1, 50 and 5F. RGB value is (193,80,95). Sum of RGB (Red+Green+Blue) = 193+80+95=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1505F is #3EAFA0. Grayscale: #737373. Windows color (decimal): -4108193 or 6246593. OLE color: 6246593.
HSL color Cylindrical-coordinate representation of color #C1505F: hue angle of 352.04º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1505F is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 95 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.24 |
| HSL | 352.04º | 0.48% | 0.54% | - |
| HSV(B) | 352.04º | 0.59% | 0.76% | - |
| XYZ | 26.93 | 17.9 | 12.86 | - |
| YUV | 115.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 95 | 0 | 0.59 | 0.51 | 0.24 | 352.04 | 0.48 | 0.54 |
| Hex | C1 | 50 | 5F | 0 | 3B | 33 | 18 | 160 | 30 | 36 |
| Octal | 301 | 120 | 137 | 0 | 73 | 63 | 30 | 540 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1011111 | 0 | 111011 | 110011 | 11000 | 101100000 | 110000 | 110110 |
Color Harmonies of #C1505F
Complementary color
Monochromatic Colors of #C1505F
Black with #C1505F
Text Example
Text Example
White with #C1505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1505F; }
p { color: rgb(193,80,95); }
H1.HeaderClassName
{
color: #C1505F;
}
.AnyTagClassName
{
color: #C1505F;
}
</style>
background-color css
<style>
a { background-color: #C1505F; }
a { background-color: rgb(193,80,95); }
div.DivClassName
{
background-color: #C1505F;
}
.BgClassName
{
background-color: #C1505F;
}
</style>
border-color css
<style>
span { border-color: #C1505F; }
span { border-color: rgb(193,80,95); }
td.TdClassName
{
border-color: #C1505F;
}
.TagClassName
{
border-color: #C1505F;
}
</style>