Shades of Mandy #C14256
Tints of Mandy #C14256
RGB
CMYK
RGB Variations
Color information
#C14256 (or 0xC14256) is known color: Mandy. HEX triplet: C1, 42 and 56. RGB value is (193,66,86). Sum of RGB (Red+Green+Blue) = 193+66+86=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C14256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14256 is #3EBDA9. Grayscale: #6A6A6A. Windows color (decimal): -4111786 or 5653185. OLE color: 5653185.
HSL color Cylindrical-coordinate representation of color #C14256: hue angle of 350.55º 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 #C14256 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 86 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.24 |
| HSL | 350.55º | 0.51% | 0.51% | - |
| HSV(B) | 350.55º | 0.66% | 0.76% | - |
| XYZ | 25.62 | 15.91 | 10.52 | - |
| YUV | 106.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 86 | 0 | 0.66 | 0.55 | 0.24 | 350.55 | 0.51 | 0.51 |
| Hex | C1 | 42 | 56 | 0 | 42 | 37 | 18 | 15F | 33 | 33 |
| Octal | 301 | 102 | 126 | 0 | 102 | 67 | 30 | 537 | 63 | 63 |
| Binary | 11000001 | 1000010 | 1010110 | 0 | 1000010 | 110111 | 11000 | 101011111 | 110011 | 110011 |
Color Harmonies of #C14256
Complementary color
Monochromatic Colors of #C14256
Black with #C14256
Text Example
Text Example
White with #C14256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14256; }
p { color: rgb(193,66,86); }
H1.HeaderClassName
{
color: #C14256;
}
.AnyTagClassName
{
color: #C14256;
}
</style>
background-color css
<style>
a { background-color: #C14256; }
a { background-color: rgb(193,66,86); }
div.DivClassName
{
background-color: #C14256;
}
.BgClassName
{
background-color: #C14256;
}
</style>
border-color css
<style>
span { border-color: #C14256; }
span { border-color: rgb(193,66,86); }
td.TdClassName
{
border-color: #C14256;
}
.TagClassName
{
border-color: #C14256;
}
</style>