Shades of Mandy #C1535D
Tints of Mandy #C1535D
RGB
CMYK
RGB Variations
Color information
#C1535D (or 0xC1535D) is known color: Mandy. HEX triplet: C1, 53 and 5D. RGB value is (193,83,93). Sum of RGB (Red+Green+Blue) = 193+83+93=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1535D is #3EACA2. Grayscale: #757575. Windows color (decimal): -4107427 or 6116289. OLE color: 6116289.
HSL color Cylindrical-coordinate representation of color #C1535D: hue angle of 354.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1535D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 93 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.24 |
| HSL | 354.55º | 0.47% | 0.54% | - |
| HSV(B) | 354.55º | 0.57% | 0.76% | - |
| XYZ | 27.06 | 18.31 | 12.46 | - |
| YUV | 117.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 93 | 0 | 0.57 | 0.52 | 0.24 | 354.55 | 0.47 | 0.54 |
| Hex | C1 | 53 | 5D | 0 | 39 | 34 | 18 | 163 | 2F | 36 |
| Octal | 301 | 123 | 135 | 0 | 71 | 64 | 30 | 543 | 57 | 66 |
| Binary | 11000001 | 1010011 | 1011101 | 0 | 111001 | 110100 | 11000 | 101100011 | 101111 | 110110 |
Color Harmonies of #C1535D
Complementary color
Monochromatic Colors of #C1535D
Black with #C1535D
Text Example
Text Example
White with #C1535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1535D; }
p { color: rgb(193,83,93); }
H1.HeaderClassName
{
color: #C1535D;
}
.AnyTagClassName
{
color: #C1535D;
}
</style>
background-color css
<style>
a { background-color: #C1535D; }
a { background-color: rgb(193,83,93); }
div.DivClassName
{
background-color: #C1535D;
}
.BgClassName
{
background-color: #C1535D;
}
</style>
border-color css
<style>
span { border-color: #C1535D; }
span { border-color: rgb(193,83,93); }
td.TdClassName
{
border-color: #C1535D;
}
.TagClassName
{
border-color: #C1535D;
}
</style>