Shades of Mandy #C94253
Tints of Mandy #C94253
RGB
CMYK
RGB Variations
Color information
#C94253 (or 0xC94253) is known color: Mandy. HEX triplet: C9, 42 and 53. RGB value is (201,66,83). Sum of RGB (Red+Green+Blue) = 201+66+83=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C94253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94253 is #36BDAC. Grayscale: #6C6C6C. Windows color (decimal): -3587501 or 5456585. OLE color: 5456585.
HSL color Cylindrical-coordinate representation of color #C94253: hue angle of 352.44º 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 #C94253 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 83 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.21 |
| HSL | 352.44º | 0.56% | 0.52% | - |
| HSV(B) | 352.44º | 0.67% | 0.79% | - |
| XYZ | 27.6 | 16.94 | 10 | - |
| YUV | 108.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 83 | 0 | 0.67 | 0.59 | 0.21 | 352.44 | 0.56 | 0.52 |
| Hex | C9 | 42 | 53 | 0 | 43 | 3B | 15 | 160 | 38 | 34 |
| Octal | 311 | 102 | 123 | 0 | 103 | 73 | 25 | 540 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1010011 | 0 | 1000011 | 111011 | 10101 | 101100000 | 111000 | 110100 |
Color Harmonies of #C94253
Complementary color
Monochromatic Colors of #C94253
Black with #C94253
Text Example
Text Example
White with #C94253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94253; }
p { color: rgb(201,66,83); }
H1.HeaderClassName
{
color: #C94253;
}
.AnyTagClassName
{
color: #C94253;
}
</style>
background-color css
<style>
a { background-color: #C94253; }
a { background-color: rgb(201,66,83); }
div.DivClassName
{
background-color: #C94253;
}
.BgClassName
{
background-color: #C94253;
}
</style>
border-color css
<style>
span { border-color: #C94253; }
span { border-color: rgb(201,66,83); }
td.TdClassName
{
border-color: #C94253;
}
.TagClassName
{
border-color: #C94253;
}
</style>