Shades of Mandy #C14259
Tints of Mandy #C14259
RGB
CMYK
RGB Variations
Color information
#C14259 (or 0xC14259) is known color: Mandy. HEX triplet: C1, 42 and 59. RGB value is (193,66,89). Sum of RGB (Red+Green+Blue) = 193+66+89=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C14259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14259 is #3EBDA6. Grayscale: #6A6A6A. Windows color (decimal): -4111783 or 5849793. OLE color: 5849793.
HSL color Cylindrical-coordinate representation of color #C14259: hue angle of 349.13º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14259 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 89 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.24 |
| HSL | 349.13º | 0.51% | 0.51% | - |
| HSV(B) | 349.13º | 0.66% | 0.76% | - |
| XYZ | 25.74 | 15.96 | 11.17 | - |
| YUV | 106.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 89 | 0 | 0.66 | 0.54 | 0.24 | 349.13 | 0.51 | 0.51 |
| Hex | C1 | 42 | 59 | 0 | 42 | 36 | 18 | 15D | 33 | 33 |
| Octal | 301 | 102 | 131 | 0 | 102 | 66 | 30 | 535 | 63 | 63 |
| Binary | 11000001 | 1000010 | 1011001 | 0 | 1000010 | 110110 | 11000 | 101011101 | 110011 | 110011 |
Color Harmonies of #C14259
Complementary color
Monochromatic Colors of #C14259
Black with #C14259
Text Example
Text Example
White with #C14259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14259; }
p { color: rgb(193,66,89); }
H1.HeaderClassName
{
color: #C14259;
}
.AnyTagClassName
{
color: #C14259;
}
</style>
background-color css
<style>
a { background-color: #C14259; }
a { background-color: rgb(193,66,89); }
div.DivClassName
{
background-color: #C14259;
}
.BgClassName
{
background-color: #C14259;
}
</style>
border-color css
<style>
span { border-color: #C14259; }
span { border-color: rgb(193,66,89); }
td.TdClassName
{
border-color: #C14259;
}
.TagClassName
{
border-color: #C14259;
}
</style>