Shades of Mandy #C9424D
Tints of Mandy #C9424D
RGB
CMYK
RGB Variations
Color information
#C9424D (or 0xC9424D) is known color: Mandy. HEX triplet: C9, 42 and 4D. RGB value is (201,66,77). Sum of RGB (Red+Green+Blue) = 201+66+77=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9424D is #36BDB2. Grayscale: #6B6B6B. Windows color (decimal): -3587507 or 5063369. OLE color: 5063369.
HSL color Cylindrical-coordinate representation of color #C9424D: hue angle of 355.11º 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 #C9424D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 77 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.21 |
| HSL | 355.11º | 0.56% | 0.52% | - |
| HSV(B) | 355.11º | 0.67% | 0.79% | - |
| XYZ | 27.38 | 16.85 | 8.83 | - |
| YUV | 107.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 77 | 0 | 0.67 | 0.62 | 0.21 | 355.11 | 0.56 | 0.52 |
| Hex | C9 | 42 | 4D | 0 | 43 | 3E | 15 | 163 | 38 | 34 |
| Octal | 311 | 102 | 115 | 0 | 103 | 76 | 25 | 543 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1001101 | 0 | 1000011 | 111110 | 10101 | 101100011 | 111000 | 110100 |
Color Harmonies of #C9424D
Complementary color
Monochromatic Colors of #C9424D
Black with #C9424D
Text Example
Text Example
White with #C9424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9424D; }
p { color: rgb(201,66,77); }
H1.HeaderClassName
{
color: #C9424D;
}
.AnyTagClassName
{
color: #C9424D;
}
</style>
background-color css
<style>
a { background-color: #C9424D; }
a { background-color: rgb(201,66,77); }
div.DivClassName
{
background-color: #C9424D;
}
.BgClassName
{
background-color: #C9424D;
}
</style>
border-color css
<style>
span { border-color: #C9424D; }
span { border-color: rgb(201,66,77); }
td.TdClassName
{
border-color: #C9424D;
}
.TagClassName
{
border-color: #C9424D;
}
</style>