Shades of Mandy #C0495B
Tints of Mandy #C0495B
RGB
CMYK
RGB Variations
Color information
#C0495B (or 0xC0495B) is known color: Mandy. HEX triplet: C0, 49 and 5B. RGB value is (192,73,91). Sum of RGB (Red+Green+Blue) = 192+73+91=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0495B is #3FB6A4. Grayscale: #6E6E6E. Windows color (decimal): -4175525 or 5982656. OLE color: 5982656.
HSL color Cylindrical-coordinate representation of color #C0495B: hue angle of 350.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0495B is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 91 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.25 |
| HSL | 350.92º | 0.49% | 0.52% | - |
| HSV(B) | 350.92º | 0.62% | 0.75% | - |
| XYZ | 26.01 | 16.73 | 11.76 | - |
| YUV | 110.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 91 | 0 | 0.62 | 0.53 | 0.25 | 350.92 | 0.49 | 0.52 |
| Hex | C0 | 49 | 5B | 0 | 3E | 35 | 19 | 15F | 31 | 34 |
| Octal | 300 | 111 | 133 | 0 | 76 | 65 | 31 | 537 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1011011 | 0 | 111110 | 110101 | 11001 | 101011111 | 110001 | 110100 |
Color Harmonies of #C0495B
Complementary color
Monochromatic Colors of #C0495B
Black with #C0495B
Text Example
Text Example
White with #C0495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0495B; }
p { color: rgb(192,73,91); }
H1.HeaderClassName
{
color: #C0495B;
}
.AnyTagClassName
{
color: #C0495B;
}
</style>
background-color css
<style>
a { background-color: #C0495B; }
a { background-color: rgb(192,73,91); }
div.DivClassName
{
background-color: #C0495B;
}
.BgClassName
{
background-color: #C0495B;
}
</style>
border-color css
<style>
span { border-color: #C0495B; }
span { border-color: rgb(192,73,91); }
td.TdClassName
{
border-color: #C0495B;
}
.TagClassName
{
border-color: #C0495B;
}
</style>