Shades of Mandy #C1505D
Tints of Mandy #C1505D
RGB
CMYK
RGB Variations
Color information
#C1505D (or 0xC1505D) is known color: Mandy. HEX triplet: C1, 50 and 5D. RGB value is (193,80,93). Sum of RGB (Red+Green+Blue) = 193+80+93=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1505D is #3EAFA2. Grayscale: #737373. Windows color (decimal): -4108195 or 6115521. OLE color: 6115521.
HSL color Cylindrical-coordinate representation of color #C1505D: hue angle of 353.1º 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 #C1505D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 93 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.24 |
| HSL | 353.1º | 0.48% | 0.54% | - |
| HSV(B) | 353.1º | 0.59% | 0.76% | - |
| XYZ | 26.84 | 17.87 | 12.39 | - |
| YUV | 115.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 93 | 0 | 0.59 | 0.52 | 0.24 | 353.1 | 0.48 | 0.54 |
| Hex | C1 | 50 | 5D | 0 | 3B | 34 | 18 | 161 | 30 | 36 |
| Octal | 301 | 120 | 135 | 0 | 73 | 64 | 30 | 541 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1011101 | 0 | 111011 | 110100 | 11000 | 101100001 | 110000 | 110110 |
Color Harmonies of #C1505D
Complementary color
Monochromatic Colors of #C1505D
Black with #C1505D
Text Example
Text Example
White with #C1505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1505D; }
p { color: rgb(193,80,93); }
H1.HeaderClassName
{
color: #C1505D;
}
.AnyTagClassName
{
color: #C1505D;
}
</style>
background-color css
<style>
a { background-color: #C1505D; }
a { background-color: rgb(193,80,93); }
div.DivClassName
{
background-color: #C1505D;
}
.BgClassName
{
background-color: #C1505D;
}
</style>
border-color css
<style>
span { border-color: #C1505D; }
span { border-color: rgb(193,80,93); }
td.TdClassName
{
border-color: #C1505D;
}
.TagClassName
{
border-color: #C1505D;
}
</style>