Html Css Color HEX #E6C2BF Beauty Bush

📋 copy color: '#E6C2BF'

red 230 ◦ green 194 ◦ blue 191

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

Shades of Beauty Bush #E6C2BF

Tints of Beauty Bush #E6C2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.06%

R = 37.4%
G = 31.54%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6C2BF (or 0xE6C2BF) is known color: Beauty Bush. HEX triplet: E6, C2 and BF. RGB value is (230,194,191). Sum of RGB (Red+Green+Blue) = 230+194+191=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C2BF is #193D40. Grayscale: #CCCCCC. Windows color (decimal): -1654081 or 12567270. OLE color: 12567270.

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

Color convert

RGB 230 194 191 -
CMYK 0 0.16 0.17 0.10
HSL 4.62º 0.44% 0.83% -
HSV(B) 4.62º 0.17% 0.9% -
XYZ 61.33 59.17 57.48 -
YUV 204.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 230 194 191 0 0.16 0.17 0.10 4.62 0.44 0.83
Hex E6 C2 BF 0 10 11 A 5 2C 53
Octal 346 302 277 0 20 21 12 5 54 123
Binary 11100110 11000010 10111111 0 10000 10001 1010 101 101100 1010011

Color Harmonies of #E6C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C2BF

Black with #E6C2BF

Text Example


Text Example

White with #E6C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C2BF; }

 p { color: rgb(230,194,191); }

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

background-color css

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

 a { background-color: rgb(230,194,191); }

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

border-color css

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

 span { border-color: rgb(230,194,191); }

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