Shades of Mandy #C1505C
Tints of Mandy #C1505C
RGB
CMYK
RGB Variations
Color information
#C1505C (or 0xC1505C) is known color: Mandy. HEX triplet: C1, 50 and 5C. RGB value is (193,80,92). Sum of RGB (Red+Green+Blue) = 193+80+92=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1505C is #3EAFA3. Grayscale: #737373. Windows color (decimal): -4108196 or 6049985. OLE color: 6049985.
HSL color Cylindrical-coordinate representation of color #C1505C: hue angle of 353.63º 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 #C1505C is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 92 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.24 |
| HSL | 353.63º | 0.48% | 0.54% | - |
| HSV(B) | 353.63º | 0.59% | 0.76% | - |
| XYZ | 26.79 | 17.85 | 12.16 | - |
| YUV | 115.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 92 | 0 | 0.59 | 0.52 | 0.24 | 353.63 | 0.48 | 0.54 |
| Hex | C1 | 50 | 5C | 0 | 3B | 34 | 18 | 162 | 30 | 36 |
| Octal | 301 | 120 | 134 | 0 | 73 | 64 | 30 | 542 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1011100 | 0 | 111011 | 110100 | 11000 | 101100010 | 110000 | 110110 |
Color Harmonies of #C1505C
Complementary color
Monochromatic Colors of #C1505C
Black with #C1505C
Text Example
Text Example
White with #C1505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1505C; }
p { color: rgb(193,80,92); }
H1.HeaderClassName
{
color: #C1505C;
}
.AnyTagClassName
{
color: #C1505C;
}
</style>
background-color css
<style>
a { background-color: #C1505C; }
a { background-color: rgb(193,80,92); }
div.DivClassName
{
background-color: #C1505C;
}
.BgClassName
{
background-color: #C1505C;
}
</style>
border-color css
<style>
span { border-color: #C1505C; }
span { border-color: rgb(193,80,92); }
td.TdClassName
{
border-color: #C1505C;
}
.TagClassName
{
border-color: #C1505C;
}
</style>