Shades of Mandy #C14549
Tints of Mandy #C14549
RGB
CMYK
RGB Variations
Color information
#C14549 (or 0xC14549) is known color: Mandy. HEX triplet: C1, 45 and 49. RGB value is (193,69,73). Sum of RGB (Red+Green+Blue) = 193+69+73=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C14549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14549 is #3EBAB6. Grayscale: #6A6A6A. Windows color (decimal): -4111031 or 4801985. OLE color: 4801985.
HSL color Cylindrical-coordinate representation of color #C14549: hue angle of 358.06º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14549 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 73 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.24 |
| HSL | 358.06º | 0.5% | 0.51% | - |
| HSV(B) | 358.06º | 0.64% | 0.76% | - |
| XYZ | 25.32 | 16.07 | 8.07 | - |
| YUV | 106.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 73 | 0 | 0.64 | 0.62 | 0.24 | 358.06 | 0.5 | 0.51 |
| Hex | C1 | 45 | 49 | 0 | 40 | 3E | 18 | 166 | 32 | 33 |
| Octal | 301 | 105 | 111 | 0 | 100 | 76 | 30 | 546 | 62 | 63 |
| Binary | 11000001 | 1000101 | 1001001 | 0 | 1000000 | 111110 | 11000 | 101100110 | 110010 | 110011 |
Color Harmonies of #C14549
Complementary color
Monochromatic Colors of #C14549
Black with #C14549
Text Example
Text Example
White with #C14549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14549; }
p { color: rgb(193,69,73); }
H1.HeaderClassName
{
color: #C14549;
}
.AnyTagClassName
{
color: #C14549;
}
</style>
background-color css
<style>
a { background-color: #C14549; }
a { background-color: rgb(193,69,73); }
div.DivClassName
{
background-color: #C14549;
}
.BgClassName
{
background-color: #C14549;
}
</style>
border-color css
<style>
span { border-color: #C14549; }
span { border-color: rgb(193,69,73); }
td.TdClassName
{
border-color: #C14549;
}
.TagClassName
{
border-color: #C14549;
}
</style>