Shades of Mandy #CE4052
Tints of Mandy #CE4052
RGB
CMYK
RGB Variations
Color information
#CE4052 (or 0xCE4052) is known color: Mandy. HEX triplet: CE, 40 and 52. RGB value is (206,64,82). Sum of RGB (Red+Green+Blue) = 206+64+82=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4052 is #31BFAD. Grayscale: #6C6C6C. Windows color (decimal): -3260334 or 5390542. OLE color: 5390542.
HSL color Cylindrical-coordinate representation of color #CE4052: hue angle of 352.39º 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 #CE4052 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 82 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.19 |
| HSL | 352.39º | 0.59% | 0.53% | - |
| HSV(B) | 352.39º | 0.69% | 0.81% | - |
| XYZ | 28.81 | 17.4 | 9.82 | - |
| YUV | 108.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 82 | 0 | 0.69 | 0.60 | 0.19 | 352.39 | 0.59 | 0.53 |
| Hex | CE | 40 | 52 | 0 | 45 | 3C | 13 | 160 | 3B | 35 |
| Octal | 316 | 100 | 122 | 0 | 105 | 74 | 23 | 540 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1010010 | 0 | 1000101 | 111100 | 10011 | 101100000 | 111011 | 110101 |
Color Harmonies of #CE4052
Complementary color
Monochromatic Colors of #CE4052
Black with #CE4052
Text Example
Text Example
White with #CE4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4052; }
p { color: rgb(206,64,82); }
H1.HeaderClassName
{
color: #CE4052;
}
.AnyTagClassName
{
color: #CE4052;
}
</style>
background-color css
<style>
a { background-color: #CE4052; }
a { background-color: rgb(206,64,82); }
div.DivClassName
{
background-color: #CE4052;
}
.BgClassName
{
background-color: #CE4052;
}
</style>
border-color css
<style>
span { border-color: #CE4052; }
span { border-color: rgb(206,64,82); }
td.TdClassName
{
border-color: #CE4052;
}
.TagClassName
{
border-color: #CE4052;
}
</style>