Shades of Mandy #CE4A5F
Tints of Mandy #CE4A5F
RGB
CMYK
RGB Variations
Color information
#CE4A5F (or 0xCE4A5F) is known color: Mandy. HEX triplet: CE, 4A and 5F. RGB value is (206,74,95). Sum of RGB (Red+Green+Blue) = 206+74+95=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A5F is #31B5A0. Grayscale: #737373. Windows color (decimal): -3257761 or 6245070. OLE color: 6245070.
HSL color Cylindrical-coordinate representation of color #CE4A5F: hue angle of 350.45º 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 #CE4A5F is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 95 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.19 |
| HSL | 350.45º | 0.57% | 0.55% | - |
| HSV(B) | 350.45º | 0.64% | 0.81% | - |
| XYZ | 29.97 | 18.85 | 12.88 | - |
| YUV | 115.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 95 | 0 | 0.64 | 0.54 | 0.19 | 350.45 | 0.57 | 0.55 |
| Hex | CE | 4A | 5F | 0 | 40 | 36 | 13 | 15E | 39 | 37 |
| Octal | 316 | 112 | 137 | 0 | 100 | 66 | 23 | 536 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1011111 | 0 | 1000000 | 110110 | 10011 | 101011110 | 111001 | 110111 |
Color Harmonies of #CE4A5F
Complementary color
Monochromatic Colors of #CE4A5F
Black with #CE4A5F
Text Example
Text Example
White with #CE4A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A5F; }
p { color: rgb(206,74,95); }
H1.HeaderClassName
{
color: #CE4A5F;
}
.AnyTagClassName
{
color: #CE4A5F;
}
</style>
background-color css
<style>
a { background-color: #CE4A5F; }
a { background-color: rgb(206,74,95); }
div.DivClassName
{
background-color: #CE4A5F;
}
.BgClassName
{
background-color: #CE4A5F;
}
</style>
border-color css
<style>
span { border-color: #CE4A5F; }
span { border-color: rgb(206,74,95); }
td.TdClassName
{
border-color: #CE4A5F;
}
.TagClassName
{
border-color: #CE4A5F;
}
</style>