Shades of Mandy #CE4A4D
Tints of Mandy #CE4A4D
RGB
CMYK
RGB Variations
Color information
#CE4A4D (or 0xCE4A4D) is known color: Mandy. HEX triplet: CE, 4A and 4D. RGB value is (206,74,77). Sum of RGB (Red+Green+Blue) = 206+74+77=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A4D is #31B5B2. Grayscale: #717171. Windows color (decimal): -3257779 or 5065422. OLE color: 5065422.
HSL color Cylindrical-coordinate representation of color #CE4A4D: hue angle of 358.64º 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 #CE4A4D is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 77 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.19 |
| HSL | 358.64º | 0.57% | 0.55% | - |
| HSV(B) | 358.64º | 0.64% | 0.81% | - |
| XYZ | 29.24 | 18.56 | 9.06 | - |
| YUV | 113.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 77 | 0 | 0.64 | 0.63 | 0.19 | 358.64 | 0.57 | 0.55 |
| Hex | CE | 4A | 4D | 0 | 40 | 3F | 13 | 167 | 39 | 37 |
| Octal | 316 | 112 | 115 | 0 | 100 | 77 | 23 | 547 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1001101 | 0 | 1000000 | 111111 | 10011 | 101100111 | 111001 | 110111 |
Color Harmonies of #CE4A4D
Complementary color
Monochromatic Colors of #CE4A4D
Black with #CE4A4D
Text Example
Text Example
White with #CE4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A4D; }
p { color: rgb(206,74,77); }
H1.HeaderClassName
{
color: #CE4A4D;
}
.AnyTagClassName
{
color: #CE4A4D;
}
</style>
background-color css
<style>
a { background-color: #CE4A4D; }
a { background-color: rgb(206,74,77); }
div.DivClassName
{
background-color: #CE4A4D;
}
.BgClassName
{
background-color: #CE4A4D;
}
</style>
border-color css
<style>
span { border-color: #CE4A4D; }
span { border-color: rgb(206,74,77); }
td.TdClassName
{
border-color: #CE4A4D;
}
.TagClassName
{
border-color: #CE4A4D;
}
</style>