Shades of Mandy #CE474B
Tints of Mandy #CE474B
RGB
CMYK
RGB Variations
Color information
#CE474B (or 0xCE474B) is known color: Mandy. HEX triplet: CE, 47 and 4B. RGB value is (206,71,75). Sum of RGB (Red+Green+Blue) = 206+71+75=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE474B is #31B8B4. Grayscale: #6F6F6F. Windows color (decimal): -3258549 or 4933582. OLE color: 4933582.
HSL color Cylindrical-coordinate representation of color #CE474B: hue angle of 358.22º 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 #CE474B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 75 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.19 |
| HSL | 358.22º | 0.58% | 0.54% | - |
| HSV(B) | 358.22º | 0.66% | 0.81% | - |
| XYZ | 28.98 | 18.14 | 8.63 | - |
| YUV | 111.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 75 | 0 | 0.66 | 0.64 | 0.19 | 358.22 | 0.58 | 0.54 |
| Hex | CE | 47 | 4B | 0 | 42 | 40 | 13 | 166 | 3A | 36 |
| Octal | 316 | 107 | 113 | 0 | 102 | 100 | 23 | 546 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1001011 | 0 | 1000010 | 1000000 | 10011 | 101100110 | 111010 | 110110 |
Color Harmonies of #CE474B
Complementary color
Monochromatic Colors of #CE474B
Black with #CE474B
Text Example
Text Example
White with #CE474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE474B; }
p { color: rgb(206,71,75); }
H1.HeaderClassName
{
color: #CE474B;
}
.AnyTagClassName
{
color: #CE474B;
}
</style>
background-color css
<style>
a { background-color: #CE474B; }
a { background-color: rgb(206,71,75); }
div.DivClassName
{
background-color: #CE474B;
}
.BgClassName
{
background-color: #CE474B;
}
</style>
border-color css
<style>
span { border-color: #CE474B; }
span { border-color: rgb(206,71,75); }
td.TdClassName
{
border-color: #CE474B;
}
.TagClassName
{
border-color: #CE474B;
}
</style>