Shades of Mandys Pink #ECBC9C
Tints of Mandys Pink #ECBC9C
RGB
CMYK
RGB Variations
Color information
#ECBC9C (or 0xECBC9C) is known color: Mandys Pink. HEX triplet: EC, BC and 9C. RGB value is (236,188,156). Sum of RGB (Red+Green+Blue) = 236+188+156=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC9C is #134363. Grayscale: #C6C6C6. Windows color (decimal): -1262436 or 10271980. OLE color: 10271980.
HSL color Cylindrical-coordinate representation of color #ECBC9C: hue angle of 24º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECBC9C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 156 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.07 |
| HSL | 24º | 0.68% | 0.77% | - |
| HSV(B) | 24º | 0.34% | 0.93% | - |
| XYZ | 58.58 | 56.2 | 39.21 | - |
| YUV | 198.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 156 | 0 | 0.20 | 0.34 | 0.07 | 24 | 0.68 | 0.77 |
| Hex | EC | BC | 9C | 0 | 14 | 22 | 7 | 18 | 44 | 4D |
| Octal | 354 | 274 | 234 | 0 | 24 | 42 | 7 | 30 | 104 | 115 |
| Binary | 11101100 | 10111100 | 10011100 | 0 | 10100 | 100010 | 111 | 11000 | 1000100 | 1001101 |
Color Harmonies of #ECBC9C
Complementary color
Monochromatic Colors of #ECBC9C
Black with #ECBC9C
Text Example
Text Example
White with #ECBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC9C; }
p { color: rgb(236,188,156); }
H1.HeaderClassName
{
color: #ECBC9C;
}
.AnyTagClassName
{
color: #ECBC9C;
}
</style>
background-color css
<style>
a { background-color: #ECBC9C; }
a { background-color: rgb(236,188,156); }
div.DivClassName
{
background-color: #ECBC9C;
}
.BgClassName
{
background-color: #ECBC9C;
}
</style>
border-color css
<style>
span { border-color: #ECBC9C; }
span { border-color: rgb(236,188,156); }
td.TdClassName
{
border-color: #ECBC9C;
}
.TagClassName
{
border-color: #ECBC9C;
}
</style>