Html Css Color HEX #E6C0BA Beauty Bush

📋 copy color: '#E6C0BA'

red 230 ◦ green 192 ◦ blue 186

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

Shades of Beauty Bush #E6C0BA

Tints of Beauty Bush #E6C0BA

RGB

 RED value IS 230 (90.23% from 255) = 37.83%

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

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

R = 37.83%
G = 31.58%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6C0BA (or 0xE6C0BA) is known color: Beauty Bush. HEX triplet: E6, C0 and BA. RGB value is (230,192,186). Sum of RGB (Red+Green+Blue) = 230+192+186=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0BA is #193F45. Grayscale: #CACACA. Windows color (decimal): -1654598 or 12239078. OLE color: 12239078.

HSL color Cylindrical-coordinate representation of color #E6C0BA: hue angle of 8.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6C0BA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 186 -
CMYK 0 0.17 0.19 0.10
HSL 8.18º 0.47% 0.82% -
HSV(B) 8.18º 0.19% 0.9% -
XYZ 60.35 58.07 54.48 -
YUV 202.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 230 192 186 0 0.17 0.19 0.10 8.18 0.47 0.82
Hex E6 C0 BA 0 11 13 A 8 2F 52
Octal 346 300 272 0 21 23 12 10 57 122
Binary 11100110 11000000 10111010 0 10001 10011 1010 1000 101111 1010010

Color Harmonies of #E6C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0BA

Black with #E6C0BA

Text Example


Text Example

White with #E6C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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