Shades of Mandy #CE4955
Tints of Mandy #CE4955
RGB
CMYK
RGB Variations
Color information
#CE4955 (or 0xCE4955) is known color: Mandy. HEX triplet: CE, 49 and 55. RGB value is (206,73,85). Sum of RGB (Red+Green+Blue) = 206+73+85=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4955 is #31B6AA. Grayscale: #727272. Windows color (decimal): -3258027 or 5589454. OLE color: 5589454.
HSL color Cylindrical-coordinate representation of color #CE4955: hue angle of 354.59º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4955 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 85 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.19 |
| HSL | 354.59º | 0.58% | 0.55% | - |
| HSV(B) | 354.59º | 0.65% | 0.81% | - |
| XYZ | 29.48 | 18.54 | 10.62 | - |
| YUV | 114.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 85 | 0 | 0.65 | 0.59 | 0.19 | 354.59 | 0.58 | 0.55 |
| Hex | CE | 49 | 55 | 0 | 41 | 3B | 13 | 163 | 3A | 37 |
| Octal | 316 | 111 | 125 | 0 | 101 | 73 | 23 | 543 | 72 | 67 |
| Binary | 11001110 | 1001001 | 1010101 | 0 | 1000001 | 111011 | 10011 | 101100011 | 111010 | 110111 |
Color Harmonies of #CE4955
Complementary color
Monochromatic Colors of #CE4955
Black with #CE4955
Text Example
Text Example
White with #CE4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4955; }
p { color: rgb(206,73,85); }
H1.HeaderClassName
{
color: #CE4955;
}
.AnyTagClassName
{
color: #CE4955;
}
</style>
background-color css
<style>
a { background-color: #CE4955; }
a { background-color: rgb(206,73,85); }
div.DivClassName
{
background-color: #CE4955;
}
.BgClassName
{
background-color: #CE4955;
}
</style>
border-color css
<style>
span { border-color: #CE4955; }
span { border-color: rgb(206,73,85); }
td.TdClassName
{
border-color: #CE4955;
}
.TagClassName
{
border-color: #CE4955;
}
</style>