Shades of Mandy #CE4D4F
Tints of Mandy #CE4D4F
RGB
CMYK
RGB Variations
Color information
#CE4D4F (or 0xCE4D4F) is known color: Mandy. HEX triplet: CE, 4D and 4F. RGB value is (206,77,79). Sum of RGB (Red+Green+Blue) = 206+77+79=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D4F is #31B2B0. Grayscale: #737373. Windows color (decimal): -3257009 or 5197262. OLE color: 5197262.
HSL color Cylindrical-coordinate representation of color #CE4D4F: hue angle of 359.07º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4D4F is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 79 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.19 |
| HSL | 359.07º | 0.57% | 0.55% | - |
| HSV(B) | 359.07º | 0.63% | 0.81% | - |
| XYZ | 29.52 | 18.99 | 9.51 | - |
| YUV | 115.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 79 | 0 | 0.63 | 0.62 | 0.19 | 359.07 | 0.57 | 0.55 |
| Hex | CE | 4D | 4F | 0 | 3F | 3E | 13 | 167 | 39 | 37 |
| Octal | 316 | 115 | 117 | 0 | 77 | 76 | 23 | 547 | 71 | 67 |
| Binary | 11001110 | 1001101 | 1001111 | 0 | 111111 | 111110 | 10011 | 101100111 | 111001 | 110111 |
Color Harmonies of #CE4D4F
Complementary color
Monochromatic Colors of #CE4D4F
Black with #CE4D4F
Text Example
Text Example
White with #CE4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D4F; }
p { color: rgb(206,77,79); }
H1.HeaderClassName
{
color: #CE4D4F;
}
.AnyTagClassName
{
color: #CE4D4F;
}
</style>
background-color css
<style>
a { background-color: #CE4D4F; }
a { background-color: rgb(206,77,79); }
div.DivClassName
{
background-color: #CE4D4F;
}
.BgClassName
{
background-color: #CE4D4F;
}
</style>
border-color css
<style>
span { border-color: #CE4D4F; }
span { border-color: rgb(206,77,79); }
td.TdClassName
{
border-color: #CE4D4F;
}
.TagClassName
{
border-color: #CE4D4F;
}
</style>