Shades of Mandy #CE475E
Tints of Mandy #CE475E
RGB
CMYK
RGB Variations
Color information
#CE475E (or 0xCE475E) is known color: Mandy. HEX triplet: CE, 47 and 5E. RGB value is (206,71,94). Sum of RGB (Red+Green+Blue) = 206+71+94=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE475E is #31B8A1. Grayscale: #727272. Windows color (decimal): -3258530 or 6178766. OLE color: 6178766.
HSL color Cylindrical-coordinate representation of color #CE475E: hue angle of 349.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 #CE475E is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 94 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.19 |
| HSL | 349.78º | 0.58% | 0.54% | - |
| HSV(B) | 349.78º | 0.66% | 0.81% | - |
| XYZ | 29.73 | 18.44 | 12.58 | - |
| YUV | 113.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 94 | 0 | 0.66 | 0.54 | 0.19 | 349.78 | 0.58 | 0.54 |
| Hex | CE | 47 | 5E | 0 | 42 | 36 | 13 | 15E | 3A | 36 |
| Octal | 316 | 107 | 136 | 0 | 102 | 66 | 23 | 536 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1011110 | 0 | 1000010 | 110110 | 10011 | 101011110 | 111010 | 110110 |
Color Harmonies of #CE475E
Complementary color
Monochromatic Colors of #CE475E
Black with #CE475E
Text Example
Text Example
White with #CE475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE475E; }
p { color: rgb(206,71,94); }
H1.HeaderClassName
{
color: #CE475E;
}
.AnyTagClassName
{
color: #CE475E;
}
</style>
background-color css
<style>
a { background-color: #CE475E; }
a { background-color: rgb(206,71,94); }
div.DivClassName
{
background-color: #CE475E;
}
.BgClassName
{
background-color: #CE475E;
}
</style>
border-color css
<style>
span { border-color: #CE475E; }
span { border-color: rgb(206,71,94); }
td.TdClassName
{
border-color: #CE475E;
}
.TagClassName
{
border-color: #CE475E;
}
</style>