Shades of Mandy #CE505C
Tints of Mandy #CE505C
RGB
CMYK
RGB Variations
Color information
#CE505C (or 0xCE505C) is known color: Mandy. HEX triplet: CE, 50 and 5C. RGB value is (206,80,92). Sum of RGB (Red+Green+Blue) = 206+80+92=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE505C is #31AFA3. Grayscale: #777777. Windows color (decimal): -3256228 or 6049998. OLE color: 6049998.
HSL color Cylindrical-coordinate representation of color #CE505C: hue angle of 354.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE505C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 92 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.19 |
| HSL | 354.29º | 0.56% | 0.56% | - |
| HSV(B) | 354.29º | 0.61% | 0.81% | - |
| XYZ | 30.25 | 19.63 | 12.32 | - |
| YUV | 119.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 92 | 0 | 0.61 | 0.55 | 0.19 | 354.29 | 0.56 | 0.56 |
| Hex | CE | 50 | 5C | 0 | 3D | 37 | 13 | 162 | 38 | 38 |
| Octal | 316 | 120 | 134 | 0 | 75 | 67 | 23 | 542 | 70 | 70 |
| Binary | 11001110 | 1010000 | 1011100 | 0 | 111101 | 110111 | 10011 | 101100010 | 111000 | 111000 |
Color Harmonies of #CE505C
Complementary color
Monochromatic Colors of #CE505C
Black with #CE505C
Text Example
Text Example
White with #CE505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE505C; }
p { color: rgb(206,80,92); }
H1.HeaderClassName
{
color: #CE505C;
}
.AnyTagClassName
{
color: #CE505C;
}
</style>
background-color css
<style>
a { background-color: #CE505C; }
a { background-color: rgb(206,80,92); }
div.DivClassName
{
background-color: #CE505C;
}
.BgClassName
{
background-color: #CE505C;
}
</style>
border-color css
<style>
span { border-color: #CE505C; }
span { border-color: rgb(206,80,92); }
td.TdClassName
{
border-color: #CE505C;
}
.TagClassName
{
border-color: #CE505C;
}
</style>