Shades of Mandy #CE3F55
Tints of Mandy #CE3F55
RGB
CMYK
RGB Variations
Color information
#CE3F55 (or 0xCE3F55) is known color: Mandy. HEX triplet: CE, 3F and 55. RGB value is (206,63,85). Sum of RGB (Red+Green+Blue) = 206+63+85=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F55 is #31C0AA. Grayscale: #6C6C6C. Windows color (decimal): -3260587 or 5586894. OLE color: 5586894.
HSL color Cylindrical-coordinate representation of color #CE3F55: hue angle of 350.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F55 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 85 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.19 |
| HSL | 350.77º | 0.59% | 0.53% | - |
| HSV(B) | 350.77º | 0.69% | 0.81% | - |
| XYZ | 28.87 | 17.33 | 10.42 | - |
| YUV | 108.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 85 | 0 | 0.69 | 0.59 | 0.19 | 350.77 | 0.59 | 0.53 |
| Hex | CE | 3F | 55 | 0 | 45 | 3B | 13 | 15F | 3B | 35 |
| Octal | 316 | 77 | 125 | 0 | 105 | 73 | 23 | 537 | 73 | 65 |
| Binary | 11001110 | 111111 | 1010101 | 0 | 1000101 | 111011 | 10011 | 101011111 | 111011 | 110101 |
Color Harmonies of #CE3F55
Complementary color
Monochromatic Colors of #CE3F55
Black with #CE3F55
Text Example
Text Example
White with #CE3F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F55; }
p { color: rgb(206,63,85); }
H1.HeaderClassName
{
color: #CE3F55;
}
.AnyTagClassName
{
color: #CE3F55;
}
</style>
background-color css
<style>
a { background-color: #CE3F55; }
a { background-color: rgb(206,63,85); }
div.DivClassName
{
background-color: #CE3F55;
}
.BgClassName
{
background-color: #CE3F55;
}
</style>
border-color css
<style>
span { border-color: #CE3F55; }
span { border-color: rgb(206,63,85); }
td.TdClassName
{
border-color: #CE3F55;
}
.TagClassName
{
border-color: #CE3F55;
}
</style>