Shades of Mandy #C14356
Tints of Mandy #C14356
RGB
CMYK
RGB Variations
Color information
#C14356 (or 0xC14356) is known color: Mandy. HEX triplet: C1, 43 and 56. RGB value is (193,67,86). Sum of RGB (Red+Green+Blue) = 193+67+86=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C14356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14356 is #3EBCA9. Grayscale: #6A6A6A. Windows color (decimal): -4111530 or 5653441. OLE color: 5653441.
HSL color Cylindrical-coordinate representation of color #C14356: hue angle of 350.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14356 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 86 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.24 |
| HSL | 350.95º | 0.5% | 0.51% | - |
| HSV(B) | 350.95º | 0.65% | 0.76% | - |
| XYZ | 25.68 | 16.02 | 10.54 | - |
| YUV | 106.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 86 | 0 | 0.65 | 0.55 | 0.24 | 350.95 | 0.5 | 0.51 |
| Hex | C1 | 43 | 56 | 0 | 41 | 37 | 18 | 15F | 32 | 33 |
| Octal | 301 | 103 | 126 | 0 | 101 | 67 | 30 | 537 | 62 | 63 |
| Binary | 11000001 | 1000011 | 1010110 | 0 | 1000001 | 110111 | 11000 | 101011111 | 110010 | 110011 |
Color Harmonies of #C14356
Complementary color
Monochromatic Colors of #C14356
Black with #C14356
Text Example
Text Example
White with #C14356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14356; }
p { color: rgb(193,67,86); }
H1.HeaderClassName
{
color: #C14356;
}
.AnyTagClassName
{
color: #C14356;
}
</style>
background-color css
<style>
a { background-color: #C14356; }
a { background-color: rgb(193,67,86); }
div.DivClassName
{
background-color: #C14356;
}
.BgClassName
{
background-color: #C14356;
}
</style>
border-color css
<style>
span { border-color: #C14356; }
span { border-color: rgb(193,67,86); }
td.TdClassName
{
border-color: #C14356;
}
.TagClassName
{
border-color: #C14356;
}
</style>