Shades of Mandy #CE4F52
Tints of Mandy #CE4F52
RGB
CMYK
RGB Variations
Color information
#CE4F52 (or 0xCE4F52) is known color: Mandy. HEX triplet: CE, 4F and 52. RGB value is (206,79,82). Sum of RGB (Red+Green+Blue) = 206+79+82=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F52 is #31B0AD. Grayscale: #757575. Windows color (decimal): -3256494 or 5394382. OLE color: 5394382.
HSL color Cylindrical-coordinate representation of color #CE4F52: hue angle of 358.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4F52 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 82 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.19 |
| HSL | 358.58º | 0.56% | 0.56% | - |
| HSV(B) | 358.58º | 0.62% | 0.81% | - |
| XYZ | 29.77 | 19.32 | 10.14 | - |
| YUV | 117.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 82 | 0 | 0.62 | 0.60 | 0.19 | 358.58 | 0.56 | 0.56 |
| Hex | CE | 4F | 52 | 0 | 3E | 3C | 13 | 167 | 38 | 38 |
| Octal | 316 | 117 | 122 | 0 | 76 | 74 | 23 | 547 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1010010 | 0 | 111110 | 111100 | 10011 | 101100111 | 111000 | 111000 |
Color Harmonies of #CE4F52
Complementary color
Monochromatic Colors of #CE4F52
Black with #CE4F52
Text Example
Text Example
White with #CE4F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F52; }
p { color: rgb(206,79,82); }
H1.HeaderClassName
{
color: #CE4F52;
}
.AnyTagClassName
{
color: #CE4F52;
}
</style>
background-color css
<style>
a { background-color: #CE4F52; }
a { background-color: rgb(206,79,82); }
div.DivClassName
{
background-color: #CE4F52;
}
.BgClassName
{
background-color: #CE4F52;
}
</style>
border-color css
<style>
span { border-color: #CE4F52; }
span { border-color: rgb(206,79,82); }
td.TdClassName
{
border-color: #CE4F52;
}
.TagClassName
{
border-color: #CE4F52;
}
</style>