Shades of Mandy #C1485A
Tints of Mandy #C1485A
RGB
CMYK
RGB Variations
Color information
#C1485A (or 0xC1485A) is known color: Mandy. HEX triplet: C1, 48 and 5A. RGB value is (193,72,90). Sum of RGB (Red+Green+Blue) = 193+72+90=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1485A is #3EB7A5. Grayscale: #6E6E6E. Windows color (decimal): -4110246 or 5916865. OLE color: 5916865.
HSL color Cylindrical-coordinate representation of color #C1485A: hue angle of 351.07º 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 #C1485A is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 90 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.24 |
| HSL | 351.07º | 0.49% | 0.52% | - |
| HSV(B) | 351.07º | 0.63% | 0.76% | - |
| XYZ | 26.16 | 16.71 | 11.52 | - |
| YUV | 110.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 90 | 0 | 0.63 | 0.53 | 0.24 | 351.07 | 0.49 | 0.52 |
| Hex | C1 | 48 | 5A | 0 | 3F | 35 | 18 | 15F | 31 | 34 |
| Octal | 301 | 110 | 132 | 0 | 77 | 65 | 30 | 537 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1011010 | 0 | 111111 | 110101 | 11000 | 101011111 | 110001 | 110100 |
Color Harmonies of #C1485A
Complementary color
Monochromatic Colors of #C1485A
Black with #C1485A
Text Example
Text Example
White with #C1485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1485A; }
p { color: rgb(193,72,90); }
H1.HeaderClassName
{
color: #C1485A;
}
.AnyTagClassName
{
color: #C1485A;
}
</style>
background-color css
<style>
a { background-color: #C1485A; }
a { background-color: rgb(193,72,90); }
div.DivClassName
{
background-color: #C1485A;
}
.BgClassName
{
background-color: #C1485A;
}
</style>
border-color css
<style>
span { border-color: #C1485A; }
span { border-color: rgb(193,72,90); }
td.TdClassName
{
border-color: #C1485A;
}
.TagClassName
{
border-color: #C1485A;
}
</style>