Shades of Mandy #CE415E
Tints of Mandy #CE415E
RGB
CMYK
RGB Variations
Color information
#CE415E (or 0xCE415E) is known color: Mandy. HEX triplet: CE, 41 and 5E. RGB value is (206,65,94). Sum of RGB (Red+Green+Blue) = 206+65+94=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE415E is #31BEA1. Grayscale: #6E6E6E. Windows color (decimal): -3260066 or 6177230. OLE color: 6177230.
HSL color Cylindrical-coordinate representation of color #CE415E: hue angle of 347.66º 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 #CE415E is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 94 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.19 |
| HSL | 347.66º | 0.59% | 0.53% | - |
| HSV(B) | 347.66º | 0.68% | 0.81% | - |
| XYZ | 29.36 | 17.71 | 12.46 | - |
| YUV | 110.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 94 | 0 | 0.68 | 0.54 | 0.19 | 347.66 | 0.59 | 0.53 |
| Hex | CE | 41 | 5E | 0 | 44 | 36 | 13 | 15C | 3B | 35 |
| Octal | 316 | 101 | 136 | 0 | 104 | 66 | 23 | 534 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1011110 | 0 | 1000100 | 110110 | 10011 | 101011100 | 111011 | 110101 |
Color Harmonies of #CE415E
Complementary color
Monochromatic Colors of #CE415E
Black with #CE415E
Text Example
Text Example
White with #CE415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE415E; }
p { color: rgb(206,65,94); }
H1.HeaderClassName
{
color: #CE415E;
}
.AnyTagClassName
{
color: #CE415E;
}
</style>
background-color css
<style>
a { background-color: #CE415E; }
a { background-color: rgb(206,65,94); }
div.DivClassName
{
background-color: #CE415E;
}
.BgClassName
{
background-color: #CE415E;
}
</style>
border-color css
<style>
span { border-color: #CE415E; }
span { border-color: rgb(206,65,94); }
td.TdClassName
{
border-color: #CE415E;
}
.TagClassName
{
border-color: #CE415E;
}
</style>