Shades of Mandy #C94453
Tints of Mandy #C94453
RGB
CMYK
RGB Variations
Color information
#C94453 (or 0xC94453) is known color: Mandy. HEX triplet: C9, 44 and 53. RGB value is (201,68,83). Sum of RGB (Red+Green+Blue) = 201+68+83=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94453 is #36BBAC. Grayscale: #6D6D6D. Windows color (decimal): -3586989 or 5457097. OLE color: 5457097.
HSL color Cylindrical-coordinate representation of color #C94453: hue angle of 353.23º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94453 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 83 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.21 |
| HSL | 353.23º | 0.55% | 0.53% | - |
| HSV(B) | 353.23º | 0.66% | 0.79% | - |
| XYZ | 27.72 | 17.18 | 10.04 | - |
| YUV | 109.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 83 | 0 | 0.66 | 0.59 | 0.21 | 353.23 | 0.55 | 0.53 |
| Hex | C9 | 44 | 53 | 0 | 42 | 3B | 15 | 161 | 37 | 35 |
| Octal | 311 | 104 | 123 | 0 | 102 | 73 | 25 | 541 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1010011 | 0 | 1000010 | 111011 | 10101 | 101100001 | 110111 | 110101 |
Color Harmonies of #C94453
Complementary color
Monochromatic Colors of #C94453
Black with #C94453
Text Example
Text Example
White with #C94453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94453; }
p { color: rgb(201,68,83); }
H1.HeaderClassName
{
color: #C94453;
}
.AnyTagClassName
{
color: #C94453;
}
</style>
background-color css
<style>
a { background-color: #C94453; }
a { background-color: rgb(201,68,83); }
div.DivClassName
{
background-color: #C94453;
}
.BgClassName
{
background-color: #C94453;
}
</style>
border-color css
<style>
span { border-color: #C94453; }
span { border-color: rgb(201,68,83); }
td.TdClassName
{
border-color: #C94453;
}
.TagClassName
{
border-color: #C94453;
}
</style>