Shades of Mandy #C1464B
Tints of Mandy #C1464B
RGB
CMYK
RGB Variations
Color information
#C1464B (or 0xC1464B) is known color: Mandy. HEX triplet: C1, 46 and 4B. RGB value is (193,70,75). Sum of RGB (Red+Green+Blue) = 193+70+75=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1464B is #3EB9B4. Grayscale: #6B6B6B. Windows color (decimal): -4110773 or 4933313. OLE color: 4933313.
HSL color Cylindrical-coordinate representation of color #C1464B: hue angle of 357.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1464B is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 75 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.24 |
| HSL | 357.56º | 0.5% | 0.52% | - |
| HSV(B) | 357.56º | 0.64% | 0.76% | - |
| XYZ | 25.45 | 16.23 | 8.45 | - |
| YUV | 107.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 75 | 0 | 0.64 | 0.61 | 0.24 | 357.56 | 0.5 | 0.52 |
| Hex | C1 | 46 | 4B | 0 | 40 | 3D | 18 | 166 | 32 | 34 |
| Octal | 301 | 106 | 113 | 0 | 100 | 75 | 30 | 546 | 62 | 64 |
| Binary | 11000001 | 1000110 | 1001011 | 0 | 1000000 | 111101 | 11000 | 101100110 | 110010 | 110100 |
Color Harmonies of #C1464B
Complementary color
Monochromatic Colors of #C1464B
Black with #C1464B
Text Example
Text Example
White with #C1464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1464B; }
p { color: rgb(193,70,75); }
H1.HeaderClassName
{
color: #C1464B;
}
.AnyTagClassName
{
color: #C1464B;
}
</style>
background-color css
<style>
a { background-color: #C1464B; }
a { background-color: rgb(193,70,75); }
div.DivClassName
{
background-color: #C1464B;
}
.BgClassName
{
background-color: #C1464B;
}
</style>
border-color css
<style>
span { border-color: #C1464B; }
span { border-color: rgb(193,70,75); }
td.TdClassName
{
border-color: #C1464B;
}
.TagClassName
{
border-color: #C1464B;
}
</style>