Shades of Mandy #CE5356
Tints of Mandy #CE5356
RGB
CMYK
RGB Variations
Color information
#CE5356 (or 0xCE5356) is known color: Mandy. HEX triplet: CE, 53 and 56. RGB value is (206,83,86). Sum of RGB (Red+Green+Blue) = 206+83+86=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5356 is #31ACA9. Grayscale: #787878. Windows color (decimal): -3255466 or 5657550. OLE color: 5657550.
HSL color Cylindrical-coordinate representation of color #CE5356: hue angle of 358.54º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5356 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 86 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.19 |
| HSL | 358.54º | 0.56% | 0.57% | - |
| HSV(B) | 358.54º | 0.6% | 0.81% | - |
| XYZ | 30.23 | 19.98 | 11.07 | - |
| YUV | 120.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 86 | 0 | 0.60 | 0.58 | 0.19 | 358.54 | 0.56 | 0.57 |
| Hex | CE | 53 | 56 | 0 | 3C | 3A | 13 | 167 | 38 | 39 |
| Octal | 316 | 123 | 126 | 0 | 74 | 72 | 23 | 547 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1010110 | 0 | 111100 | 111010 | 10011 | 101100111 | 111000 | 111001 |
Color Harmonies of #CE5356
Complementary color
Monochromatic Colors of #CE5356
Black with #CE5356
Text Example
Text Example
White with #CE5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5356; }
p { color: rgb(206,83,86); }
H1.HeaderClassName
{
color: #CE5356;
}
.AnyTagClassName
{
color: #CE5356;
}
</style>
background-color css
<style>
a { background-color: #CE5356; }
a { background-color: rgb(206,83,86); }
div.DivClassName
{
background-color: #CE5356;
}
.BgClassName
{
background-color: #CE5356;
}
</style>
border-color css
<style>
span { border-color: #CE5356; }
span { border-color: rgb(206,83,86); }
td.TdClassName
{
border-color: #CE5356;
}
.TagClassName
{
border-color: #CE5356;
}
</style>