Shades of Mandy #C14456
Tints of Mandy #C14456
RGB
CMYK
RGB Variations
Color information
#C14456 (or 0xC14456) is known color: Mandy. HEX triplet: C1, 44 and 56. RGB value is (193,68,86). Sum of RGB (Red+Green+Blue) = 193+68+86=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C14456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14456 is #3EBBA9. Grayscale: #6B6B6B. Windows color (decimal): -4111274 or 5653697. OLE color: 5653697.
HSL color Cylindrical-coordinate representation of color #C14456: hue angle of 351.36º 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 #C14456 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 86 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.24 |
| HSL | 351.36º | 0.5% | 0.51% | - |
| HSV(B) | 351.36º | 0.65% | 0.76% | - |
| XYZ | 25.74 | 16.14 | 10.56 | - |
| YUV | 107.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 86 | 0 | 0.65 | 0.55 | 0.24 | 351.36 | 0.5 | 0.51 |
| Hex | C1 | 44 | 56 | 0 | 41 | 37 | 18 | 15F | 32 | 33 |
| Octal | 301 | 104 | 126 | 0 | 101 | 67 | 30 | 537 | 62 | 63 |
| Binary | 11000001 | 1000100 | 1010110 | 0 | 1000001 | 110111 | 11000 | 101011111 | 110010 | 110011 |
Color Harmonies of #C14456
Complementary color
Monochromatic Colors of #C14456
Black with #C14456
Text Example
Text Example
White with #C14456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14456; }
p { color: rgb(193,68,86); }
H1.HeaderClassName
{
color: #C14456;
}
.AnyTagClassName
{
color: #C14456;
}
</style>
background-color css
<style>
a { background-color: #C14456; }
a { background-color: rgb(193,68,86); }
div.DivClassName
{
background-color: #C14456;
}
.BgClassName
{
background-color: #C14456;
}
</style>
border-color css
<style>
span { border-color: #C14456; }
span { border-color: rgb(193,68,86); }
td.TdClassName
{
border-color: #C14456;
}
.TagClassName
{
border-color: #C14456;
}
</style>