Shades of Mandy #CE4E5A
Tints of Mandy #CE4E5A
RGB
CMYK
RGB Variations
Color information
#CE4E5A (or 0xCE4E5A) is known color: Mandy. HEX triplet: CE, 4E and 5A. RGB value is (206,78,90). Sum of RGB (Red+Green+Blue) = 206+78+90=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E5A is #31B1A5. Grayscale: #757575. Windows color (decimal): -3256742 or 5918414. OLE color: 5918414.
HSL color Cylindrical-coordinate representation of color #CE4E5A: hue angle of 354.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4E5A is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 90 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.19 |
| HSL | 354.38º | 0.57% | 0.56% | - |
| HSV(B) | 354.38º | 0.62% | 0.81% | - |
| XYZ | 30.02 | 19.31 | 11.82 | - |
| YUV | 117.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 90 | 0 | 0.62 | 0.56 | 0.19 | 354.38 | 0.57 | 0.56 |
| Hex | CE | 4E | 5A | 0 | 3E | 38 | 13 | 162 | 39 | 38 |
| Octal | 316 | 116 | 132 | 0 | 76 | 70 | 23 | 542 | 71 | 70 |
| Binary | 11001110 | 1001110 | 1011010 | 0 | 111110 | 111000 | 10011 | 101100010 | 111001 | 111000 |
Color Harmonies of #CE4E5A
Complementary color
Monochromatic Colors of #CE4E5A
Black with #CE4E5A
Text Example
Text Example
White with #CE4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E5A; }
p { color: rgb(206,78,90); }
H1.HeaderClassName
{
color: #CE4E5A;
}
.AnyTagClassName
{
color: #CE4E5A;
}
</style>
background-color css
<style>
a { background-color: #CE4E5A; }
a { background-color: rgb(206,78,90); }
div.DivClassName
{
background-color: #CE4E5A;
}
.BgClassName
{
background-color: #CE4E5A;
}
</style>
border-color css
<style>
span { border-color: #CE4E5A; }
span { border-color: rgb(206,78,90); }
td.TdClassName
{
border-color: #CE4E5A;
}
.TagClassName
{
border-color: #CE4E5A;
}
</style>