Html Css Color HEX #E6C2BD Beauty Bush

📋 copy color: '#E6C2BD'

red 230 ◦ green 194 ◦ blue 189

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

Shades of Beauty Bush #E6C2BD

Tints of Beauty Bush #E6C2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.83%

R = 37.52%
G = 31.65%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6C2BD (or 0xE6C2BD) is known color: Beauty Bush. HEX triplet: E6, C2 and BD. RGB value is (230,194,189). Sum of RGB (Red+Green+Blue) = 230+194+189=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C2BD is #193D42. Grayscale: #CCCCCC. Windows color (decimal): -1654083 or 12436198. OLE color: 12436198.

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

Color convert

RGB 230 194 189 -
CMYK 0 0.16 0.18 0.10
HSL 7.32º 0.45% 0.82% -
HSV(B) 7.32º 0.18% 0.9% -
XYZ 61.11 59.08 56.33 -
YUV 204.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 230 194 189 0 0.16 0.18 0.10 7.32 0.45 0.82
Hex E6 C2 BD 0 10 12 A 7 2D 52
Octal 346 302 275 0 20 22 12 7 55 122
Binary 11100110 11000010 10111101 0 10000 10010 1010 111 101101 1010010

Color Harmonies of #E6C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C2BD

Black with #E6C2BD

Text Example


Text Example

White with #E6C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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