Shades of Mandy #C15255
Tints of Mandy #C15255
RGB
CMYK
RGB Variations
Color information
#C15255 (or 0xC15255) is known color: Mandy. HEX triplet: C1, 52 and 55. RGB value is (193,82,85). Sum of RGB (Red+Green+Blue) = 193+82+85=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C15255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15255 is #3EADAA. Grayscale: #737373. Windows color (decimal): -4107691 or 5591745. OLE color: 5591745.
HSL color Cylindrical-coordinate representation of color #C15255: hue angle of 358.38º 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 #C15255 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 85 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.24 |
| HSL | 358.38º | 0.47% | 0.54% | - |
| HSV(B) | 358.38º | 0.58% | 0.76% | - |
| XYZ | 26.65 | 18.03 | 10.67 | - |
| YUV | 115.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 85 | 0 | 0.58 | 0.56 | 0.24 | 358.38 | 0.47 | 0.54 |
| Hex | C1 | 52 | 55 | 0 | 3A | 38 | 18 | 166 | 2F | 36 |
| Octal | 301 | 122 | 125 | 0 | 72 | 70 | 30 | 546 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1010101 | 0 | 111010 | 111000 | 11000 | 101100110 | 101111 | 110110 |
Color Harmonies of #C15255
Complementary color
Monochromatic Colors of #C15255
Black with #C15255
Text Example
Text Example
White with #C15255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15255; }
p { color: rgb(193,82,85); }
H1.HeaderClassName
{
color: #C15255;
}
.AnyTagClassName
{
color: #C15255;
}
</style>
background-color css
<style>
a { background-color: #C15255; }
a { background-color: rgb(193,82,85); }
div.DivClassName
{
background-color: #C15255;
}
.BgClassName
{
background-color: #C15255;
}
</style>
border-color css
<style>
span { border-color: #C15255; }
span { border-color: rgb(193,82,85); }
td.TdClassName
{
border-color: #C15255;
}
.TagClassName
{
border-color: #C15255;
}
</style>