#c4b5a4 Color Hex Esoteric

Information about Esoteric Color | #0000FF

#c4b5a4 color RGB value is (196,181,164). #c4b5a4 color name is Esoteric color.

#c4b5a4 hex color red value is 196 , green value is 181 and the blue value of its RGB is 164 . Cylindrical-coordinate representations (also known as HSL) of color #c4b5a4 hue: 32 , saturation: 21 and the lightness value of #c4b5a4 is 71

The process color (four color CMYK) of #c4b5a4 color hex is 0 , 3 ,6, 9 .

#c4b5a4

~Esoteric

Color Converions

HEX
#c4b5a4
RGB
196,181,164
LAB
75,3,11
CMYK
0,8,16,23
LCH
75,11,72
XYZ
46,47,42
HSV
32,16,77
HSL
32,21,71

Base Numbers

Base Red Green Blue
Binary 11000100 10110101 10100100
Octal 304 265 244
Decimal 196 181 164
Hex c4 b5 a4

RGB Percentages of Color #c4b5a4

77%
71%
64%

CMYK Percentages of Color #c4b5a4

0%
6%
3%
9%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c4b5a4

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c4b5a4
20%
#b0a394
30%
#9d9183
40%
#897f73
50%
#766d62
60%
#625b52
70%
#4e4842
80%
#3b3631
90%
#272421
100%
#141210

Tints of #c4b5a4

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c4b5a4
20%
#cabcad
30%
#d0c4b6
40%
#d6cbbf
50%
#dcd3c8
60%
#e2dad1
70%
#e7e1db
80%
#ede9e4
90%
#f3f0ed
100%
#f9f8f6

Tones of #c4b5a4

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c4b5a4
20%
#bdb0a0
30%
#b6aa9d
40%
#afa599
50%
#a9a095
60%
#a29a92
70%
#9b958e
80%
#94908a
90%
#8d8a87
100%
#868583

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c4b5a4
#c4a8a4
#c4afa4
#c4b5a4
#c4bba4
#c4c2a4

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c4b5a4
#a4b3c4

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c4b5a4
#adc4a4
#a8a4c4

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c4b5a4
#a4c4b5
#b5a4c4

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c4b5a4
#a4c4a5
#a4b3c4
#c4a4c3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c4b5a4
#eedcc8
#1a1816
#443f39
#6f665d
#998e80

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c4b5a4

protanopia

#beb5a3

deuteranopia

#cfafa4

tritanopia

#c7b0bd

achromatopsia

#b7b7b7

protanomaly

#c0b5a4

deuteranomaly

#cbb1a4

achromatopsia

#b7b7b7

tritanomaly

#c6b2b4

achromatomaly

#bcb6b0

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 10/21
Hello World !

#c4b5a4 Color CSS Codes

.bgcolor {background-color:#c4b5a4; } 
.forecolor {color:#c4b5a4; }
.bordercolor {border:3px solid #c4b5a4; }
            

#c4b5a4 Text Font Color

<div style="color:#c4b5a4">
Div content here</div>

This sample text font color is #c4b5a4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c4b5a4 Background Color

<div style="background-color:#c4b5a4">
Div content here</div>
Div content here

#c4b5a4 Border Color

<div style="border:3px solid #c4b5a4">
Div here</div>

This div border color is #c4b5a4

#c4b5a4 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c4b5a4; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4b5a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4b5a4;
  -webkit-box-shadow: 1px 1px 3px 2px #c4b5a4;
  box-shadow: 1px 1px 3px 2px #c4b5a4; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4b5a4">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c4b5a4;
              -webkit-box-shadow: 1px 1px 3px 2px #c4b5a4;
              box-shadow:         1px 1px 3px 2px #c4b5a4#c4b5a4">
Div content here</div>

This div box has shadow with color #c4b5a4

More Colors

Minified Moss
#e3e8db
Inuit White
#d1cdd0
Beech
#5b4f3b
Celestial Indigo
#091f92
Lime Juice Green
#e5e896
Half Dutch White
#fbf0d6
Pearl Oyster
#ddd6cb
Kingfisher Grey
#7e969f
Machinery
#9999aa
Dusky Yellow
#ffff05
Enjoyable Yellow
#f5d6a9
Diantha
#fcf6dc
Old Prune
#8272a4
Fresh Watermelon
#df9689
Majorca Blue
#4a9c95
Dynamic Green
#a7e142
Monument Grey
#7a807a
Playing Hooky
#8b8c6b
High Altar
#334f7b
Expressionism Green
#52bc9a
Charcoal Plum
#6a6a6f
Kokimurasaki Purple
#3a243b
Pink Peacock
#c62168
3AM in Shibuya
#225577
April Green
#a9b062
Pebble Walk
#afb2a7
Bee's Knees
#e8d9d2
Appleblossom
#dab5b4
Gizmo
#d4a1b5
Dusty Teal
#4c9085
Love Spell
#f8b4c4
Muffin Mix
#f5e0d0
Holy Crow
#332f2c
Brihaspati Orange
#e2681b
Frozen State
#26f7fd
Beacon Yellow
#f2c98a
Green Andara
#afc1a3
Pitch Pine
#7c7766
Coral Clay
#c2b1a1
Nile Blue
#253f4e
rating-img
Rate this tool
NaN/5   0 votes