Shades of Mandy #CE4155
Tints of Mandy #CE4155
RGB
CMYK
RGB Variations
Color information
#CE4155 (or 0xCE4155) is known color: Mandy. HEX triplet: CE, 41 and 55. RGB value is (206,65,85). Sum of RGB (Red+Green+Blue) = 206+65+85=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4155 is #31BEAA. Grayscale: #6D6D6D. Windows color (decimal): -3260075 or 5587406. OLE color: 5587406.
HSL color Cylindrical-coordinate representation of color #CE4155: hue angle of 351.49º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4155 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 85 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.19 |
| HSL | 351.49º | 0.59% | 0.53% | - |
| HSV(B) | 351.49º | 0.68% | 0.81% | - |
| XYZ | 28.98 | 17.56 | 10.46 | - |
| YUV | 109.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 85 | 0 | 0.68 | 0.59 | 0.19 | 351.49 | 0.59 | 0.53 |
| Hex | CE | 41 | 55 | 0 | 44 | 3B | 13 | 15F | 3B | 35 |
| Octal | 316 | 101 | 125 | 0 | 104 | 73 | 23 | 537 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1010101 | 0 | 1000100 | 111011 | 10011 | 101011111 | 111011 | 110101 |
Color Harmonies of #CE4155
Complementary color
Monochromatic Colors of #CE4155
Black with #CE4155
Text Example
Text Example
White with #CE4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4155; }
p { color: rgb(206,65,85); }
H1.HeaderClassName
{
color: #CE4155;
}
.AnyTagClassName
{
color: #CE4155;
}
</style>
background-color css
<style>
a { background-color: #CE4155; }
a { background-color: rgb(206,65,85); }
div.DivClassName
{
background-color: #CE4155;
}
.BgClassName
{
background-color: #CE4155;
}
</style>
border-color css
<style>
span { border-color: #CE4155; }
span { border-color: rgb(206,65,85); }
td.TdClassName
{
border-color: #CE4155;
}
.TagClassName
{
border-color: #CE4155;
}
</style>