Shades of Mandy #C14455
Tints of Mandy #C14455
RGB
CMYK
RGB Variations
Color information
#C14455 (or 0xC14455) is known color: Mandy. HEX triplet: C1, 44 and 55. RGB value is (193,68,85). Sum of RGB (Red+Green+Blue) = 193+68+85=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C14455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14455 is #3EBBAA. Grayscale: #6B6B6B. Windows color (decimal): -4111275 or 5588161. OLE color: 5588161.
HSL color Cylindrical-coordinate representation of color #C14455: hue angle of 351.84º 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 #C14455 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 85 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.24 |
| HSL | 351.84º | 0.5% | 0.51% | - |
| HSV(B) | 351.84º | 0.65% | 0.76% | - |
| XYZ | 25.7 | 16.13 | 10.35 | - |
| YUV | 107.31 | 115.41 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 85 | 0 | 0.65 | 0.56 | 0.24 | 351.84 | 0.5 | 0.51 |
| Hex | C1 | 44 | 55 | 0 | 41 | 38 | 18 | 160 | 32 | 33 |
| Octal | 301 | 104 | 125 | 0 | 101 | 70 | 30 | 540 | 62 | 63 |
| Binary | 11000001 | 1000100 | 1010101 | 0 | 1000001 | 111000 | 11000 | 101100000 | 110010 | 110011 |
Color Harmonies of #C14455
Complementary color
Monochromatic Colors of #C14455
Black with #C14455
Text Example
Text Example
White with #C14455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14455; }
p { color: rgb(193,68,85); }
H1.HeaderClassName
{
color: #C14455;
}
.AnyTagClassName
{
color: #C14455;
}
</style>
background-color css
<style>
a { background-color: #C14455; }
a { background-color: rgb(193,68,85); }
div.DivClassName
{
background-color: #C14455;
}
.BgClassName
{
background-color: #C14455;
}
</style>
border-color css
<style>
span { border-color: #C14455; }
span { border-color: rgb(193,68,85); }
td.TdClassName
{
border-color: #C14455;
}
.TagClassName
{
border-color: #C14455;
}
</style>