Shades of Mandy #CE474C
Tints of Mandy #CE474C
RGB
CMYK
RGB Variations
Color information
#CE474C (or 0xCE474C) is known color: Mandy. HEX triplet: CE, 47 and 4C. RGB value is (206,71,76). Sum of RGB (Red+Green+Blue) = 206+71+76=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE474C is #31B8B3. Grayscale: #707070. Windows color (decimal): -3258548 or 4999118. OLE color: 4999118.
HSL color Cylindrical-coordinate representation of color #CE474C: hue angle of 357.78º 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 #CE474C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 76 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.19 |
| HSL | 357.78º | 0.58% | 0.54% | - |
| HSV(B) | 357.78º | 0.66% | 0.81% | - |
| XYZ | 29.01 | 18.15 | 8.81 | - |
| YUV | 111.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 76 | 0 | 0.66 | 0.63 | 0.19 | 357.78 | 0.58 | 0.54 |
| Hex | CE | 47 | 4C | 0 | 42 | 3F | 13 | 166 | 3A | 36 |
| Octal | 316 | 107 | 114 | 0 | 102 | 77 | 23 | 546 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1001100 | 0 | 1000010 | 111111 | 10011 | 101100110 | 111010 | 110110 |
Color Harmonies of #CE474C
Complementary color
Monochromatic Colors of #CE474C
Black with #CE474C
Text Example
Text Example
White with #CE474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE474C; }
p { color: rgb(206,71,76); }
H1.HeaderClassName
{
color: #CE474C;
}
.AnyTagClassName
{
color: #CE474C;
}
</style>
background-color css
<style>
a { background-color: #CE474C; }
a { background-color: rgb(206,71,76); }
div.DivClassName
{
background-color: #CE474C;
}
.BgClassName
{
background-color: #CE474C;
}
</style>
border-color css
<style>
span { border-color: #CE474C; }
span { border-color: rgb(206,71,76); }
td.TdClassName
{
border-color: #CE474C;
}
.TagClassName
{
border-color: #CE474C;
}
</style>