Html Css Color HEX #ECC2BA Beauty Bush

📋 copy color: '#ECC2BA'

red 236 ◦ green 194 ◦ blue 186

#ECC2BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beauty Bush #ECC2BA

Tints of Beauty Bush #ECC2BA

RGB

 RED value IS 236 (92.58% from 255) = 38.31%

 GREEN value IS 194 (76.17% from 255) = 31.49%

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 38.31%
G = 31.49%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ECC2BA (or 0xECC2BA) is known color: Beauty Bush. HEX triplet: EC, C2 and BA. RGB value is (236,194,186). Sum of RGB (Red+Green+Blue) = 236+194+186=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2BA is #133D45. Grayscale: #CDCDCD. Windows color (decimal): -1260870 or 12239596. OLE color: 12239596.

HSL color Cylindrical-coordinate representation of color #ECC2BA: hue angle of 9.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC2BA is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 186 -
CMYK 0 0.18 0.21 0.07
HSL 9.6º 0.57% 0.83% -
HSV(B) 9.6º 0.21% 0.93% -
XYZ 62.75 59.96 54.72 -
YUV 205.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 236 194 186 0 0.18 0.21 0.07 9.6 0.57 0.83
Hex EC C2 BA 0 12 15 7 A 39 53
Octal 354 302 272 0 22 25 7 12 71 123
Binary 11101100 11000010 10111010 0 10010 10101 111 1010 111001 1010011

Color Harmonies of #ECC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2BA

Black with #ECC2BA

Text Example


Text Example

White with #ECC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2BA; }

 p { color: rgb(236,194,186); }

 H1.HeaderClassName
 {
   color: #ECC2BA;
 }
 .AnyTagClassName
 {
   color: #ECC2BA;
 }
</style>

background-color css

<style>
 a { background-color: #ECC2BA; }

 a { background-color: rgb(236,194,186); }

 div.DivClassName
 {
   background-color: #ECC2BA;
 }
 .BgClassName
 {
   background-color: #ECC2BA;
 }
</style>

border-color css

<style>
 span { border-color: #ECC2BA; }

 span { border-color: rgb(236,194,186); }

 td.TdClassName
 {
   border-color: #ECC2BA;
 }
 .TagClassName
 {
   border-color: #ECC2BA;
 }
</style>