Shades of Mandy #CE535C
Tints of Mandy #CE535C
RGB
CMYK
RGB Variations
Color information
#CE535C (or 0xCE535C) is known color: Mandy. HEX triplet: CE, 53 and 5C. RGB value is (206,83,92). Sum of RGB (Red+Green+Blue) = 206+83+92=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE535C is #31ACA3. Grayscale: #787878. Windows color (decimal): -3255460 or 6050766. OLE color: 6050766.
HSL color Cylindrical-coordinate representation of color #CE535C: hue angle of 355.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE535C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 92 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.19 |
| HSL | 355.61º | 0.56% | 0.57% | - |
| HSV(B) | 355.61º | 0.6% | 0.81% | - |
| XYZ | 30.48 | 20.08 | 12.39 | - |
| YUV | 120.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 92 | 0 | 0.60 | 0.55 | 0.19 | 355.61 | 0.56 | 0.57 |
| Hex | CE | 53 | 5C | 0 | 3C | 37 | 13 | 164 | 38 | 39 |
| Octal | 316 | 123 | 134 | 0 | 74 | 67 | 23 | 544 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1011100 | 0 | 111100 | 110111 | 10011 | 101100100 | 111000 | 111001 |
Color Harmonies of #CE535C
Complementary color
Monochromatic Colors of #CE535C
Black with #CE535C
Text Example
Text Example
White with #CE535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE535C; }
p { color: rgb(206,83,92); }
H1.HeaderClassName
{
color: #CE535C;
}
.AnyTagClassName
{
color: #CE535C;
}
</style>
background-color css
<style>
a { background-color: #CE535C; }
a { background-color: rgb(206,83,92); }
div.DivClassName
{
background-color: #CE535C;
}
.BgClassName
{
background-color: #CE535C;
}
</style>
border-color css
<style>
span { border-color: #CE535C; }
span { border-color: rgb(206,83,92); }
td.TdClassName
{
border-color: #CE535C;
}
.TagClassName
{
border-color: #CE535C;
}
</style>