Html Css Color HEX #E6C0BD Beauty Bush

📋 copy color: '#E6C0BD'

red 230 ◦ green 192 ◦ blue 189

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

Shades of Beauty Bush #E6C0BD

Tints of Beauty Bush #E6C0BD

RGB

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

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

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

R = 37.64%
G = 31.42%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6C0BD (or 0xE6C0BD) is known color: Beauty Bush. HEX triplet: E6, C0 and BD. RGB value is (230,192,189). Sum of RGB (Red+Green+Blue) = 230+192+189=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0BD is #193F42. Grayscale: #CBCBCB. Windows color (decimal): -1654595 or 12435686. OLE color: 12435686.

HSL color Cylindrical-coordinate representation of color #E6C0BD: hue angle of 4.39º 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 #E6C0BD is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 189 -
CMYK 0 0.17 0.18 0.10
HSL 4.39º 0.45% 0.82% -
HSV(B) 4.39º 0.18% 0.9% -
XYZ 60.67 58.2 56.18 -
YUV 203.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 230 192 189 0 0.17 0.18 0.10 4.39 0.45 0.82
Hex E6 C0 BD 0 11 12 A 4 2D 52
Octal 346 300 275 0 21 22 12 4 55 122
Binary 11100110 11000000 10111101 0 10001 10010 1010 100 101101 1010010

Color Harmonies of #E6C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0BD

Black with #E6C0BD

Text Example


Text Example

White with #E6C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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