Shades of Mandy #CE4A4E
Tints of Mandy #CE4A4E
RGB
CMYK
RGB Variations
Color information
#CE4A4E (or 0xCE4A4E) is known color: Mandy. HEX triplet: CE, 4A and 4E. RGB value is (206,74,78). Sum of RGB (Red+Green+Blue) = 206+74+78=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A4E is #31B5B1. Grayscale: #727272. Windows color (decimal): -3257778 or 5130958. OLE color: 5130958.
HSL color Cylindrical-coordinate representation of color #CE4A4E: hue angle of 358.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4A4E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 78 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.19 |
| HSL | 358.18º | 0.57% | 0.55% | - |
| HSV(B) | 358.18º | 0.64% | 0.81% | - |
| XYZ | 29.28 | 18.57 | 9.25 | - |
| YUV | 113.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 78 | 0 | 0.64 | 0.62 | 0.19 | 358.18 | 0.57 | 0.55 |
| Hex | CE | 4A | 4E | 0 | 40 | 3E | 13 | 166 | 39 | 37 |
| Octal | 316 | 112 | 116 | 0 | 100 | 76 | 23 | 546 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1001110 | 0 | 1000000 | 111110 | 10011 | 101100110 | 111001 | 110111 |
Color Harmonies of #CE4A4E
Complementary color
Monochromatic Colors of #CE4A4E
Black with #CE4A4E
Text Example
Text Example
White with #CE4A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A4E; }
p { color: rgb(206,74,78); }
H1.HeaderClassName
{
color: #CE4A4E;
}
.AnyTagClassName
{
color: #CE4A4E;
}
</style>
background-color css
<style>
a { background-color: #CE4A4E; }
a { background-color: rgb(206,74,78); }
div.DivClassName
{
background-color: #CE4A4E;
}
.BgClassName
{
background-color: #CE4A4E;
}
</style>
border-color css
<style>
span { border-color: #CE4A4E; }
span { border-color: rgb(206,74,78); }
td.TdClassName
{
border-color: #CE4A4E;
}
.TagClassName
{
border-color: #CE4A4E;
}
</style>