Shades of Mandy #CE475C
Tints of Mandy #CE475C
RGB
CMYK
RGB Variations
Color information
#CE475C (or 0xCE475C) is known color: Mandy. HEX triplet: CE, 47 and 5C. RGB value is (206,71,92). Sum of RGB (Red+Green+Blue) = 206+71+92=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE475C is #31B8A3. Grayscale: #717171. Windows color (decimal): -3258532 or 6047694. OLE color: 6047694.
HSL color Cylindrical-coordinate representation of color #CE475C: hue angle of 350.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE475C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 92 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.19 |
| HSL | 350.67º | 0.58% | 0.54% | - |
| HSV(B) | 350.67º | 0.66% | 0.81% | - |
| XYZ | 29.64 | 18.4 | 12.11 | - |
| YUV | 113.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 92 | 0 | 0.66 | 0.55 | 0.19 | 350.67 | 0.58 | 0.54 |
| Hex | CE | 47 | 5C | 0 | 42 | 37 | 13 | 15F | 3A | 36 |
| Octal | 316 | 107 | 134 | 0 | 102 | 67 | 23 | 537 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1011100 | 0 | 1000010 | 110111 | 10011 | 101011111 | 111010 | 110110 |
Color Harmonies of #CE475C
Complementary color
Monochromatic Colors of #CE475C
Black with #CE475C
Text Example
Text Example
White with #CE475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE475C; }
p { color: rgb(206,71,92); }
H1.HeaderClassName
{
color: #CE475C;
}
.AnyTagClassName
{
color: #CE475C;
}
</style>
background-color css
<style>
a { background-color: #CE475C; }
a { background-color: rgb(206,71,92); }
div.DivClassName
{
background-color: #CE475C;
}
.BgClassName
{
background-color: #CE475C;
}
</style>
border-color css
<style>
span { border-color: #CE475C; }
span { border-color: rgb(206,71,92); }
td.TdClassName
{
border-color: #CE475C;
}
.TagClassName
{
border-color: #CE475C;
}
</style>