Shades of Mandy #C8414F
Tints of Mandy #C8414F
RGB
CMYK
RGB Variations
Color information
#C8414F (or 0xC8414F) is known color: Mandy. HEX triplet: C8, 41 and 4F. RGB value is (200,65,79). Sum of RGB (Red+Green+Blue) = 200+65+79=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8414F is #37BEB0. Grayscale: #6B6B6B. Windows color (decimal): -3653297 or 5194184. OLE color: 5194184.
HSL color Cylindrical-coordinate representation of color #C8414F: hue angle of 353.78º 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 #C8414F is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 79 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.22 |
| HSL | 353.78º | 0.55% | 0.52% | - |
| HSV(B) | 353.78º | 0.68% | 0.78% | - |
| XYZ | 27.12 | 16.62 | 9.18 | - |
| YUV | 106.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 79 | 0 | 0.68 | 0.60 | 0.22 | 353.78 | 0.55 | 0.52 |
| Hex | C8 | 41 | 4F | 0 | 44 | 3C | 16 | 162 | 37 | 34 |
| Octal | 310 | 101 | 117 | 0 | 104 | 74 | 26 | 542 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1001111 | 0 | 1000100 | 111100 | 10110 | 101100010 | 110111 | 110100 |
Color Harmonies of #C8414F
Complementary color
Monochromatic Colors of #C8414F
Black with #C8414F
Text Example
Text Example
White with #C8414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8414F; }
p { color: rgb(200,65,79); }
H1.HeaderClassName
{
color: #C8414F;
}
.AnyTagClassName
{
color: #C8414F;
}
</style>
background-color css
<style>
a { background-color: #C8414F; }
a { background-color: rgb(200,65,79); }
div.DivClassName
{
background-color: #C8414F;
}
.BgClassName
{
background-color: #C8414F;
}
</style>
border-color css
<style>
span { border-color: #C8414F; }
span { border-color: rgb(200,65,79); }
td.TdClassName
{
border-color: #C8414F;
}
.TagClassName
{
border-color: #C8414F;
}
</style>