Shades of Mandy #CE4156
Tints of Mandy #CE4156
RGB
CMYK
RGB Variations
Color information
#CE4156 (or 0xCE4156) is known color: Mandy. HEX triplet: CE, 41 and 56. RGB value is (206,65,86). Sum of RGB (Red+Green+Blue) = 206+65+86=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4156 is #31BEA9. Grayscale: #6D6D6D. Windows color (decimal): -3260074 or 5652942. OLE color: 5652942.
HSL color Cylindrical-coordinate representation of color #CE4156: hue angle of 351.06º 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 #CE4156 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 86 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.19 |
| HSL | 351.06º | 0.59% | 0.53% | - |
| HSV(B) | 351.06º | 0.68% | 0.81% | - |
| XYZ | 29.02 | 17.57 | 10.67 | - |
| YUV | 109.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 86 | 0 | 0.68 | 0.58 | 0.19 | 351.06 | 0.59 | 0.53 |
| Hex | CE | 41 | 56 | 0 | 44 | 3A | 13 | 15F | 3B | 35 |
| Octal | 316 | 101 | 126 | 0 | 104 | 72 | 23 | 537 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1010110 | 0 | 1000100 | 111010 | 10011 | 101011111 | 111011 | 110101 |
Color Harmonies of #CE4156
Complementary color
Monochromatic Colors of #CE4156
Black with #CE4156
Text Example
Text Example
White with #CE4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4156; }
p { color: rgb(206,65,86); }
H1.HeaderClassName
{
color: #CE4156;
}
.AnyTagClassName
{
color: #CE4156;
}
</style>
background-color css
<style>
a { background-color: #CE4156; }
a { background-color: rgb(206,65,86); }
div.DivClassName
{
background-color: #CE4156;
}
.BgClassName
{
background-color: #CE4156;
}
</style>
border-color css
<style>
span { border-color: #CE4156; }
span { border-color: rgb(206,65,86); }
td.TdClassName
{
border-color: #CE4156;
}
.TagClassName
{
border-color: #CE4156;
}
</style>