Shades of Mandy #CE4051
Tints of Mandy #CE4051
RGB
CMYK
RGB Variations
Color information
#CE4051 (or 0xCE4051) is known color: Mandy. HEX triplet: CE, 40 and 51. RGB value is (206,64,81). Sum of RGB (Red+Green+Blue) = 206+64+81=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4051 is #31BFAE. Grayscale: #6C6C6C. Windows color (decimal): -3260335 or 5325006. OLE color: 5325006.
HSL color Cylindrical-coordinate representation of color #CE4051: hue angle of 352.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4051 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 81 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.19 |
| HSL | 352.82º | 0.59% | 0.53% | - |
| HSV(B) | 352.82º | 0.69% | 0.81% | - |
| XYZ | 28.77 | 17.38 | 9.62 | - |
| YUV | 108.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 81 | 0 | 0.69 | 0.61 | 0.19 | 352.82 | 0.59 | 0.53 |
| Hex | CE | 40 | 51 | 0 | 45 | 3D | 13 | 161 | 3B | 35 |
| Octal | 316 | 100 | 121 | 0 | 105 | 75 | 23 | 541 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1010001 | 0 | 1000101 | 111101 | 10011 | 101100001 | 111011 | 110101 |
Color Harmonies of #CE4051
Complementary color
Monochromatic Colors of #CE4051
Black with #CE4051
Text Example
Text Example
White with #CE4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4051; }
p { color: rgb(206,64,81); }
H1.HeaderClassName
{
color: #CE4051;
}
.AnyTagClassName
{
color: #CE4051;
}
</style>
background-color css
<style>
a { background-color: #CE4051; }
a { background-color: rgb(206,64,81); }
div.DivClassName
{
background-color: #CE4051;
}
.BgClassName
{
background-color: #CE4051;
}
</style>
border-color css
<style>
span { border-color: #CE4051; }
span { border-color: rgb(206,64,81); }
td.TdClassName
{
border-color: #CE4051;
}
.TagClassName
{
border-color: #CE4051;
}
</style>