Shades of Mandy #C1474D
Tints of Mandy #C1474D
RGB
CMYK
RGB Variations
Color information
#C1474D (or 0xC1474D) is known color: Mandy. HEX triplet: C1, 47 and 4D. RGB value is (193,71,77). Sum of RGB (Red+Green+Blue) = 193+71+77=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1474D is #3EB8B2. Grayscale: #6C6C6C. Windows color (decimal): -4110515 or 5064641. OLE color: 5064641.
HSL color Cylindrical-coordinate representation of color #C1474D: hue angle of 357.05º 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 #C1474D is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 77 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.24 |
| HSL | 357.05º | 0.5% | 0.52% | - |
| HSV(B) | 357.05º | 0.63% | 0.76% | - |
| XYZ | 25.59 | 16.38 | 8.83 | - |
| YUV | 108.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 77 | 0 | 0.63 | 0.60 | 0.24 | 357.05 | 0.5 | 0.52 |
| Hex | C1 | 47 | 4D | 0 | 3F | 3C | 18 | 165 | 32 | 34 |
| Octal | 301 | 107 | 115 | 0 | 77 | 74 | 30 | 545 | 62 | 64 |
| Binary | 11000001 | 1000111 | 1001101 | 0 | 111111 | 111100 | 11000 | 101100101 | 110010 | 110100 |
Color Harmonies of #C1474D
Complementary color
Monochromatic Colors of #C1474D
Black with #C1474D
Text Example
Text Example
White with #C1474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1474D; }
p { color: rgb(193,71,77); }
H1.HeaderClassName
{
color: #C1474D;
}
.AnyTagClassName
{
color: #C1474D;
}
</style>
background-color css
<style>
a { background-color: #C1474D; }
a { background-color: rgb(193,71,77); }
div.DivClassName
{
background-color: #C1474D;
}
.BgClassName
{
background-color: #C1474D;
}
</style>
border-color css
<style>
span { border-color: #C1474D; }
span { border-color: rgb(193,71,77); }
td.TdClassName
{
border-color: #C1474D;
}
.TagClassName
{
border-color: #C1474D;
}
</style>