Shades of Mandy #C1555F
Tints of Mandy #C1555F
RGB
CMYK
RGB Variations
Color information
#C1555F (or 0xC1555F) is known color: Mandy. HEX triplet: C1, 55 and 5F. RGB value is (193,85,95). Sum of RGB (Red+Green+Blue) = 193+85+95=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1555F is #3EAAA0. Grayscale: #767676. Windows color (decimal): -4106913 or 6247873. OLE color: 6247873.
HSL color Cylindrical-coordinate representation of color #C1555F: hue angle of 354.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1555F is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 95 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.24 |
| HSL | 354.44º | 0.47% | 0.55% | - |
| HSV(B) | 354.44º | 0.56% | 0.76% | - |
| XYZ | 27.31 | 18.66 | 12.99 | - |
| YUV | 118.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 95 | 0 | 0.56 | 0.51 | 0.24 | 354.44 | 0.47 | 0.55 |
| Hex | C1 | 55 | 5F | 0 | 38 | 33 | 18 | 162 | 2F | 37 |
| Octal | 301 | 125 | 137 | 0 | 70 | 63 | 30 | 542 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1011111 | 0 | 111000 | 110011 | 11000 | 101100010 | 101111 | 110111 |
Color Harmonies of #C1555F
Complementary color
Monochromatic Colors of #C1555F
Black with #C1555F
Text Example
Text Example
White with #C1555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1555F; }
p { color: rgb(193,85,95); }
H1.HeaderClassName
{
color: #C1555F;
}
.AnyTagClassName
{
color: #C1555F;
}
</style>
background-color css
<style>
a { background-color: #C1555F; }
a { background-color: rgb(193,85,95); }
div.DivClassName
{
background-color: #C1555F;
}
.BgClassName
{
background-color: #C1555F;
}
</style>
border-color css
<style>
span { border-color: #C1555F; }
span { border-color: rgb(193,85,95); }
td.TdClassName
{
border-color: #C1555F;
}
.TagClassName
{
border-color: #C1555F;
}
</style>