Shades of Mandy #C1484B
Tints of Mandy #C1484B
RGB
CMYK
RGB Variations
Color information
#C1484B (or 0xC1484B) is known color: Mandy. HEX triplet: C1, 48 and 4B. RGB value is (193,72,75). Sum of RGB (Red+Green+Blue) = 193+72+75=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1484B is #3EB7B4. Grayscale: #6C6C6C. Windows color (decimal): -4110261 or 4933825. OLE color: 4933825.
HSL color Cylindrical-coordinate representation of color #C1484B: hue angle of 358.51º degrees, saturation: 0.49, 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 #C1484B is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 75 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.24 |
| HSL | 358.51º | 0.49% | 0.52% | - |
| HSV(B) | 358.51º | 0.63% | 0.76% | - |
| XYZ | 25.58 | 16.48 | 8.49 | - |
| YUV | 108.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 75 | 0 | 0.63 | 0.61 | 0.24 | 358.51 | 0.49 | 0.52 |
| Hex | C1 | 48 | 4B | 0 | 3F | 3D | 18 | 167 | 31 | 34 |
| Octal | 301 | 110 | 113 | 0 | 77 | 75 | 30 | 547 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1001011 | 0 | 111111 | 111101 | 11000 | 101100111 | 110001 | 110100 |
Color Harmonies of #C1484B
Complementary color
Monochromatic Colors of #C1484B
Black with #C1484B
Text Example
Text Example
White with #C1484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1484B; }
p { color: rgb(193,72,75); }
H1.HeaderClassName
{
color: #C1484B;
}
.AnyTagClassName
{
color: #C1484B;
}
</style>
background-color css
<style>
a { background-color: #C1484B; }
a { background-color: rgb(193,72,75); }
div.DivClassName
{
background-color: #C1484B;
}
.BgClassName
{
background-color: #C1484B;
}
</style>
border-color css
<style>
span { border-color: #C1484B; }
span { border-color: rgb(193,72,75); }
td.TdClassName
{
border-color: #C1484B;
}
.TagClassName
{
border-color: #C1484B;
}
</style>