Shades of Mandy #CE5C65
Tints of Mandy #CE5C65
RGB
CMYK
RGB Variations
Color information
#CE5C65 (or 0xCE5C65) is known color: Mandy. HEX triplet: CE, 5C and 65. RGB value is (206,92,101). Sum of RGB (Red+Green+Blue) = 206+92+101=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C65 is #31A39A. Grayscale: #7F7F7F. Windows color (decimal): -3253147 or 6642894. OLE color: 6642894.
HSL color Cylindrical-coordinate representation of color #CE5C65: hue angle of 355.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5C65 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 101 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.19 |
| HSL | 355.26º | 0.54% | 0.58% | - |
| HSV(B) | 355.26º | 0.55% | 0.81% | - |
| XYZ | 31.63 | 21.72 | 14.84 | - |
| YUV | 127.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 101 | 0 | 0.55 | 0.51 | 0.19 | 355.26 | 0.54 | 0.58 |
| Hex | CE | 5C | 65 | 0 | 37 | 33 | 13 | 163 | 36 | 3A |
| Octal | 316 | 134 | 145 | 0 | 67 | 63 | 23 | 543 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1100101 | 0 | 110111 | 110011 | 10011 | 101100011 | 110110 | 111010 |
Color Harmonies of #CE5C65
Complementary color
Monochromatic Colors of #CE5C65
Black with #CE5C65
Text Example
Text Example
White with #CE5C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C65; }
p { color: rgb(206,92,101); }
H1.HeaderClassName
{
color: #CE5C65;
}
.AnyTagClassName
{
color: #CE5C65;
}
</style>
background-color css
<style>
a { background-color: #CE5C65; }
a { background-color: rgb(206,92,101); }
div.DivClassName
{
background-color: #CE5C65;
}
.BgClassName
{
background-color: #CE5C65;
}
</style>
border-color css
<style>
span { border-color: #CE5C65; }
span { border-color: rgb(206,92,101); }
td.TdClassName
{
border-color: #CE5C65;
}
.TagClassName
{
border-color: #CE5C65;
}
</style>