Shades of Mandy #CE4B5F
Tints of Mandy #CE4B5F
RGB
CMYK
RGB Variations
Color information
#CE4B5F (or 0xCE4B5F) is known color: Mandy. HEX triplet: CE, 4B and 5F. RGB value is (206,75,95). Sum of RGB (Red+Green+Blue) = 206+75+95=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B5F is #31B4A0. Grayscale: #747474. Windows color (decimal): -3257505 or 6245326. OLE color: 6245326.
HSL color Cylindrical-coordinate representation of color #CE4B5F: hue angle of 350.84º 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 #CE4B5F is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 95 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.19 |
| HSL | 350.84º | 0.57% | 0.55% | - |
| HSV(B) | 350.84º | 0.64% | 0.81% | - |
| XYZ | 30.04 | 18.98 | 12.91 | - |
| YUV | 116.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 95 | 0 | 0.64 | 0.54 | 0.19 | 350.84 | 0.57 | 0.55 |
| Hex | CE | 4B | 5F | 0 | 40 | 36 | 13 | 15F | 39 | 37 |
| Octal | 316 | 113 | 137 | 0 | 100 | 66 | 23 | 537 | 71 | 67 |
| Binary | 11001110 | 1001011 | 1011111 | 0 | 1000000 | 110110 | 10011 | 101011111 | 111001 | 110111 |
Color Harmonies of #CE4B5F
Complementary color
Monochromatic Colors of #CE4B5F
Black with #CE4B5F
Text Example
Text Example
White with #CE4B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4B5F; }
p { color: rgb(206,75,95); }
H1.HeaderClassName
{
color: #CE4B5F;
}
.AnyTagClassName
{
color: #CE4B5F;
}
</style>
background-color css
<style>
a { background-color: #CE4B5F; }
a { background-color: rgb(206,75,95); }
div.DivClassName
{
background-color: #CE4B5F;
}
.BgClassName
{
background-color: #CE4B5F;
}
</style>
border-color css
<style>
span { border-color: #CE4B5F; }
span { border-color: rgb(206,75,95); }
td.TdClassName
{
border-color: #CE4B5F;
}
.TagClassName
{
border-color: #CE4B5F;
}
</style>