Shades of Mandy #C94F53
Tints of Mandy #C94F53
RGB
CMYK
RGB Variations
Color information
#C94F53 (or 0xC94F53) is known color: Mandy. HEX triplet: C9, 4F and 53. RGB value is (201,79,83). Sum of RGB (Red+Green+Blue) = 201+79+83=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94F53 is #36B0AC. Grayscale: #747474. Windows color (decimal): -3584173 or 5459913. OLE color: 5459913.
HSL color Cylindrical-coordinate representation of color #C94F53: hue angle of 358.03º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94F53 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 83 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.21 |
| HSL | 358.03º | 0.53% | 0.55% | - |
| HSV(B) | 358.03º | 0.61% | 0.79% | - |
| XYZ | 28.44 | 18.63 | 10.28 | - |
| YUV | 115.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 83 | 0 | 0.61 | 0.59 | 0.21 | 358.03 | 0.53 | 0.55 |
| Hex | C9 | 4F | 53 | 0 | 3D | 3B | 15 | 166 | 35 | 37 |
| Octal | 311 | 117 | 123 | 0 | 75 | 73 | 25 | 546 | 65 | 67 |
| Binary | 11001001 | 1001111 | 1010011 | 0 | 111101 | 111011 | 10101 | 101100110 | 110101 | 110111 |
Color Harmonies of #C94F53
Complementary color
Monochromatic Colors of #C94F53
Black with #C94F53
Text Example
Text Example
White with #C94F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F53; }
p { color: rgb(201,79,83); }
H1.HeaderClassName
{
color: #C94F53;
}
.AnyTagClassName
{
color: #C94F53;
}
</style>
background-color css
<style>
a { background-color: #C94F53; }
a { background-color: rgb(201,79,83); }
div.DivClassName
{
background-color: #C94F53;
}
.BgClassName
{
background-color: #C94F53;
}
</style>
border-color css
<style>
span { border-color: #C94F53; }
span { border-color: rgb(201,79,83); }
td.TdClassName
{
border-color: #C94F53;
}
.TagClassName
{
border-color: #C94F53;
}
</style>