Shades of Beauty Bush #ECC3C1
Tints of Beauty Bush #ECC3C1
RGB
CMYK
RGB Variations
Color information
#ECC3C1 (or 0xECC3C1) is known color: Beauty Bush. HEX triplet: EC, C3 and C1. RGB value is (236,195,193). Sum of RGB (Red+Green+Blue) = 236+195+193=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C1 is #133C3E. Grayscale: #CFCFCF. Windows color (decimal): -1260607 or 12698604. OLE color: 12698604.
HSL color Cylindrical-coordinate representation of color #ECC3C1: hue angle of 2.79º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC3C1 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 193 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.07 |
| HSL | 2.79º | 0.53% | 0.84% | - |
| HSV(B) | 2.79º | 0.18% | 0.93% | - |
| XYZ | 63.73 | 60.71 | 58.81 | - |
| YUV | 207.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 193 | 0 | 0.17 | 0.18 | 0.07 | 2.79 | 0.53 | 0.84 |
| Hex | EC | C3 | C1 | 0 | 11 | 12 | 7 | 3 | 35 | 54 |
| Octal | 354 | 303 | 301 | 0 | 21 | 22 | 7 | 3 | 65 | 124 |
| Binary | 11101100 | 11000011 | 11000001 | 0 | 10001 | 10010 | 111 | 11 | 110101 | 1010100 |
Color Harmonies of #ECC3C1
Complementary color
Monochromatic Colors of #ECC3C1
Black with #ECC3C1
Text Example
Text Example
White with #ECC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3C1; }
p { color: rgb(236,195,193); }
H1.HeaderClassName
{
color: #ECC3C1;
}
.AnyTagClassName
{
color: #ECC3C1;
}
</style>
background-color css
<style>
a { background-color: #ECC3C1; }
a { background-color: rgb(236,195,193); }
div.DivClassName
{
background-color: #ECC3C1;
}
.BgClassName
{
background-color: #ECC3C1;
}
</style>
border-color css
<style>
span { border-color: #ECC3C1; }
span { border-color: rgb(236,195,193); }
td.TdClassName
{
border-color: #ECC3C1;
}
.TagClassName
{
border-color: #ECC3C1;
}
</style>