Shades of Mandy #C8445D
Tints of Mandy #C8445D
RGB
CMYK
RGB Variations
Color information
#C8445D (or 0xC8445D) is known color: Mandy. HEX triplet: C8, 44 and 5D. RGB value is (200,68,93). Sum of RGB (Red+Green+Blue) = 200+68+93=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8445D is #37BBA2. Grayscale: #6E6E6E. Windows color (decimal): -3652515 or 6112456. OLE color: 6112456.
HSL color Cylindrical-coordinate representation of color #C8445D: hue angle of 348.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8445D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 93 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.22 |
| HSL | 348.64º | 0.55% | 0.53% | - |
| HSV(B) | 348.64º | 0.66% | 0.78% | - |
| XYZ | 27.86 | 17.2 | 12.21 | - |
| YUV | 110.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 93 | 0 | 0.66 | 0.54 | 0.22 | 348.64 | 0.55 | 0.53 |
| Hex | C8 | 44 | 5D | 0 | 42 | 36 | 16 | 15D | 37 | 35 |
| Octal | 310 | 104 | 135 | 0 | 102 | 66 | 26 | 535 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1011101 | 0 | 1000010 | 110110 | 10110 | 101011101 | 110111 | 110101 |
Color Harmonies of #C8445D
Complementary color
Monochromatic Colors of #C8445D
Black with #C8445D
Text Example
Text Example
White with #C8445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8445D; }
p { color: rgb(200,68,93); }
H1.HeaderClassName
{
color: #C8445D;
}
.AnyTagClassName
{
color: #C8445D;
}
</style>
background-color css
<style>
a { background-color: #C8445D; }
a { background-color: rgb(200,68,93); }
div.DivClassName
{
background-color: #C8445D;
}
.BgClassName
{
background-color: #C8445D;
}
</style>
border-color css
<style>
span { border-color: #C8445D; }
span { border-color: rgb(200,68,93); }
td.TdClassName
{
border-color: #C8445D;
}
.TagClassName
{
border-color: #C8445D;
}
</style>