Shades of Mandy #C9424B
Tints of Mandy #C9424B
RGB
CMYK
RGB Variations
Color information
#C9424B (or 0xC9424B) is known color: Mandy. HEX triplet: C9, 42 and 4B. RGB value is (201,66,75). Sum of RGB (Red+Green+Blue) = 201+66+75=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9424B is #36BDB4. Grayscale: #6B6B6B. Windows color (decimal): -3587509 or 4932297. OLE color: 4932297.
HSL color Cylindrical-coordinate representation of color #C9424B: hue angle of 356º 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 #C9424B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 75 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.21 |
| HSL | 356º | 0.56% | 0.52% | - |
| HSV(B) | 356º | 0.67% | 0.79% | - |
| XYZ | 27.31 | 16.82 | 8.46 | - |
| YUV | 107.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 75 | 0 | 0.67 | 0.63 | 0.21 | 356 | 0.56 | 0.52 |
| Hex | C9 | 42 | 4B | 0 | 43 | 3F | 15 | 164 | 38 | 34 |
| Octal | 311 | 102 | 113 | 0 | 103 | 77 | 25 | 544 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1001011 | 0 | 1000011 | 111111 | 10101 | 101100100 | 111000 | 110100 |
Color Harmonies of #C9424B
Complementary color
Monochromatic Colors of #C9424B
Black with #C9424B
Text Example
Text Example
White with #C9424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9424B; }
p { color: rgb(201,66,75); }
H1.HeaderClassName
{
color: #C9424B;
}
.AnyTagClassName
{
color: #C9424B;
}
</style>
background-color css
<style>
a { background-color: #C9424B; }
a { background-color: rgb(201,66,75); }
div.DivClassName
{
background-color: #C9424B;
}
.BgClassName
{
background-color: #C9424B;
}
</style>
border-color css
<style>
span { border-color: #C9424B; }
span { border-color: rgb(201,66,75); }
td.TdClassName
{
border-color: #C9424B;
}
.TagClassName
{
border-color: #C9424B;
}
</style>