Shades of Mandy #CE474D
Tints of Mandy #CE474D
RGB
CMYK
RGB Variations
Color information
#CE474D (or 0xCE474D) is known color: Mandy. HEX triplet: CE, 47 and 4D. RGB value is (206,71,77). Sum of RGB (Red+Green+Blue) = 206+71+77=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE474D is #31B8B2. Grayscale: #707070. Windows color (decimal): -3258547 or 5064654. OLE color: 5064654.
HSL color Cylindrical-coordinate representation of color #CE474D: hue angle of 357.33º 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 #CE474D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 77 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.19 |
| HSL | 357.33º | 0.58% | 0.54% | - |
| HSV(B) | 357.33º | 0.66% | 0.81% | - |
| XYZ | 29.05 | 18.16 | 9 | - |
| YUV | 112.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 77 | 0 | 0.66 | 0.63 | 0.19 | 357.33 | 0.58 | 0.54 |
| Hex | CE | 47 | 4D | 0 | 42 | 3F | 13 | 165 | 3A | 36 |
| Octal | 316 | 107 | 115 | 0 | 102 | 77 | 23 | 545 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1001101 | 0 | 1000010 | 111111 | 10011 | 101100101 | 111010 | 110110 |
Color Harmonies of #CE474D
Complementary color
Monochromatic Colors of #CE474D
Black with #CE474D
Text Example
Text Example
White with #CE474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE474D; }
p { color: rgb(206,71,77); }
H1.HeaderClassName
{
color: #CE474D;
}
.AnyTagClassName
{
color: #CE474D;
}
</style>
background-color css
<style>
a { background-color: #CE474D; }
a { background-color: rgb(206,71,77); }
div.DivClassName
{
background-color: #CE474D;
}
.BgClassName
{
background-color: #CE474D;
}
</style>
border-color css
<style>
span { border-color: #CE474D; }
span { border-color: rgb(206,71,77); }
td.TdClassName
{
border-color: #CE474D;
}
.TagClassName
{
border-color: #CE474D;
}
</style>