Shades of Mandy #CE444B
Tints of Mandy #CE444B
RGB
CMYK
RGB Variations
Color information
#CE444B (or 0xCE444B) is known color: Mandy. HEX triplet: CE, 44 and 4B. RGB value is (206,68,75). Sum of RGB (Red+Green+Blue) = 206+68+75=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE444B is #31BBB4. Grayscale: #6E6E6E. Windows color (decimal): -3259317 or 4932814. OLE color: 4932814.
HSL color Cylindrical-coordinate representation of color #CE444B: hue angle of 356.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE444B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 75 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.19 |
| HSL | 356.96º | 0.58% | 0.54% | - |
| HSV(B) | 356.96º | 0.67% | 0.81% | - |
| XYZ | 28.79 | 17.76 | 8.57 | - |
| YUV | 110.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 75 | 0 | 0.67 | 0.64 | 0.19 | 356.96 | 0.58 | 0.54 |
| Hex | CE | 44 | 4B | 0 | 43 | 40 | 13 | 165 | 3A | 36 |
| Octal | 316 | 104 | 113 | 0 | 103 | 100 | 23 | 545 | 72 | 66 |
| Binary | 11001110 | 1000100 | 1001011 | 0 | 1000011 | 1000000 | 10011 | 101100101 | 111010 | 110110 |
Color Harmonies of #CE444B
Complementary color
Monochromatic Colors of #CE444B
Black with #CE444B
Text Example
Text Example
White with #CE444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE444B; }
p { color: rgb(206,68,75); }
H1.HeaderClassName
{
color: #CE444B;
}
.AnyTagClassName
{
color: #CE444B;
}
</style>
background-color css
<style>
a { background-color: #CE444B; }
a { background-color: rgb(206,68,75); }
div.DivClassName
{
background-color: #CE444B;
}
.BgClassName
{
background-color: #CE444B;
}
</style>
border-color css
<style>
span { border-color: #CE444B; }
span { border-color: rgb(206,68,75); }
td.TdClassName
{
border-color: #CE444B;
}
.TagClassName
{
border-color: #CE444B;
}
</style>