Shades of Mandy #CE475B
Tints of Mandy #CE475B
RGB
CMYK
RGB Variations
Color information
#CE475B (or 0xCE475B) is known color: Mandy. HEX triplet: CE, 47 and 5B. RGB value is (206,71,91). Sum of RGB (Red+Green+Blue) = 206+71+91=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE475B is #31B8A4. Grayscale: #717171. Windows color (decimal): -3258533 or 5982158. OLE color: 5982158.
HSL color Cylindrical-coordinate representation of color #CE475B: hue angle of 351.11º 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 #CE475B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 91 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.19 |
| HSL | 351.11º | 0.58% | 0.54% | - |
| HSV(B) | 351.11º | 0.66% | 0.81% | - |
| XYZ | 29.6 | 18.38 | 11.89 | - |
| YUV | 113.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 91 | 0 | 0.66 | 0.56 | 0.19 | 351.11 | 0.58 | 0.54 |
| Hex | CE | 47 | 5B | 0 | 42 | 38 | 13 | 15F | 3A | 36 |
| Octal | 316 | 107 | 133 | 0 | 102 | 70 | 23 | 537 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1011011 | 0 | 1000010 | 111000 | 10011 | 101011111 | 111010 | 110110 |
Color Harmonies of #CE475B
Complementary color
Monochromatic Colors of #CE475B
Black with #CE475B
Text Example
Text Example
White with #CE475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE475B; }
p { color: rgb(206,71,91); }
H1.HeaderClassName
{
color: #CE475B;
}
.AnyTagClassName
{
color: #CE475B;
}
</style>
background-color css
<style>
a { background-color: #CE475B; }
a { background-color: rgb(206,71,91); }
div.DivClassName
{
background-color: #CE475B;
}
.BgClassName
{
background-color: #CE475B;
}
</style>
border-color css
<style>
span { border-color: #CE475B; }
span { border-color: rgb(206,71,91); }
td.TdClassName
{
border-color: #CE475B;
}
.TagClassName
{
border-color: #CE475B;
}
</style>