Shades of Beauty Bush #ECC1C0
Tints of Beauty Bush #ECC1C0
RGB
CMYK
RGB Variations
Color information
#ECC1C0 (or 0xECC1C0) is known color: Beauty Bush. HEX triplet: EC, C1 and C0. RGB value is (236,193,192). Sum of RGB (Red+Green+Blue) = 236+193+192=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1C0 is #133E3F. Grayscale: #CDCDCD. Windows color (decimal): -1261120 or 12632556. OLE color: 12632556.
HSL color Cylindrical-coordinate representation of color #ECC1C0: hue angle of 1.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC1C0 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 192 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.07 |
| HSL | 1.36º | 0.54% | 0.84% | - |
| HSV(B) | 1.36º | 0.19% | 0.93% | - |
| XYZ | 63.18 | 59.78 | 58.08 | - |
| YUV | 205.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 192 | 0 | 0.18 | 0.19 | 0.07 | 1.36 | 0.54 | 0.84 |
| Hex | EC | C1 | C0 | 0 | 12 | 13 | 7 | 1 | 36 | 54 |
| Octal | 354 | 301 | 300 | 0 | 22 | 23 | 7 | 1 | 66 | 124 |
| Binary | 11101100 | 11000001 | 11000000 | 0 | 10010 | 10011 | 111 | 1 | 110110 | 1010100 |
Color Harmonies of #ECC1C0
Complementary color
Monochromatic Colors of #ECC1C0
Black with #ECC1C0
Text Example
Text Example
White with #ECC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1C0; }
p { color: rgb(236,193,192); }
H1.HeaderClassName
{
color: #ECC1C0;
}
.AnyTagClassName
{
color: #ECC1C0;
}
</style>
background-color css
<style>
a { background-color: #ECC1C0; }
a { background-color: rgb(236,193,192); }
div.DivClassName
{
background-color: #ECC1C0;
}
.BgClassName
{
background-color: #ECC1C0;
}
</style>
border-color css
<style>
span { border-color: #ECC1C0; }
span { border-color: rgb(236,193,192); }
td.TdClassName
{
border-color: #ECC1C0;
}
.TagClassName
{
border-color: #ECC1C0;
}
</style>