Shades of Mandy #CE4455
Tints of Mandy #CE4455
RGB
CMYK
RGB Variations
Color information
#CE4455 (or 0xCE4455) is known color: Mandy. HEX triplet: CE, 44 and 55. RGB value is (206,68,85). Sum of RGB (Red+Green+Blue) = 206+68+85=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4455 is #31BBAA. Grayscale: #6F6F6F. Windows color (decimal): -3259307 or 5588174. OLE color: 5588174.
HSL color Cylindrical-coordinate representation of color #CE4455: hue angle of 352.61º 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 #CE4455 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 85 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.19 |
| HSL | 352.61º | 0.58% | 0.54% | - |
| HSV(B) | 352.61º | 0.67% | 0.81% | - |
| XYZ | 29.16 | 17.91 | 10.51 | - |
| YUV | 111.2 | 113.22 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 85 | 0 | 0.67 | 0.59 | 0.19 | 352.61 | 0.58 | 0.54 |
| Hex | CE | 44 | 55 | 0 | 43 | 3B | 13 | 161 | 3A | 36 |
| Octal | 316 | 104 | 125 | 0 | 103 | 73 | 23 | 541 | 72 | 66 |
| Binary | 11001110 | 1000100 | 1010101 | 0 | 1000011 | 111011 | 10011 | 101100001 | 111010 | 110110 |
Color Harmonies of #CE4455
Complementary color
Monochromatic Colors of #CE4455
Black with #CE4455
Text Example
Text Example
White with #CE4455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4455; }
p { color: rgb(206,68,85); }
H1.HeaderClassName
{
color: #CE4455;
}
.AnyTagClassName
{
color: #CE4455;
}
</style>
background-color css
<style>
a { background-color: #CE4455; }
a { background-color: rgb(206,68,85); }
div.DivClassName
{
background-color: #CE4455;
}
.BgClassName
{
background-color: #CE4455;
}
</style>
border-color css
<style>
span { border-color: #CE4455; }
span { border-color: rgb(206,68,85); }
td.TdClassName
{
border-color: #CE4455;
}
.TagClassName
{
border-color: #CE4455;
}
</style>