Shades of Mandy #CE525B
Tints of Mandy #CE525B
RGB
CMYK
RGB Variations
Color information
#CE525B (or 0xCE525B) is known color: Mandy. HEX triplet: CE, 52 and 5B. RGB value is (206,82,91). Sum of RGB (Red+Green+Blue) = 206+82+91=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE525B is #31ADA4. Grayscale: #787878. Windows color (decimal): -3255717 or 5984974. OLE color: 5984974.
HSL color Cylindrical-coordinate representation of color #CE525B: hue angle of 355.65º 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 #CE525B is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 91 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.19 |
| HSL | 355.65º | 0.56% | 0.56% | - |
| HSV(B) | 355.65º | 0.6% | 0.81% | - |
| XYZ | 30.36 | 19.91 | 12.14 | - |
| YUV | 120.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 91 | 0 | 0.60 | 0.56 | 0.19 | 355.65 | 0.56 | 0.56 |
| Hex | CE | 52 | 5B | 0 | 3C | 38 | 13 | 164 | 38 | 38 |
| Octal | 316 | 122 | 133 | 0 | 74 | 70 | 23 | 544 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1011011 | 0 | 111100 | 111000 | 10011 | 101100100 | 111000 | 111000 |
Color Harmonies of #CE525B
Complementary color
Monochromatic Colors of #CE525B
Black with #CE525B
Text Example
Text Example
White with #CE525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE525B; }
p { color: rgb(206,82,91); }
H1.HeaderClassName
{
color: #CE525B;
}
.AnyTagClassName
{
color: #CE525B;
}
</style>
background-color css
<style>
a { background-color: #CE525B; }
a { background-color: rgb(206,82,91); }
div.DivClassName
{
background-color: #CE525B;
}
.BgClassName
{
background-color: #CE525B;
}
</style>
border-color css
<style>
span { border-color: #CE525B; }
span { border-color: rgb(206,82,91); }
td.TdClassName
{
border-color: #CE525B;
}
.TagClassName
{
border-color: #CE525B;
}
</style>