Html Css Color HEX #E6C1B8 Beauty Bush

📋 copy color: '#E6C1B8'

red 230 ◦ green 193 ◦ blue 184

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

Shades of Beauty Bush #E6C1B8

Tints of Beauty Bush #E6C1B8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.8%

 BLUE value IS 184 (72.27% from 255) = 30.31%

R = 37.89%
G = 31.8%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E6C1B8 (or 0xE6C1B8) is known color: Beauty Bush. HEX triplet: E6, C1 and B8. RGB value is (230,193,184). Sum of RGB (Red+Green+Blue) = 230+193+184=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1B8 is #193E47. Grayscale: #CBCBCB. Windows color (decimal): -1654344 or 12108262. OLE color: 12108262.

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

Color convert

RGB 230 193 184 -
CMYK 0 0.16 0.2 0.10
HSL 11.74º 0.48% 0.81% -
HSV(B) 11.74º 0.2% 0.9% -
XYZ 60.35 58.42 53.44 -
YUV 203.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 230 193 184 0 0.16 0.2 0.10 11.74 0.48 0.81
Hex E6 C1 B8 0 10 14 A C 30 51
Octal 346 301 270 0 20 24 12 14 60 121
Binary 11100110 11000001 10111000 0 10000 10100 1010 1100 110000 1010001

Color Harmonies of #E6C1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C1B8

Black with #E6C1B8

Text Example


Text Example

White with #E6C1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C1B8; }

 p { color: rgb(230,193,184); }

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

background-color css

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

 a { background-color: rgb(230,193,184); }

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

border-color css

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

 span { border-color: rgb(230,193,184); }

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