Shades of Mandy #C1575D
Tints of Mandy #C1575D
RGB
CMYK
RGB Variations
Color information
#C1575D (or 0xC1575D) is known color: Mandy. HEX triplet: C1, 57 and 5D. RGB value is (193,87,93). Sum of RGB (Red+Green+Blue) = 193+87+93=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1575D is #3EA8A2. Grayscale: #777777. Windows color (decimal): -4106403 or 6117313. OLE color: 6117313.
HSL color Cylindrical-coordinate representation of color #C1575D: hue angle of 356.6º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1575D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 93 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.24 |
| HSL | 356.6º | 0.46% | 0.55% | - |
| HSV(B) | 356.6º | 0.55% | 0.76% | - |
| XYZ | 27.38 | 18.94 | 12.57 | - |
| YUV | 119.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 93 | 0 | 0.55 | 0.52 | 0.24 | 356.6 | 0.46 | 0.55 |
| Hex | C1 | 57 | 5D | 0 | 37 | 34 | 18 | 165 | 2E | 37 |
| Octal | 301 | 127 | 135 | 0 | 67 | 64 | 30 | 545 | 56 | 67 |
| Binary | 11000001 | 1010111 | 1011101 | 0 | 110111 | 110100 | 11000 | 101100101 | 101110 | 110111 |
Color Harmonies of #C1575D
Complementary color
Monochromatic Colors of #C1575D
Black with #C1575D
Text Example
Text Example
White with #C1575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1575D; }
p { color: rgb(193,87,93); }
H1.HeaderClassName
{
color: #C1575D;
}
.AnyTagClassName
{
color: #C1575D;
}
</style>
background-color css
<style>
a { background-color: #C1575D; }
a { background-color: rgb(193,87,93); }
div.DivClassName
{
background-color: #C1575D;
}
.BgClassName
{
background-color: #C1575D;
}
</style>
border-color css
<style>
span { border-color: #C1575D; }
span { border-color: rgb(193,87,93); }
td.TdClassName
{
border-color: #C1575D;
}
.TagClassName
{
border-color: #C1575D;
}
</style>