Shades of Mandy #C8434E
Tints of Mandy #C8434E
RGB
CMYK
RGB Variations
Color information
#C8434E (or 0xC8434E) is known color: Mandy. HEX triplet: C8, 43 and 4E. RGB value is (200,67,78). Sum of RGB (Red+Green+Blue) = 200+67+78=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8434E is #37BCB1. Grayscale: #6C6C6C. Windows color (decimal): -3652786 or 5129160. OLE color: 5129160.
HSL color Cylindrical-coordinate representation of color #C8434E: hue angle of 355.04º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8434E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 78 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.22 |
| HSL | 355.04º | 0.55% | 0.52% | - |
| HSV(B) | 355.04º | 0.67% | 0.78% | - |
| XYZ | 27.2 | 16.84 | 9.03 | - |
| YUV | 108.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 78 | 0 | 0.66 | 0.61 | 0.22 | 355.04 | 0.55 | 0.52 |
| Hex | C8 | 43 | 4E | 0 | 42 | 3D | 16 | 163 | 37 | 34 |
| Octal | 310 | 103 | 116 | 0 | 102 | 75 | 26 | 543 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1001110 | 0 | 1000010 | 111101 | 10110 | 101100011 | 110111 | 110100 |
Color Harmonies of #C8434E
Complementary color
Monochromatic Colors of #C8434E
Black with #C8434E
Text Example
Text Example
White with #C8434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8434E; }
p { color: rgb(200,67,78); }
H1.HeaderClassName
{
color: #C8434E;
}
.AnyTagClassName
{
color: #C8434E;
}
</style>
background-color css
<style>
a { background-color: #C8434E; }
a { background-color: rgb(200,67,78); }
div.DivClassName
{
background-color: #C8434E;
}
.BgClassName
{
background-color: #C8434E;
}
</style>
border-color css
<style>
span { border-color: #C8434E; }
span { border-color: rgb(200,67,78); }
td.TdClassName
{
border-color: #C8434E;
}
.TagClassName
{
border-color: #C8434E;
}
</style>