Shades of Mandy #CE4556
Tints of Mandy #CE4556
RGB
CMYK
RGB Variations
Color information
#CE4556 (or 0xCE4556) is known color: Mandy. HEX triplet: CE, 45 and 56. RGB value is (206,69,86). Sum of RGB (Red+Green+Blue) = 206+69+86=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4556 is #31BAA9. Grayscale: #6F6F6F. Windows color (decimal): -3259050 or 5653966. OLE color: 5653966.
HSL color Cylindrical-coordinate representation of color #CE4556: hue angle of 352.55º 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 #CE4556 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 86 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.19 |
| HSL | 352.55º | 0.58% | 0.54% | - |
| HSV(B) | 352.55º | 0.67% | 0.81% | - |
| XYZ | 29.26 | 18.05 | 10.75 | - |
| YUV | 111.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 86 | 0 | 0.67 | 0.58 | 0.19 | 352.55 | 0.58 | 0.54 |
| Hex | CE | 45 | 56 | 0 | 43 | 3A | 13 | 161 | 3A | 36 |
| Octal | 316 | 105 | 126 | 0 | 103 | 72 | 23 | 541 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1010110 | 0 | 1000011 | 111010 | 10011 | 101100001 | 111010 | 110110 |
Color Harmonies of #CE4556
Complementary color
Monochromatic Colors of #CE4556
Black with #CE4556
Text Example
Text Example
White with #CE4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4556; }
p { color: rgb(206,69,86); }
H1.HeaderClassName
{
color: #CE4556;
}
.AnyTagClassName
{
color: #CE4556;
}
</style>
background-color css
<style>
a { background-color: #CE4556; }
a { background-color: rgb(206,69,86); }
div.DivClassName
{
background-color: #CE4556;
}
.BgClassName
{
background-color: #CE4556;
}
</style>
border-color css
<style>
span { border-color: #CE4556; }
span { border-color: rgb(206,69,86); }
td.TdClassName
{
border-color: #CE4556;
}
.TagClassName
{
border-color: #CE4556;
}
</style>