Shades of Mandy #C94351
Tints of Mandy #C94351
RGB
CMYK
RGB Variations
Color information
#C94351 (or 0xC94351) is known color: Mandy. HEX triplet: C9, 43 and 51. RGB value is (201,67,81). Sum of RGB (Red+Green+Blue) = 201+67+81=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C94351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94351 is #36BCAE. Grayscale: #6C6C6C. Windows color (decimal): -3587247 or 5325769. OLE color: 5325769.
HSL color Cylindrical-coordinate representation of color #C94351: hue angle of 353.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94351 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 81 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.21 |
| HSL | 353.73º | 0.55% | 0.53% | - |
| HSV(B) | 353.73º | 0.67% | 0.79% | - |
| XYZ | 27.58 | 17.03 | 9.62 | - |
| YUV | 108.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 81 | 0 | 0.67 | 0.60 | 0.21 | 353.73 | 0.55 | 0.53 |
| Hex | C9 | 43 | 51 | 0 | 43 | 3C | 15 | 162 | 37 | 35 |
| Octal | 311 | 103 | 121 | 0 | 103 | 74 | 25 | 542 | 67 | 65 |
| Binary | 11001001 | 1000011 | 1010001 | 0 | 1000011 | 111100 | 10101 | 101100010 | 110111 | 110101 |
Color Harmonies of #C94351
Complementary color
Monochromatic Colors of #C94351
Black with #C94351
Text Example
Text Example
White with #C94351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94351; }
p { color: rgb(201,67,81); }
H1.HeaderClassName
{
color: #C94351;
}
.AnyTagClassName
{
color: #C94351;
}
</style>
background-color css
<style>
a { background-color: #C94351; }
a { background-color: rgb(201,67,81); }
div.DivClassName
{
background-color: #C94351;
}
.BgClassName
{
background-color: #C94351;
}
</style>
border-color css
<style>
span { border-color: #C94351; }
span { border-color: rgb(201,67,81); }
td.TdClassName
{
border-color: #C94351;
}
.TagClassName
{
border-color: #C94351;
}
</style>