Shades of Mandy #C14C55
Tints of Mandy #C14C55
RGB
CMYK
RGB Variations
Color information
#C14C55 (or 0xC14C55) is known color: Mandy. HEX triplet: C1, 4C and 55. RGB value is (193,76,85). Sum of RGB (Red+Green+Blue) = 193+76+85=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C55 is #3EB3AA. Grayscale: #707070. Windows color (decimal): -4109227 or 5590209. OLE color: 5590209.
HSL color Cylindrical-coordinate representation of color #C14C55: hue angle of 355.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C55 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 85 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.24 |
| HSL | 355.38º | 0.49% | 0.53% | - |
| HSV(B) | 355.38º | 0.61% | 0.76% | - |
| XYZ | 26.22 | 17.16 | 10.53 | - |
| YUV | 112.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 85 | 0 | 0.61 | 0.56 | 0.24 | 355.38 | 0.49 | 0.53 |
| Hex | C1 | 4C | 55 | 0 | 3D | 38 | 18 | 163 | 31 | 35 |
| Octal | 301 | 114 | 125 | 0 | 75 | 70 | 30 | 543 | 61 | 65 |
| Binary | 11000001 | 1001100 | 1010101 | 0 | 111101 | 111000 | 11000 | 101100011 | 110001 | 110101 |
Color Harmonies of #C14C55
Complementary color
Monochromatic Colors of #C14C55
Black with #C14C55
Text Example
Text Example
White with #C14C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C55; }
p { color: rgb(193,76,85); }
H1.HeaderClassName
{
color: #C14C55;
}
.AnyTagClassName
{
color: #C14C55;
}
</style>
background-color css
<style>
a { background-color: #C14C55; }
a { background-color: rgb(193,76,85); }
div.DivClassName
{
background-color: #C14C55;
}
.BgClassName
{
background-color: #C14C55;
}
</style>
border-color css
<style>
span { border-color: #C14C55; }
span { border-color: rgb(193,76,85); }
td.TdClassName
{
border-color: #C14C55;
}
.TagClassName
{
border-color: #C14C55;
}
</style>