Shades of Mandy #CE4C4D
Tints of Mandy #CE4C4D
RGB
CMYK
RGB Variations
Color information
#CE4C4D (or 0xCE4C4D) is known color: Mandy. HEX triplet: CE, 4C and 4D. RGB value is (206,76,77). Sum of RGB (Red+Green+Blue) = 206+76+77=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4C4D is #31B3B2. Grayscale: #737373. Windows color (decimal): -3257267 or 5065934. OLE color: 5065934.
HSL color Cylindrical-coordinate representation of color #CE4C4D: hue angle of 359.54º 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 #CE4C4D is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 77 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.19 |
| HSL | 359.54º | 0.57% | 0.55% | - |
| HSV(B) | 359.54º | 0.63% | 0.81% | - |
| XYZ | 29.38 | 18.83 | 9.11 | - |
| YUV | 114.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 77 | 0 | 0.63 | 0.63 | 0.19 | 359.54 | 0.57 | 0.55 |
| Hex | CE | 4C | 4D | 0 | 3F | 3F | 13 | 168 | 39 | 37 |
| Octal | 316 | 114 | 115 | 0 | 77 | 77 | 23 | 550 | 71 | 67 |
| Binary | 11001110 | 1001100 | 1001101 | 0 | 111111 | 111111 | 10011 | 101101000 | 111001 | 110111 |
Color Harmonies of #CE4C4D
Complementary color
Monochromatic Colors of #CE4C4D
Black with #CE4C4D
Text Example
Text Example
White with #CE4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4C4D; }
p { color: rgb(206,76,77); }
H1.HeaderClassName
{
color: #CE4C4D;
}
.AnyTagClassName
{
color: #CE4C4D;
}
</style>
background-color css
<style>
a { background-color: #CE4C4D; }
a { background-color: rgb(206,76,77); }
div.DivClassName
{
background-color: #CE4C4D;
}
.BgClassName
{
background-color: #CE4C4D;
}
</style>
border-color css
<style>
span { border-color: #CE4C4D; }
span { border-color: rgb(206,76,77); }
td.TdClassName
{
border-color: #CE4C4D;
}
.TagClassName
{
border-color: #CE4C4D;
}
</style>