Shades of Mandy #CE525E
Tints of Mandy #CE525E
RGB
CMYK
RGB Variations
Color information
#CE525E (or 0xCE525E) is known color: Mandy. HEX triplet: CE, 52 and 5E. RGB value is (206,82,94). Sum of RGB (Red+Green+Blue) = 206+82+94=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE525E is #31ADA1. Grayscale: #787878. Windows color (decimal): -3255714 or 6181582. OLE color: 6181582.
HSL color Cylindrical-coordinate representation of color #CE525E: hue angle of 354.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE525E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 94 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.19 |
| HSL | 354.19º | 0.56% | 0.56% | - |
| HSV(B) | 354.19º | 0.6% | 0.81% | - |
| XYZ | 30.49 | 19.96 | 12.84 | - |
| YUV | 120.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 94 | 0 | 0.60 | 0.54 | 0.19 | 354.19 | 0.56 | 0.56 |
| Hex | CE | 52 | 5E | 0 | 3C | 36 | 13 | 162 | 38 | 38 |
| Octal | 316 | 122 | 136 | 0 | 74 | 66 | 23 | 542 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1011110 | 0 | 111100 | 110110 | 10011 | 101100010 | 111000 | 111000 |
Color Harmonies of #CE525E
Complementary color
Monochromatic Colors of #CE525E
Black with #CE525E
Text Example
Text Example
White with #CE525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE525E; }
p { color: rgb(206,82,94); }
H1.HeaderClassName
{
color: #CE525E;
}
.AnyTagClassName
{
color: #CE525E;
}
</style>
background-color css
<style>
a { background-color: #CE525E; }
a { background-color: rgb(206,82,94); }
div.DivClassName
{
background-color: #CE525E;
}
.BgClassName
{
background-color: #CE525E;
}
</style>
border-color css
<style>
span { border-color: #CE525E; }
span { border-color: rgb(206,82,94); }
td.TdClassName
{
border-color: #CE525E;
}
.TagClassName
{
border-color: #CE525E;
}
</style>