Shades of Mandy #C94451
Tints of Mandy #C94451
RGB
CMYK
RGB Variations
Color information
#C94451 (or 0xC94451) is known color: Mandy. HEX triplet: C9, 44 and 51. RGB value is (201,68,81). Sum of RGB (Red+Green+Blue) = 201+68+81=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C94451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94451 is #36BBAE. Grayscale: #6D6D6D. Windows color (decimal): -3586991 or 5326025. OLE color: 5326025.
HSL color Cylindrical-coordinate representation of color #C94451: hue angle of 354.14º 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 #C94451 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 81 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.21 |
| HSL | 354.14º | 0.55% | 0.53% | - |
| HSV(B) | 354.14º | 0.66% | 0.79% | - |
| XYZ | 27.64 | 17.15 | 9.64 | - |
| YUV | 109.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 81 | 0 | 0.66 | 0.60 | 0.21 | 354.14 | 0.55 | 0.53 |
| Hex | C9 | 44 | 51 | 0 | 42 | 3C | 15 | 162 | 37 | 35 |
| Octal | 311 | 104 | 121 | 0 | 102 | 74 | 25 | 542 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1010001 | 0 | 1000010 | 111100 | 10101 | 101100010 | 110111 | 110101 |
Color Harmonies of #C94451
Complementary color
Monochromatic Colors of #C94451
Black with #C94451
Text Example
Text Example
White with #C94451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94451; }
p { color: rgb(201,68,81); }
H1.HeaderClassName
{
color: #C94451;
}
.AnyTagClassName
{
color: #C94451;
}
</style>
background-color css
<style>
a { background-color: #C94451; }
a { background-color: rgb(201,68,81); }
div.DivClassName
{
background-color: #C94451;
}
.BgClassName
{
background-color: #C94451;
}
</style>
border-color css
<style>
span { border-color: #C94451; }
span { border-color: rgb(201,68,81); }
td.TdClassName
{
border-color: #C94451;
}
.TagClassName
{
border-color: #C94451;
}
</style>