Shades of Mandy #C94449
Tints of Mandy #C94449
RGB
CMYK
RGB Variations
Color information
#C94449 (or 0xC94449) is known color: Mandy. HEX triplet: C9, 44 and 49. RGB value is (201,68,73). Sum of RGB (Red+Green+Blue) = 201+68+73=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C94449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94449 is #36BBB6. Grayscale: #6C6C6C. Windows color (decimal): -3586999 or 4801737. OLE color: 4801737.
HSL color Cylindrical-coordinate representation of color #C94449: hue angle of 357.74º 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 #C94449 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 73 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.21 |
| HSL | 357.74º | 0.55% | 0.53% | - |
| HSV(B) | 357.74º | 0.66% | 0.79% | - |
| XYZ | 27.36 | 17.03 | 8.15 | - |
| YUV | 108.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 73 | 0 | 0.66 | 0.64 | 0.21 | 357.74 | 0.55 | 0.53 |
| Hex | C9 | 44 | 49 | 0 | 42 | 40 | 15 | 166 | 37 | 35 |
| Octal | 311 | 104 | 111 | 0 | 102 | 100 | 25 | 546 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1001001 | 0 | 1000010 | 1000000 | 10101 | 101100110 | 110111 | 110101 |
Color Harmonies of #C94449
Complementary color
Monochromatic Colors of #C94449
Black with #C94449
Text Example
Text Example
White with #C94449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94449; }
p { color: rgb(201,68,73); }
H1.HeaderClassName
{
color: #C94449;
}
.AnyTagClassName
{
color: #C94449;
}
</style>
background-color css
<style>
a { background-color: #C94449; }
a { background-color: rgb(201,68,73); }
div.DivClassName
{
background-color: #C94449;
}
.BgClassName
{
background-color: #C94449;
}
</style>
border-color css
<style>
span { border-color: #C94449; }
span { border-color: rgb(201,68,73); }
td.TdClassName
{
border-color: #C94449;
}
.TagClassName
{
border-color: #C94449;
}
</style>