Shades of Mandy #C74953
Tints of Mandy #C74953
RGB
CMYK
RGB Variations
Color information
#C74953 (or 0xC74953) is known color: Mandy. HEX triplet: C7, 49 and 53. RGB value is (199,73,83). Sum of RGB (Red+Green+Blue) = 199+73+83=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C74953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74953 is #38B6AC. Grayscale: #6F6F6F. Windows color (decimal): -3716781 or 5458375. OLE color: 5458375.
HSL color Cylindrical-coordinate representation of color #C74953: hue angle of 355.24º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74953 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 83 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.22 |
| HSL | 355.24º | 0.53% | 0.53% | - |
| HSV(B) | 355.24º | 0.63% | 0.78% | - |
| XYZ | 27.5 | 17.53 | 10.12 | - |
| YUV | 111.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 83 | 0 | 0.63 | 0.58 | 0.22 | 355.24 | 0.53 | 0.53 |
| Hex | C7 | 49 | 53 | 0 | 3F | 3A | 16 | 163 | 35 | 35 |
| Octal | 307 | 111 | 123 | 0 | 77 | 72 | 26 | 543 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1010011 | 0 | 111111 | 111010 | 10110 | 101100011 | 110101 | 110101 |
Color Harmonies of #C74953
Complementary color
Monochromatic Colors of #C74953
Black with #C74953
Text Example
Text Example
White with #C74953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74953; }
p { color: rgb(199,73,83); }
H1.HeaderClassName
{
color: #C74953;
}
.AnyTagClassName
{
color: #C74953;
}
</style>
background-color css
<style>
a { background-color: #C74953; }
a { background-color: rgb(199,73,83); }
div.DivClassName
{
background-color: #C74953;
}
.BgClassName
{
background-color: #C74953;
}
</style>
border-color css
<style>
span { border-color: #C74953; }
span { border-color: rgb(199,73,83); }
td.TdClassName
{
border-color: #C74953;
}
.TagClassName
{
border-color: #C74953;
}
</style>