Shades of Mandy #CE5B62
Tints of Mandy #CE5B62
RGB
CMYK
RGB Variations
Color information
#CE5B62 (or 0xCE5B62) is known color: Mandy. HEX triplet: CE, 5B and 62. RGB value is (206,91,98). Sum of RGB (Red+Green+Blue) = 206+91+98=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B62 is #31A49D. Grayscale: #7E7E7E. Windows color (decimal): -3253406 or 6446030. OLE color: 6446030.
HSL color Cylindrical-coordinate representation of color #CE5B62: hue angle of 356.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5B62 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 98 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.19 |
| HSL | 356.35º | 0.54% | 0.58% | - |
| HSV(B) | 356.35º | 0.56% | 0.81% | - |
| XYZ | 31.4 | 21.49 | 14.05 | - |
| YUV | 126.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 98 | 0 | 0.56 | 0.52 | 0.19 | 356.35 | 0.54 | 0.58 |
| Hex | CE | 5B | 62 | 0 | 38 | 34 | 13 | 164 | 36 | 3A |
| Octal | 316 | 133 | 142 | 0 | 70 | 64 | 23 | 544 | 66 | 72 |
| Binary | 11001110 | 1011011 | 1100010 | 0 | 111000 | 110100 | 10011 | 101100100 | 110110 | 111010 |
Color Harmonies of #CE5B62
Complementary color
Monochromatic Colors of #CE5B62
Black with #CE5B62
Text Example
Text Example
White with #CE5B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B62; }
p { color: rgb(206,91,98); }
H1.HeaderClassName
{
color: #CE5B62;
}
.AnyTagClassName
{
color: #CE5B62;
}
</style>
background-color css
<style>
a { background-color: #CE5B62; }
a { background-color: rgb(206,91,98); }
div.DivClassName
{
background-color: #CE5B62;
}
.BgClassName
{
background-color: #CE5B62;
}
</style>
border-color css
<style>
span { border-color: #CE5B62; }
span { border-color: rgb(206,91,98); }
td.TdClassName
{
border-color: #CE5B62;
}
.TagClassName
{
border-color: #CE5B62;
}
</style>