Shades of Mandy #C15360
Tints of Mandy #C15360
RGB
CMYK
RGB Variations
Color information
#C15360 (or 0xC15360) is known color: Mandy. HEX triplet: C1, 53 and 60. RGB value is (193,83,96). Sum of RGB (Red+Green+Blue) = 193+83+96=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C15360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15360 is #3EAC9F. Grayscale: #757575. Windows color (decimal): -4107424 or 6312897. OLE color: 6312897.
HSL color Cylindrical-coordinate representation of color #C15360: hue angle of 352.91º 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 #C15360 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 96 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.24 |
| HSL | 352.91º | 0.47% | 0.54% | - |
| HSV(B) | 352.91º | 0.57% | 0.76% | - |
| XYZ | 27.2 | 18.37 | 13.18 | - |
| YUV | 117.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 96 | 0 | 0.57 | 0.50 | 0.24 | 352.91 | 0.47 | 0.54 |
| Hex | C1 | 53 | 60 | 0 | 39 | 32 | 18 | 161 | 2F | 36 |
| Octal | 301 | 123 | 140 | 0 | 71 | 62 | 30 | 541 | 57 | 66 |
| Binary | 11000001 | 1010011 | 1100000 | 0 | 111001 | 110010 | 11000 | 101100001 | 101111 | 110110 |
Color Harmonies of #C15360
Complementary color
Monochromatic Colors of #C15360
Black with #C15360
Text Example
Text Example
White with #C15360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15360; }
p { color: rgb(193,83,96); }
H1.HeaderClassName
{
color: #C15360;
}
.AnyTagClassName
{
color: #C15360;
}
</style>
background-color css
<style>
a { background-color: #C15360; }
a { background-color: rgb(193,83,96); }
div.DivClassName
{
background-color: #C15360;
}
.BgClassName
{
background-color: #C15360;
}
</style>
border-color css
<style>
span { border-color: #C15360; }
span { border-color: rgb(193,83,96); }
td.TdClassName
{
border-color: #C15360;
}
.TagClassName
{
border-color: #C15360;
}
</style>