Shades of Mandy #CE555D
Tints of Mandy #CE555D
RGB
CMYK
RGB Variations
Color information
#CE555D (or 0xCE555D) is known color: Mandy. HEX triplet: CE, 55 and 5D. RGB value is (206,85,93). Sum of RGB (Red+Green+Blue) = 206+85+93=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE555D is #31AAA2. Grayscale: #7A7A7A. Windows color (decimal): -3254947 or 6116814. OLE color: 6116814.
HSL color Cylindrical-coordinate representation of color #CE555D: hue angle of 356.03º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE555D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 93 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.19 |
| HSL | 356.03º | 0.55% | 0.57% | - |
| HSV(B) | 356.03º | 0.59% | 0.81% | - |
| XYZ | 30.68 | 20.41 | 12.68 | - |
| YUV | 122.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 93 | 0 | 0.59 | 0.55 | 0.19 | 356.03 | 0.55 | 0.57 |
| Hex | CE | 55 | 5D | 0 | 3B | 37 | 13 | 164 | 37 | 39 |
| Octal | 316 | 125 | 135 | 0 | 73 | 67 | 23 | 544 | 67 | 71 |
| Binary | 11001110 | 1010101 | 1011101 | 0 | 111011 | 110111 | 10011 | 101100100 | 110111 | 111001 |
Color Harmonies of #CE555D
Complementary color
Monochromatic Colors of #CE555D
Black with #CE555D
Text Example
Text Example
White with #CE555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE555D; }
p { color: rgb(206,85,93); }
H1.HeaderClassName
{
color: #CE555D;
}
.AnyTagClassName
{
color: #CE555D;
}
</style>
background-color css
<style>
a { background-color: #CE555D; }
a { background-color: rgb(206,85,93); }
div.DivClassName
{
background-color: #CE555D;
}
.BgClassName
{
background-color: #CE555D;
}
</style>
border-color css
<style>
span { border-color: #CE555D; }
span { border-color: rgb(206,85,93); }
td.TdClassName
{
border-color: #CE555D;
}
.TagClassName
{
border-color: #CE555D;
}
</style>