Shades of Mandy #C1474A
Tints of Mandy #C1474A
RGB
CMYK
RGB Variations
Color information
#C1474A (or 0xC1474A) is known color: Mandy. HEX triplet: C1, 47 and 4A. RGB value is (193,71,74). Sum of RGB (Red+Green+Blue) = 193+71+74=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1474A is #3EB8B5. Grayscale: #6B6B6B. Windows color (decimal): -4110518 or 4868033. OLE color: 4868033.
HSL color Cylindrical-coordinate representation of color #C1474A: hue angle of 358.52º 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 #C1474A is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 74 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.24 |
| HSL | 358.52º | 0.5% | 0.52% | - |
| HSV(B) | 358.52º | 0.63% | 0.76% | - |
| XYZ | 25.48 | 16.34 | 8.29 | - |
| YUV | 107.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 74 | 0 | 0.63 | 0.62 | 0.24 | 358.52 | 0.5 | 0.52 |
| Hex | C1 | 47 | 4A | 0 | 3F | 3E | 18 | 167 | 32 | 34 |
| Octal | 301 | 107 | 112 | 0 | 77 | 76 | 30 | 547 | 62 | 64 |
| Binary | 11000001 | 1000111 | 1001010 | 0 | 111111 | 111110 | 11000 | 101100111 | 110010 | 110100 |
Color Harmonies of #C1474A
Complementary color
Monochromatic Colors of #C1474A
Black with #C1474A
Text Example
Text Example
White with #C1474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1474A; }
p { color: rgb(193,71,74); }
H1.HeaderClassName
{
color: #C1474A;
}
.AnyTagClassName
{
color: #C1474A;
}
</style>
background-color css
<style>
a { background-color: #C1474A; }
a { background-color: rgb(193,71,74); }
div.DivClassName
{
background-color: #C1474A;
}
.BgClassName
{
background-color: #C1474A;
}
</style>
border-color css
<style>
span { border-color: #C1474A; }
span { border-color: rgb(193,71,74); }
td.TdClassName
{
border-color: #C1474A;
}
.TagClassName
{
border-color: #C1474A;
}
</style>