Shades of Mandy #CE5A65
Tints of Mandy #CE5A65
RGB
CMYK
RGB Variations
Color information
#CE5A65 (or 0xCE5A65) is known color: Mandy. HEX triplet: CE, 5A and 65. RGB value is (206,90,101). Sum of RGB (Red+Green+Blue) = 206+90+101=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A65 is #31A59A. Grayscale: #7E7E7E. Windows color (decimal): -3253659 or 6642382. OLE color: 6642382.
HSL color Cylindrical-coordinate representation of color #CE5A65: hue angle of 354.31º 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 #CE5A65 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 101 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.19 |
| HSL | 354.31º | 0.54% | 0.58% | - |
| HSV(B) | 354.31º | 0.56% | 0.81% | - |
| XYZ | 31.46 | 21.37 | 14.78 | - |
| YUV | 125.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 101 | 0 | 0.56 | 0.51 | 0.19 | 354.31 | 0.54 | 0.58 |
| Hex | CE | 5A | 65 | 0 | 38 | 33 | 13 | 162 | 36 | 3A |
| Octal | 316 | 132 | 145 | 0 | 70 | 63 | 23 | 542 | 66 | 72 |
| Binary | 11001110 | 1011010 | 1100101 | 0 | 111000 | 110011 | 10011 | 101100010 | 110110 | 111010 |
Color Harmonies of #CE5A65
Complementary color
Monochromatic Colors of #CE5A65
Black with #CE5A65
Text Example
Text Example
White with #CE5A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A65; }
p { color: rgb(206,90,101); }
H1.HeaderClassName
{
color: #CE5A65;
}
.AnyTagClassName
{
color: #CE5A65;
}
</style>
background-color css
<style>
a { background-color: #CE5A65; }
a { background-color: rgb(206,90,101); }
div.DivClassName
{
background-color: #CE5A65;
}
.BgClassName
{
background-color: #CE5A65;
}
</style>
border-color css
<style>
span { border-color: #CE5A65; }
span { border-color: rgb(206,90,101); }
td.TdClassName
{
border-color: #CE5A65;
}
.TagClassName
{
border-color: #CE5A65;
}
</style>