Shades of Mandy #C94753
Tints of Mandy #C94753
RGB
CMYK
RGB Variations
Color information
#C94753 (or 0xC94753) is known color: Mandy. HEX triplet: C9, 47 and 53. RGB value is (201,71,83). Sum of RGB (Red+Green+Blue) = 201+71+83=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C94753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94753 is #36B8AC. Grayscale: #6F6F6F. Windows color (decimal): -3586221 or 5457865. OLE color: 5457865.
HSL color Cylindrical-coordinate representation of color #C94753: hue angle of 354.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94753 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 83 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.21 |
| HSL | 354.46º | 0.55% | 0.53% | - |
| HSV(B) | 354.46º | 0.65% | 0.79% | - |
| XYZ | 27.9 | 17.55 | 10.1 | - |
| YUV | 111.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 83 | 0 | 0.65 | 0.59 | 0.21 | 354.46 | 0.55 | 0.53 |
| Hex | C9 | 47 | 53 | 0 | 41 | 3B | 15 | 162 | 37 | 35 |
| Octal | 311 | 107 | 123 | 0 | 101 | 73 | 25 | 542 | 67 | 65 |
| Binary | 11001001 | 1000111 | 1010011 | 0 | 1000001 | 111011 | 10101 | 101100010 | 110111 | 110101 |
Color Harmonies of #C94753
Complementary color
Monochromatic Colors of #C94753
Black with #C94753
Text Example
Text Example
White with #C94753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94753; }
p { color: rgb(201,71,83); }
H1.HeaderClassName
{
color: #C94753;
}
.AnyTagClassName
{
color: #C94753;
}
</style>
background-color css
<style>
a { background-color: #C94753; }
a { background-color: rgb(201,71,83); }
div.DivClassName
{
background-color: #C94753;
}
.BgClassName
{
background-color: #C94753;
}
</style>
border-color css
<style>
span { border-color: #C94753; }
span { border-color: rgb(201,71,83); }
td.TdClassName
{
border-color: #C94753;
}
.TagClassName
{
border-color: #C94753;
}
</style>