Shades of Mandy #C94250
Tints of Mandy #C94250
RGB
CMYK
RGB Variations
Color information
#C94250 (or 0xC94250) is known color: Mandy. HEX triplet: C9, 42 and 50. RGB value is (201,66,80). Sum of RGB (Red+Green+Blue) = 201+66+80=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C94250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94250 is #36BDAF. Grayscale: #6C6C6C. Windows color (decimal): -3587504 or 5259977. OLE color: 5259977.
HSL color Cylindrical-coordinate representation of color #C94250: hue angle of 353.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94250 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 80 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.21 |
| HSL | 353.78º | 0.56% | 0.52% | - |
| HSV(B) | 353.78º | 0.67% | 0.79% | - |
| XYZ | 27.48 | 16.89 | 9.4 | - |
| YUV | 107.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 80 | 0 | 0.67 | 0.60 | 0.21 | 353.78 | 0.56 | 0.52 |
| Hex | C9 | 42 | 50 | 0 | 43 | 3C | 15 | 162 | 38 | 34 |
| Octal | 311 | 102 | 120 | 0 | 103 | 74 | 25 | 542 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1010000 | 0 | 1000011 | 111100 | 10101 | 101100010 | 111000 | 110100 |
Color Harmonies of #C94250
Complementary color
Monochromatic Colors of #C94250
Black with #C94250
Text Example
Text Example
White with #C94250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94250; }
p { color: rgb(201,66,80); }
H1.HeaderClassName
{
color: #C94250;
}
.AnyTagClassName
{
color: #C94250;
}
</style>
background-color css
<style>
a { background-color: #C94250; }
a { background-color: rgb(201,66,80); }
div.DivClassName
{
background-color: #C94250;
}
.BgClassName
{
background-color: #C94250;
}
</style>
border-color css
<style>
span { border-color: #C94250; }
span { border-color: rgb(201,66,80); }
td.TdClassName
{
border-color: #C94250;
}
.TagClassName
{
border-color: #C94250;
}
</style>