Shades of Mandy #C1535B
Tints of Mandy #C1535B
RGB
CMYK
RGB Variations
Color information
#C1535B (or 0xC1535B) is known color: Mandy. HEX triplet: C1, 53 and 5B. RGB value is (193,83,91). Sum of RGB (Red+Green+Blue) = 193+83+91=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1535B is #3EACA4. Grayscale: #747474. Windows color (decimal): -4107429 or 5985217. OLE color: 5985217.
HSL color Cylindrical-coordinate representation of color #C1535B: hue angle of 355.64º 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 #C1535B is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 91 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.24 |
| HSL | 355.64º | 0.47% | 0.54% | - |
| HSV(B) | 355.64º | 0.57% | 0.76% | - |
| XYZ | 26.97 | 18.28 | 12 | - |
| YUV | 116.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 91 | 0 | 0.57 | 0.53 | 0.24 | 355.64 | 0.47 | 0.54 |
| Hex | C1 | 53 | 5B | 0 | 39 | 35 | 18 | 164 | 2F | 36 |
| Octal | 301 | 123 | 133 | 0 | 71 | 65 | 30 | 544 | 57 | 66 |
| Binary | 11000001 | 1010011 | 1011011 | 0 | 111001 | 110101 | 11000 | 101100100 | 101111 | 110110 |
Color Harmonies of #C1535B
Complementary color
Monochromatic Colors of #C1535B
Black with #C1535B
Text Example
Text Example
White with #C1535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1535B; }
p { color: rgb(193,83,91); }
H1.HeaderClassName
{
color: #C1535B;
}
.AnyTagClassName
{
color: #C1535B;
}
</style>
background-color css
<style>
a { background-color: #C1535B; }
a { background-color: rgb(193,83,91); }
div.DivClassName
{
background-color: #C1535B;
}
.BgClassName
{
background-color: #C1535B;
}
</style>
border-color css
<style>
span { border-color: #C1535B; }
span { border-color: rgb(193,83,91); }
td.TdClassName
{
border-color: #C1535B;
}
.TagClassName
{
border-color: #C1535B;
}
</style>