Shades of Mandy #CE4355
Tints of Mandy #CE4355
RGB
CMYK
RGB Variations
Color information
#CE4355 (or 0xCE4355) is known color: Mandy. HEX triplet: CE, 43 and 55. RGB value is (206,67,85). Sum of RGB (Red+Green+Blue) = 206+67+85=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4355 is #31BCAA. Grayscale: #6E6E6E. Windows color (decimal): -3259563 or 5587918. OLE color: 5587918.
HSL color Cylindrical-coordinate representation of color #CE4355: hue angle of 352.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4355 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 85 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.19 |
| HSL | 352.23º | 0.59% | 0.54% | - |
| HSV(B) | 352.23º | 0.67% | 0.81% | - |
| XYZ | 29.1 | 17.79 | 10.49 | - |
| YUV | 110.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 85 | 0 | 0.67 | 0.59 | 0.19 | 352.23 | 0.59 | 0.54 |
| Hex | CE | 43 | 55 | 0 | 43 | 3B | 13 | 160 | 3B | 36 |
| Octal | 316 | 103 | 125 | 0 | 103 | 73 | 23 | 540 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1010101 | 0 | 1000011 | 111011 | 10011 | 101100000 | 111011 | 110110 |
Color Harmonies of #CE4355
Complementary color
Monochromatic Colors of #CE4355
Black with #CE4355
Text Example
Text Example
White with #CE4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4355; }
p { color: rgb(206,67,85); }
H1.HeaderClassName
{
color: #CE4355;
}
.AnyTagClassName
{
color: #CE4355;
}
</style>
background-color css
<style>
a { background-color: #CE4355; }
a { background-color: rgb(206,67,85); }
div.DivClassName
{
background-color: #CE4355;
}
.BgClassName
{
background-color: #CE4355;
}
</style>
border-color css
<style>
span { border-color: #CE4355; }
span { border-color: rgb(206,67,85); }
td.TdClassName
{
border-color: #CE4355;
}
.TagClassName
{
border-color: #CE4355;
}
</style>