Shades of Mandy #CE5462
Tints of Mandy #CE5462
RGB
CMYK
RGB Variations
Color information
#CE5462 (or 0xCE5462) is known color: Mandy. HEX triplet: CE, 54 and 62. RGB value is (206,84,98). Sum of RGB (Red+Green+Blue) = 206+84+98=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5462 is #31AB9D. Grayscale: #7A7A7A. Windows color (decimal): -3255198 or 6444238. OLE color: 6444238.
HSL color Cylindrical-coordinate representation of color #CE5462: hue angle of 353.11º 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 #CE5462 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 98 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.19 |
| HSL | 353.11º | 0.55% | 0.57% | - |
| HSV(B) | 353.11º | 0.59% | 0.81% | - |
| XYZ | 30.83 | 20.34 | 13.86 | - |
| YUV | 122.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 98 | 0 | 0.59 | 0.52 | 0.19 | 353.11 | 0.55 | 0.57 |
| Hex | CE | 54 | 62 | 0 | 3B | 34 | 13 | 161 | 37 | 39 |
| Octal | 316 | 124 | 142 | 0 | 73 | 64 | 23 | 541 | 67 | 71 |
| Binary | 11001110 | 1010100 | 1100010 | 0 | 111011 | 110100 | 10011 | 101100001 | 110111 | 111001 |
Color Harmonies of #CE5462
Complementary color
Monochromatic Colors of #CE5462
Black with #CE5462
Text Example
Text Example
White with #CE5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5462; }
p { color: rgb(206,84,98); }
H1.HeaderClassName
{
color: #CE5462;
}
.AnyTagClassName
{
color: #CE5462;
}
</style>
background-color css
<style>
a { background-color: #CE5462; }
a { background-color: rgb(206,84,98); }
div.DivClassName
{
background-color: #CE5462;
}
.BgClassName
{
background-color: #CE5462;
}
</style>
border-color css
<style>
span { border-color: #CE5462; }
span { border-color: rgb(206,84,98); }
td.TdClassName
{
border-color: #CE5462;
}
.TagClassName
{
border-color: #CE5462;
}
</style>