Shades of Mandy #C14552
Tints of Mandy #C14552
RGB
CMYK
RGB Variations
Color information
#C14552 (or 0xC14552) is known color: Mandy. HEX triplet: C1, 45 and 52. RGB value is (193,69,82). Sum of RGB (Red+Green+Blue) = 193+69+82=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C14552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14552 is #3EBAAD. Grayscale: #6B6B6B. Windows color (decimal): -4111022 or 5391809. OLE color: 5391809.
HSL color Cylindrical-coordinate representation of color #C14552: hue angle of 353.71º 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 #C14552 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 82 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.24 |
| HSL | 353.71º | 0.5% | 0.51% | - |
| HSV(B) | 353.71º | 0.64% | 0.76% | - |
| XYZ | 25.64 | 16.2 | 9.76 | - |
| YUV | 107.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 82 | 0 | 0.64 | 0.58 | 0.24 | 353.71 | 0.5 | 0.51 |
| Hex | C1 | 45 | 52 | 0 | 40 | 3A | 18 | 162 | 32 | 33 |
| Octal | 301 | 105 | 122 | 0 | 100 | 72 | 30 | 542 | 62 | 63 |
| Binary | 11000001 | 1000101 | 1010010 | 0 | 1000000 | 111010 | 11000 | 101100010 | 110010 | 110011 |
Color Harmonies of #C14552
Complementary color
Monochromatic Colors of #C14552
Black with #C14552
Text Example
Text Example
White with #C14552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14552; }
p { color: rgb(193,69,82); }
H1.HeaderClassName
{
color: #C14552;
}
.AnyTagClassName
{
color: #C14552;
}
</style>
background-color css
<style>
a { background-color: #C14552; }
a { background-color: rgb(193,69,82); }
div.DivClassName
{
background-color: #C14552;
}
.BgClassName
{
background-color: #C14552;
}
</style>
border-color css
<style>
span { border-color: #C14552; }
span { border-color: rgb(193,69,82); }
td.TdClassName
{
border-color: #C14552;
}
.TagClassName
{
border-color: #C14552;
}
</style>