Shades of Mandy #CE5362
Tints of Mandy #CE5362
RGB
CMYK
RGB Variations
Color information
#CE5362 (or 0xCE5362) is known color: Mandy. HEX triplet: CE, 53 and 62. RGB value is (206,83,98). Sum of RGB (Red+Green+Blue) = 206+83+98=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5362 is #31AC9D. Grayscale: #797979. Windows color (decimal): -3255454 or 6443982. OLE color: 6443982.
HSL color Cylindrical-coordinate representation of color #CE5362: hue angle of 352.68º 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 #CE5362 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 98 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.19 |
| HSL | 352.68º | 0.56% | 0.57% | - |
| HSV(B) | 352.68º | 0.6% | 0.81% | - |
| XYZ | 30.75 | 20.19 | 13.83 | - |
| YUV | 121.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 98 | 0 | 0.60 | 0.52 | 0.19 | 352.68 | 0.56 | 0.57 |
| Hex | CE | 53 | 62 | 0 | 3C | 34 | 13 | 161 | 38 | 39 |
| Octal | 316 | 123 | 142 | 0 | 74 | 64 | 23 | 541 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1100010 | 0 | 111100 | 110100 | 10011 | 101100001 | 111000 | 111001 |
Color Harmonies of #CE5362
Complementary color
Monochromatic Colors of #CE5362
Black with #CE5362
Text Example
Text Example
White with #CE5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5362; }
p { color: rgb(206,83,98); }
H1.HeaderClassName
{
color: #CE5362;
}
.AnyTagClassName
{
color: #CE5362;
}
</style>
background-color css
<style>
a { background-color: #CE5362; }
a { background-color: rgb(206,83,98); }
div.DivClassName
{
background-color: #CE5362;
}
.BgClassName
{
background-color: #CE5362;
}
</style>
border-color css
<style>
span { border-color: #CE5362; }
span { border-color: rgb(206,83,98); }
td.TdClassName
{
border-color: #CE5362;
}
.TagClassName
{
border-color: #CE5362;
}
</style>