Shades of Mandy #C14753
Tints of Mandy #C14753
RGB
CMYK
RGB Variations
Color information
#C14753 (or 0xC14753) is known color: Mandy. HEX triplet: C1, 47 and 53. RGB value is (193,71,83). Sum of RGB (Red+Green+Blue) = 193+71+83=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C14753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14753 is #3EB8AC. Grayscale: #6C6C6C. Windows color (decimal): -4110509 or 5457857. OLE color: 5457857.
HSL color Cylindrical-coordinate representation of color #C14753: hue angle of 354.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14753 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 83 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.24 |
| HSL | 354.1º | 0.5% | 0.52% | - |
| HSV(B) | 354.1º | 0.63% | 0.76% | - |
| XYZ | 25.81 | 16.47 | 10 | - |
| YUV | 108.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 83 | 0 | 0.63 | 0.57 | 0.24 | 354.1 | 0.5 | 0.52 |
| Hex | C1 | 47 | 53 | 0 | 3F | 39 | 18 | 162 | 32 | 34 |
| Octal | 301 | 107 | 123 | 0 | 77 | 71 | 30 | 542 | 62 | 64 |
| Binary | 11000001 | 1000111 | 1010011 | 0 | 111111 | 111001 | 11000 | 101100010 | 110010 | 110100 |
Color Harmonies of #C14753
Complementary color
Monochromatic Colors of #C14753
Black with #C14753
Text Example
Text Example
White with #C14753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14753; }
p { color: rgb(193,71,83); }
H1.HeaderClassName
{
color: #C14753;
}
.AnyTagClassName
{
color: #C14753;
}
</style>
background-color css
<style>
a { background-color: #C14753; }
a { background-color: rgb(193,71,83); }
div.DivClassName
{
background-color: #C14753;
}
.BgClassName
{
background-color: #C14753;
}
</style>
border-color css
<style>
span { border-color: #C14753; }
span { border-color: rgb(193,71,83); }
td.TdClassName
{
border-color: #C14753;
}
.TagClassName
{
border-color: #C14753;
}
</style>