Shades of Mandy #C1495A
Tints of Mandy #C1495A
RGB
CMYK
RGB Variations
Color information
#C1495A (or 0xC1495A) is known color: Mandy. HEX triplet: C1, 49 and 5A. RGB value is (193,73,90). Sum of RGB (Red+Green+Blue) = 193+73+90=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1495A is #3EB6A5. Grayscale: #6E6E6E. Windows color (decimal): -4109990 or 5917121. OLE color: 5917121.
HSL color Cylindrical-coordinate representation of color #C1495A: hue angle of 351.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1495A is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 90 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.24 |
| HSL | 351.5º | 0.49% | 0.52% | - |
| HSV(B) | 351.5º | 0.62% | 0.76% | - |
| XYZ | 26.22 | 16.84 | 11.54 | - |
| YUV | 110.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 90 | 0 | 0.62 | 0.53 | 0.24 | 351.5 | 0.49 | 0.52 |
| Hex | C1 | 49 | 5A | 0 | 3E | 35 | 18 | 160 | 31 | 34 |
| Octal | 301 | 111 | 132 | 0 | 76 | 65 | 30 | 540 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1011010 | 0 | 111110 | 110101 | 11000 | 101100000 | 110001 | 110100 |
Color Harmonies of #C1495A
Complementary color
Monochromatic Colors of #C1495A
Black with #C1495A
Text Example
Text Example
White with #C1495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1495A; }
p { color: rgb(193,73,90); }
H1.HeaderClassName
{
color: #C1495A;
}
.AnyTagClassName
{
color: #C1495A;
}
</style>
background-color css
<style>
a { background-color: #C1495A; }
a { background-color: rgb(193,73,90); }
div.DivClassName
{
background-color: #C1495A;
}
.BgClassName
{
background-color: #C1495A;
}
</style>
border-color css
<style>
span { border-color: #C1495A; }
span { border-color: rgb(193,73,90); }
td.TdClassName
{
border-color: #C1495A;
}
.TagClassName
{
border-color: #C1495A;
}
</style>