Html Css Color HEX #E9C0BA Beauty Bush

📋 copy color: '#E9C0BA'

red 233 ◦ green 192 ◦ blue 186

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

Shades of Beauty Bush #E9C0BA

Tints of Beauty Bush #E9C0BA

RGB

 RED value IS 233 (91.41% from 255) = 38.13%

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

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

R = 38.13%
G = 31.42%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9C0BA (or 0xE9C0BA) is known color: Beauty Bush. HEX triplet: E9, C0 and BA. RGB value is (233,192,186). Sum of RGB (Red+Green+Blue) = 233+192+186=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0BA is #163F45. Grayscale: #CBCBCB. Windows color (decimal): -1457990 or 12239081. OLE color: 12239081.

HSL color Cylindrical-coordinate representation of color #E9C0BA: hue angle of 7.66º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9C0BA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 192 186 -
CMYK 0 0.18 0.20 0.09
HSL 7.66º 0.52% 0.82% -
HSV(B) 7.66º 0.2% 0.91% -
XYZ 61.32 58.57 54.53 -
YUV 203.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 233 192 186 0 0.18 0.20 0.09 7.66 0.52 0.82
Hex E9 C0 BA 0 12 14 9 8 34 52
Octal 351 300 272 0 22 24 11 10 64 122
Binary 11101001 11000000 10111010 0 10010 10100 1001 1000 110100 1010010

Color Harmonies of #E9C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C0BA

Black with #E9C0BA

Text Example


Text Example

White with #E9C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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