Shades of Mandy #C14B5E
Tints of Mandy #C14B5E
RGB
CMYK
RGB Variations
Color information
#C14B5E (or 0xC14B5E) is known color: Mandy. HEX triplet: C1, 4B and 5E. RGB value is (193,75,94). Sum of RGB (Red+Green+Blue) = 193+75+94=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14B5E is #3EB4A1. Grayscale: #707070. Windows color (decimal): -4109474 or 6179777. OLE color: 6179777.
HSL color Cylindrical-coordinate representation of color #C14B5E: hue angle of 350.34º 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 #C14B5E is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 94 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.24 |
| HSL | 350.34º | 0.49% | 0.53% | - |
| HSV(B) | 350.34º | 0.61% | 0.76% | - |
| XYZ | 26.53 | 17.18 | 12.51 | - |
| YUV | 112.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 94 | 0 | 0.61 | 0.51 | 0.24 | 350.34 | 0.49 | 0.53 |
| Hex | C1 | 4B | 5E | 0 | 3D | 33 | 18 | 15E | 31 | 35 |
| Octal | 301 | 113 | 136 | 0 | 75 | 63 | 30 | 536 | 61 | 65 |
| Binary | 11000001 | 1001011 | 1011110 | 0 | 111101 | 110011 | 11000 | 101011110 | 110001 | 110101 |
Color Harmonies of #C14B5E
Complementary color
Monochromatic Colors of #C14B5E
Black with #C14B5E
Text Example
Text Example
White with #C14B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14B5E; }
p { color: rgb(193,75,94); }
H1.HeaderClassName
{
color: #C14B5E;
}
.AnyTagClassName
{
color: #C14B5E;
}
</style>
background-color css
<style>
a { background-color: #C14B5E; }
a { background-color: rgb(193,75,94); }
div.DivClassName
{
background-color: #C14B5E;
}
.BgClassName
{
background-color: #C14B5E;
}
</style>
border-color css
<style>
span { border-color: #C14B5E; }
span { border-color: rgb(193,75,94); }
td.TdClassName
{
border-color: #C14B5E;
}
.TagClassName
{
border-color: #C14B5E;
}
</style>