Shades of Mandy #C94254
Tints of Mandy #C94254
RGB
CMYK
RGB Variations
Color information
#C94254 (or 0xC94254) is known color: Mandy. HEX triplet: C9, 42 and 54. RGB value is (201,66,84). Sum of RGB (Red+Green+Blue) = 201+66+84=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C94254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94254 is #36BDAB. Grayscale: #6C6C6C. Windows color (decimal): -3587500 or 5522121. OLE color: 5522121.
HSL color Cylindrical-coordinate representation of color #C94254: hue angle of 352º 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 #C94254 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 84 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.21 |
| HSL | 352º | 0.56% | 0.52% | - |
| HSV(B) | 352º | 0.67% | 0.79% | - |
| XYZ | 27.64 | 16.95 | 10.2 | - |
| YUV | 108.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 84 | 0 | 0.67 | 0.58 | 0.21 | 352 | 0.56 | 0.52 |
| Hex | C9 | 42 | 54 | 0 | 43 | 3A | 15 | 160 | 38 | 34 |
| Octal | 311 | 102 | 124 | 0 | 103 | 72 | 25 | 540 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1010100 | 0 | 1000011 | 111010 | 10101 | 101100000 | 111000 | 110100 |
Color Harmonies of #C94254
Complementary color
Monochromatic Colors of #C94254
Black with #C94254
Text Example
Text Example
White with #C94254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94254; }
p { color: rgb(201,66,84); }
H1.HeaderClassName
{
color: #C94254;
}
.AnyTagClassName
{
color: #C94254;
}
</style>
background-color css
<style>
a { background-color: #C94254; }
a { background-color: rgb(201,66,84); }
div.DivClassName
{
background-color: #C94254;
}
.BgClassName
{
background-color: #C94254;
}
</style>
border-color css
<style>
span { border-color: #C94254; }
span { border-color: rgb(201,66,84); }
td.TdClassName
{
border-color: #C94254;
}
.TagClassName
{
border-color: #C94254;
}
</style>