Shades of Mandy #C8414D
Tints of Mandy #C8414D
RGB
CMYK
RGB Variations
Color information
#C8414D (or 0xC8414D) is known color: Mandy. HEX triplet: C8, 41 and 4D. RGB value is (200,65,77). Sum of RGB (Red+Green+Blue) = 200+65+77=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8414D is #37BEB2. Grayscale: #6A6A6A. Windows color (decimal): -3653299 or 5063112. OLE color: 5063112.
HSL color Cylindrical-coordinate representation of color #C8414D: hue angle of 354.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8414D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 77 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 354.67º | 0.55% | 0.52% | - |
| HSV(B) | 354.67º | 0.68% | 0.78% | - |
| XYZ | 27.05 | 16.6 | 8.8 | - |
| YUV | 106.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 77 | 0 | 0.68 | 0.62 | 0.22 | 354.67 | 0.55 | 0.52 |
| Hex | C8 | 41 | 4D | 0 | 44 | 3E | 16 | 163 | 37 | 34 |
| Octal | 310 | 101 | 115 | 0 | 104 | 76 | 26 | 543 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1001101 | 0 | 1000100 | 111110 | 10110 | 101100011 | 110111 | 110100 |
Color Harmonies of #C8414D
Complementary color
Monochromatic Colors of #C8414D
Black with #C8414D
Text Example
Text Example
White with #C8414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8414D; }
p { color: rgb(200,65,77); }
H1.HeaderClassName
{
color: #C8414D;
}
.AnyTagClassName
{
color: #C8414D;
}
</style>
background-color css
<style>
a { background-color: #C8414D; }
a { background-color: rgb(200,65,77); }
div.DivClassName
{
background-color: #C8414D;
}
.BgClassName
{
background-color: #C8414D;
}
</style>
border-color css
<style>
span { border-color: #C8414D; }
span { border-color: rgb(200,65,77); }
td.TdClassName
{
border-color: #C8414D;
}
.TagClassName
{
border-color: #C8414D;
}
</style>