Shades of Mandy #CE525C
Tints of Mandy #CE525C
RGB
CMYK
RGB Variations
Color information
#CE525C (or 0xCE525C) is known color: Mandy. HEX triplet: CE, 52 and 5C. RGB value is (206,82,92). Sum of RGB (Red+Green+Blue) = 206+82+92=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE525C is #31ADA3. Grayscale: #787878. Windows color (decimal): -3255716 or 6050510. OLE color: 6050510.
HSL color Cylindrical-coordinate representation of color #CE525C: hue angle of 355.16º 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 #CE525C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 92 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.19 |
| HSL | 355.16º | 0.56% | 0.56% | - |
| HSV(B) | 355.16º | 0.6% | 0.81% | - |
| XYZ | 30.4 | 19.93 | 12.37 | - |
| YUV | 120.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 92 | 0 | 0.60 | 0.55 | 0.19 | 355.16 | 0.56 | 0.56 |
| Hex | CE | 52 | 5C | 0 | 3C | 37 | 13 | 163 | 38 | 38 |
| Octal | 316 | 122 | 134 | 0 | 74 | 67 | 23 | 543 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1011100 | 0 | 111100 | 110111 | 10011 | 101100011 | 111000 | 111000 |
Color Harmonies of #CE525C
Complementary color
Monochromatic Colors of #CE525C
Black with #CE525C
Text Example
Text Example
White with #CE525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE525C; }
p { color: rgb(206,82,92); }
H1.HeaderClassName
{
color: #CE525C;
}
.AnyTagClassName
{
color: #CE525C;
}
</style>
background-color css
<style>
a { background-color: #CE525C; }
a { background-color: rgb(206,82,92); }
div.DivClassName
{
background-color: #CE525C;
}
.BgClassName
{
background-color: #CE525C;
}
</style>
border-color css
<style>
span { border-color: #CE525C; }
span { border-color: rgb(206,82,92); }
td.TdClassName
{
border-color: #CE525C;
}
.TagClassName
{
border-color: #CE525C;
}
</style>