Shades of Mandy #C15E64
Tints of Mandy #C15E64
RGB
CMYK
RGB Variations
Color information
#C15E64 (or 0xC15E64) is known color: Mandy. HEX triplet: C1, 5E and 64. RGB value is (193,94,100). Sum of RGB (Red+Green+Blue) = 193+94+100=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E64 is #3EA19B. Grayscale: #7C7C7C. Windows color (decimal): -4104604 or 6577857. OLE color: 6577857.
HSL color Cylindrical-coordinate representation of color #C15E64: hue angle of 356.36º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15E64 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 100 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.24 |
| HSL | 356.36º | 0.44% | 0.56% | - |
| HSV(B) | 356.36º | 0.51% | 0.76% | - |
| XYZ | 28.3 | 20.26 | 14.48 | - |
| YUV | 124.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 100 | 0 | 0.51 | 0.48 | 0.24 | 356.36 | 0.44 | 0.56 |
| Hex | C1 | 5E | 64 | 0 | 33 | 30 | 18 | 164 | 2C | 38 |
| Octal | 301 | 136 | 144 | 0 | 63 | 60 | 30 | 544 | 54 | 70 |
| Binary | 11000001 | 1011110 | 1100100 | 0 | 110011 | 110000 | 11000 | 101100100 | 101100 | 111000 |
Color Harmonies of #C15E64
Complementary color
Monochromatic Colors of #C15E64
Black with #C15E64
Text Example
Text Example
White with #C15E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E64; }
p { color: rgb(193,94,100); }
H1.HeaderClassName
{
color: #C15E64;
}
.AnyTagClassName
{
color: #C15E64;
}
</style>
background-color css
<style>
a { background-color: #C15E64; }
a { background-color: rgb(193,94,100); }
div.DivClassName
{
background-color: #C15E64;
}
.BgClassName
{
background-color: #C15E64;
}
</style>
border-color css
<style>
span { border-color: #C15E64; }
span { border-color: rgb(193,94,100); }
td.TdClassName
{
border-color: #C15E64;
}
.TagClassName
{
border-color: #C15E64;
}
</style>