Shades of Mandy #CE4956
Tints of Mandy #CE4956
RGB
CMYK
RGB Variations
Color information
#CE4956 (or 0xCE4956) is known color: Mandy. HEX triplet: CE, 49 and 56. RGB value is (206,73,86). Sum of RGB (Red+Green+Blue) = 206+73+86=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4956 is #31B6A9. Grayscale: #727272. Windows color (decimal): -3258026 or 5654990. OLE color: 5654990.
HSL color Cylindrical-coordinate representation of color #CE4956: hue angle of 354.14º 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 #CE4956 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 86 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.19 |
| HSL | 354.14º | 0.58% | 0.55% | - |
| HSV(B) | 354.14º | 0.65% | 0.81% | - |
| XYZ | 29.52 | 18.56 | 10.83 | - |
| YUV | 114.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 86 | 0 | 0.65 | 0.58 | 0.19 | 354.14 | 0.58 | 0.55 |
| Hex | CE | 49 | 56 | 0 | 41 | 3A | 13 | 162 | 3A | 37 |
| Octal | 316 | 111 | 126 | 0 | 101 | 72 | 23 | 542 | 72 | 67 |
| Binary | 11001110 | 1001001 | 1010110 | 0 | 1000001 | 111010 | 10011 | 101100010 | 111010 | 110111 |
Color Harmonies of #CE4956
Complementary color
Monochromatic Colors of #CE4956
Black with #CE4956
Text Example
Text Example
White with #CE4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4956; }
p { color: rgb(206,73,86); }
H1.HeaderClassName
{
color: #CE4956;
}
.AnyTagClassName
{
color: #CE4956;
}
</style>
background-color css
<style>
a { background-color: #CE4956; }
a { background-color: rgb(206,73,86); }
div.DivClassName
{
background-color: #CE4956;
}
.BgClassName
{
background-color: #CE4956;
}
</style>
border-color css
<style>
span { border-color: #CE4956; }
span { border-color: rgb(206,73,86); }
td.TdClassName
{
border-color: #CE4956;
}
.TagClassName
{
border-color: #CE4956;
}
</style>