Html Css Color HEX #ECC0B5 Beauty Bush

📋 copy color: '#ECC0B5'

red 236 ◦ green 192 ◦ blue 181

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

Shades of Beauty Bush #ECC0B5

Tints of Beauty Bush #ECC0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.72%

R = 38.75%
G = 31.53%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ECC0B5 (or 0xECC0B5) is known color: Beauty Bush. HEX triplet: EC, C0 and B5. RGB value is (236,192,181). Sum of RGB (Red+Green+Blue) = 236+192+181=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0B5 is #133F4A. Grayscale: #CBCBCB. Windows color (decimal): -1261387 or 11911404. OLE color: 11911404.

HSL color Cylindrical-coordinate representation of color #ECC0B5: hue angle of 12º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC0B5 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 181 -
CMYK 0 0.19 0.23 0.07
HSL 12º 0.59% 0.82% -
HSV(B) 12º 0.23% 0.93% -
XYZ 61.78 58.87 51.82 -
YUV 203.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 236 192 181 0 0.19 0.23 0.07 12 0.59 0.82
Hex EC C0 B5 0 13 17 7 C 3B 52
Octal 354 300 265 0 23 27 7 14 73 122
Binary 11101100 11000000 10110101 0 10011 10111 111 1100 111011 1010010

Color Harmonies of #ECC0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0B5

Black with #ECC0B5

Text Example


Text Example

White with #ECC0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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