Shades of Mandy #C1505E
Tints of Mandy #C1505E
RGB
CMYK
RGB Variations
Color information
#C1505E (or 0xC1505E) is known color: Mandy. HEX triplet: C1, 50 and 5E. RGB value is (193,80,94). Sum of RGB (Red+Green+Blue) = 193+80+94=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1505E is #3EAFA1. Grayscale: #737373. Windows color (decimal): -4108194 or 6181057. OLE color: 6181057.
HSL color Cylindrical-coordinate representation of color #C1505E: hue angle of 352.57º 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 #C1505E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 94 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.24 |
| HSL | 352.57º | 0.48% | 0.54% | - |
| HSV(B) | 352.57º | 0.59% | 0.76% | - |
| XYZ | 26.88 | 17.88 | 12.62 | - |
| YUV | 115.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 94 | 0 | 0.59 | 0.51 | 0.24 | 352.57 | 0.48 | 0.54 |
| Hex | C1 | 50 | 5E | 0 | 3B | 33 | 18 | 161 | 30 | 36 |
| Octal | 301 | 120 | 136 | 0 | 73 | 63 | 30 | 541 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1011110 | 0 | 111011 | 110011 | 11000 | 101100001 | 110000 | 110110 |
Color Harmonies of #C1505E
Complementary color
Monochromatic Colors of #C1505E
Black with #C1505E
Text Example
Text Example
White with #C1505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1505E; }
p { color: rgb(193,80,94); }
H1.HeaderClassName
{
color: #C1505E;
}
.AnyTagClassName
{
color: #C1505E;
}
</style>
background-color css
<style>
a { background-color: #C1505E; }
a { background-color: rgb(193,80,94); }
div.DivClassName
{
background-color: #C1505E;
}
.BgClassName
{
background-color: #C1505E;
}
</style>
border-color css
<style>
span { border-color: #C1505E; }
span { border-color: rgb(193,80,94); }
td.TdClassName
{
border-color: #C1505E;
}
.TagClassName
{
border-color: #C1505E;
}
</style>