Shades of Mandy #C8424D
Tints of Mandy #C8424D
RGB
CMYK
RGB Variations
Color information
#C8424D (or 0xC8424D) is known color: Mandy. HEX triplet: C8, 42 and 4D. RGB value is (200,66,77). Sum of RGB (Red+Green+Blue) = 200+66+77=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8424D is #37BDB2. Grayscale: #6B6B6B. Windows color (decimal): -3653043 or 5063368. OLE color: 5063368.
HSL color Cylindrical-coordinate representation of color #C8424D: hue angle of 355.07º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8424D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 77 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.22 |
| HSL | 355.07º | 0.55% | 0.52% | - |
| HSV(B) | 355.07º | 0.67% | 0.78% | - |
| XYZ | 27.11 | 16.71 | 8.82 | - |
| YUV | 107.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 77 | 0 | 0.67 | 0.62 | 0.22 | 355.07 | 0.55 | 0.52 |
| Hex | C8 | 42 | 4D | 0 | 43 | 3E | 16 | 163 | 37 | 34 |
| Octal | 310 | 102 | 115 | 0 | 103 | 76 | 26 | 543 | 67 | 64 |
| Binary | 11001000 | 1000010 | 1001101 | 0 | 1000011 | 111110 | 10110 | 101100011 | 110111 | 110100 |
Color Harmonies of #C8424D
Complementary color
Monochromatic Colors of #C8424D
Black with #C8424D
Text Example
Text Example
White with #C8424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8424D; }
p { color: rgb(200,66,77); }
H1.HeaderClassName
{
color: #C8424D;
}
.AnyTagClassName
{
color: #C8424D;
}
</style>
background-color css
<style>
a { background-color: #C8424D; }
a { background-color: rgb(200,66,77); }
div.DivClassName
{
background-color: #C8424D;
}
.BgClassName
{
background-color: #C8424D;
}
</style>
border-color css
<style>
span { border-color: #C8424D; }
span { border-color: rgb(200,66,77); }
td.TdClassName
{
border-color: #C8424D;
}
.TagClassName
{
border-color: #C8424D;
}
</style>