Shades of Mandy #C15256
Tints of Mandy #C15256
RGB
CMYK
RGB Variations
Color information
#C15256 (or 0xC15256) is known color: Mandy. HEX triplet: C1, 52 and 56. RGB value is (193,82,86). Sum of RGB (Red+Green+Blue) = 193+82+86=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C15256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15256 is #3EADA9. Grayscale: #737373. Windows color (decimal): -4107690 or 5657281. OLE color: 5657281.
HSL color Cylindrical-coordinate representation of color #C15256: hue angle of 357.84º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15256 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 86 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.24 |
| HSL | 357.84º | 0.47% | 0.54% | - |
| HSV(B) | 357.84º | 0.58% | 0.76% | - |
| XYZ | 26.69 | 18.04 | 10.88 | - |
| YUV | 115.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 86 | 0 | 0.58 | 0.55 | 0.24 | 357.84 | 0.47 | 0.54 |
| Hex | C1 | 52 | 56 | 0 | 3A | 37 | 18 | 166 | 2F | 36 |
| Octal | 301 | 122 | 126 | 0 | 72 | 67 | 30 | 546 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1010110 | 0 | 111010 | 110111 | 11000 | 101100110 | 101111 | 110110 |
Color Harmonies of #C15256
Complementary color
Monochromatic Colors of #C15256
Black with #C15256
Text Example
Text Example
White with #C15256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15256; }
p { color: rgb(193,82,86); }
H1.HeaderClassName
{
color: #C15256;
}
.AnyTagClassName
{
color: #C15256;
}
</style>
background-color css
<style>
a { background-color: #C15256; }
a { background-color: rgb(193,82,86); }
div.DivClassName
{
background-color: #C15256;
}
.BgClassName
{
background-color: #C15256;
}
</style>
border-color css
<style>
span { border-color: #C15256; }
span { border-color: rgb(193,82,86); }
td.TdClassName
{
border-color: #C15256;
}
.TagClassName
{
border-color: #C15256;
}
</style>