Html Css Color HEX #ECC2BE Beauty Bush

📋 copy color: '#ECC2BE'

red 236 ◦ green 194 ◦ blue 190

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

Shades of Beauty Bush #ECC2BE

Tints of Beauty Bush #ECC2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.65%

R = 38.06%
G = 31.29%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECC2BE (or 0xECC2BE) is known color: Beauty Bush. HEX triplet: EC, C2 and BE. RGB value is (236,194,190). Sum of RGB (Red+Green+Blue) = 236+194+190=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2BE is #133D41. Grayscale: #CECECE. Windows color (decimal): -1260866 or 12501740. OLE color: 12501740.

HSL color Cylindrical-coordinate representation of color #ECC2BE: hue angle of 5.22º degrees, saturation: 0.55, 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 #ECC2BE is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 190 -
CMYK 0 0.18 0.19 0.07
HSL 5.22º 0.55% 0.84% -
HSV(B) 5.22º 0.19% 0.93% -
XYZ 63.18 60.13 56.99 -
YUV 206.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 236 194 190 0 0.18 0.19 0.07 5.22 0.55 0.84
Hex EC C2 BE 0 12 13 7 5 37 54
Octal 354 302 276 0 22 23 7 5 67 124
Binary 11101100 11000010 10111110 0 10010 10011 111 101 110111 1010100

Color Harmonies of #ECC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2BE

Black with #ECC2BE

Text Example


Text Example

White with #ECC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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