Html Css Color HEX #ECC0BA Beauty Bush

📋 copy color: '#ECC0BA'

red 236 ◦ green 192 ◦ blue 186

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

Shades of Beauty Bush #ECC0BA

Tints of Beauty Bush #ECC0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.27%

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

R = 38.44%
G = 31.27%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECC0BA (or 0xECC0BA) is known color: Beauty Bush. HEX triplet: EC, C0 and BA. RGB value is (236,192,186). Sum of RGB (Red+Green+Blue) = 236+192+186=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0BA is #133F45. Grayscale: #CCCCCC. Windows color (decimal): -1261382 or 12239084. OLE color: 12239084.

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

Color convert

RGB 236 192 186 -
CMYK 0 0.19 0.21 0.07
HSL 7.2º 0.57% 0.83% -
HSV(B) 7.2º 0.21% 0.93% -
XYZ 62.3 59.08 54.57 -
YUV 204.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 236 192 186 0 0.19 0.21 0.07 7.2 0.57 0.83
Hex EC C0 BA 0 13 15 7 7 39 53
Octal 354 300 272 0 23 25 7 7 71 123
Binary 11101100 11000000 10111010 0 10011 10101 111 111 111001 1010011

Color Harmonies of #ECC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0BA

Black with #ECC0BA

Text Example


Text Example

White with #ECC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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