Shades of Mandy #C9424E
Tints of Mandy #C9424E
RGB
CMYK
RGB Variations
Color information
#C9424E (or 0xC9424E) is known color: Mandy. HEX triplet: C9, 42 and 4E. RGB value is (201,66,78). Sum of RGB (Red+Green+Blue) = 201+66+78=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9424E is #36BDB1. Grayscale: #6B6B6B. Windows color (decimal): -3587506 or 5128905. OLE color: 5128905.
HSL color Cylindrical-coordinate representation of color #C9424E: hue angle of 354.67º 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 #C9424E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 78 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.21 |
| HSL | 354.67º | 0.56% | 0.52% | - |
| HSV(B) | 354.67º | 0.67% | 0.79% | - |
| XYZ | 27.41 | 16.86 | 9.02 | - |
| YUV | 107.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 78 | 0 | 0.67 | 0.61 | 0.21 | 354.67 | 0.56 | 0.52 |
| Hex | C9 | 42 | 4E | 0 | 43 | 3D | 15 | 163 | 38 | 34 |
| Octal | 311 | 102 | 116 | 0 | 103 | 75 | 25 | 543 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1001110 | 0 | 1000011 | 111101 | 10101 | 101100011 | 111000 | 110100 |
Color Harmonies of #C9424E
Complementary color
Monochromatic Colors of #C9424E
Black with #C9424E
Text Example
Text Example
White with #C9424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9424E; }
p { color: rgb(201,66,78); }
H1.HeaderClassName
{
color: #C9424E;
}
.AnyTagClassName
{
color: #C9424E;
}
</style>
background-color css
<style>
a { background-color: #C9424E; }
a { background-color: rgb(201,66,78); }
div.DivClassName
{
background-color: #C9424E;
}
.BgClassName
{
background-color: #C9424E;
}
</style>
border-color css
<style>
span { border-color: #C9424E; }
span { border-color: rgb(201,66,78); }
td.TdClassName
{
border-color: #C9424E;
}
.TagClassName
{
border-color: #C9424E;
}
</style>