Shades of Mandy #C0474E
Tints of Mandy #C0474E
RGB
CMYK
RGB Variations
Color information
#C0474E (or 0xC0474E) is known color: Mandy. HEX triplet: C0, 47 and 4E. RGB value is (192,71,78). Sum of RGB (Red+Green+Blue) = 192+71+78=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0474E is #3FB8B1. Grayscale: #6C6C6C. Windows color (decimal): -4176050 or 5130176. OLE color: 5130176.
HSL color Cylindrical-coordinate representation of color #C0474E: hue angle of 356.53º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0474E is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 78 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.25 |
| HSL | 356.53º | 0.49% | 0.52% | - |
| HSV(B) | 356.53º | 0.63% | 0.75% | - |
| XYZ | 25.37 | 16.26 | 9.01 | - |
| YUV | 107.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 78 | 0 | 0.63 | 0.59 | 0.25 | 356.53 | 0.49 | 0.52 |
| Hex | C0 | 47 | 4E | 0 | 3F | 3B | 19 | 165 | 31 | 34 |
| Octal | 300 | 107 | 116 | 0 | 77 | 73 | 31 | 545 | 61 | 64 |
| Binary | 11000000 | 1000111 | 1001110 | 0 | 111111 | 111011 | 11001 | 101100101 | 110001 | 110100 |
Color Harmonies of #C0474E
Complementary color
Monochromatic Colors of #C0474E
Black with #C0474E
Text Example
Text Example
White with #C0474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0474E; }
p { color: rgb(192,71,78); }
H1.HeaderClassName
{
color: #C0474E;
}
.AnyTagClassName
{
color: #C0474E;
}
</style>
background-color css
<style>
a { background-color: #C0474E; }
a { background-color: rgb(192,71,78); }
div.DivClassName
{
background-color: #C0474E;
}
.BgClassName
{
background-color: #C0474E;
}
</style>
border-color css
<style>
span { border-color: #C0474E; }
span { border-color: rgb(192,71,78); }
td.TdClassName
{
border-color: #C0474E;
}
.TagClassName
{
border-color: #C0474E;
}
</style>