#c3b7a4 Color Hex Pasha Brown

Information about Pasha Brown Color | #0000FF

#c3b7a4 color RGB value is (195,183,164). #c3b7a4 color name is Pasha Brown color.

#c3b7a4 hex color red value is 195 , green value is 183 and the blue value of its RGB is 164 . Cylindrical-coordinate representations (also known as HSL) of color #c3b7a4 hue: 37 , saturation: 21 and the lightness value of #c3b7a4 is 70

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

#c3b7a4

~Pasha Brown

Color Converions

HEX
#c3b7a4
RGB
195,183,164
LAB
75,2,11
CMYK
0,6,16,24
LCH
75,11,80
XYZ
46,48,42
HSV
37,16,76
HSL
37,21,70

Base Numbers

Base Red Green Blue
Binary 11000011 10110111 10100100
Octal 303 267 244
Decimal 195 183 164
Hex c3 b7 a4

RGB Percentages of Color #c3b7a4

76%
72%
64%

CMYK Percentages of Color #c3b7a4

0%
6%
2%
9%

Color Variations

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

Shades of #c3b7a4

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

10%
#c3b7a4
20%
#b0a594
30%
#9c9283
40%
#898073
50%
#756e62
60%
#625b52
70%
#4e4942
80%
#3b3731
90%
#272521
100%
#141210

Tints of #c3b7a4

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

10%
#c3b7a4
20%
#c9bead
30%
#cfc5b6
40%
#d5cdbf
50%
#dbd4c8
60%
#e1dbd1
70%
#e7e2db
80%
#ede9e4
90%
#f3f1ed
100%
#f9f8f6

Tones of #c3b7a4

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

10%
#c3b7a4
20%
#bcb1a0
30%
#b5ac9d
40%
#afa699
50%
#a8a195
60%
#a19b92
70%
#9a968e
80%
#94908a
90%
#8d8b87
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.
#c3b7a4
#c3aba4
#c3b1a4
#c3b7a4
#c3bda4
#c3c3a4

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c3b7a4
#aac3a4
#aba4c3

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c3b7a4
#a4c3b7
#b7a4c3

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.
#c3b7a4
#a4c3a7
#a4b0c3
#c3a4bf

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c3b7a4
#eddfc8
#191715
#433f39
#6e675d
#988f80

Blindness simulator

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

Normal

#c3b7a4

protanopia

#bfb6a3

deuteranopia

#d1b0a4

tritanopia

#c6b1bf

achromatopsia

#b8b8b8

protanomaly

#c1b7a3

deuteranomaly

#ccb3a4

achromatopsia

#b8b8b8

tritanomaly

#c5b3b5

achromatomaly

#bcb8b1

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 11/21
Hello World !

#c3b7a4 Color CSS Codes

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

#c3b7a4 Text Font Color

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

This sample text font color is #c3b7a4
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.

#c3b7a4 Background Color

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

#c3b7a4 Border Color

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

This div border color is #c3b7a4

#c3b7a4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b7a4

More Colors

Brownish Pink
#c27e79
Dynamo
#953d68
Bright Violet
#ad0afd
Blueberry Dream
#586e84
Big Daddy Blue
#5d6b75
Dublin Jack
#6fab92
Island Green
#2bae66
Green Mallard
#455f5f
Fond Memory
#c8bcb7
Green Screen
#22ff00
Bright Grey
#ebecf0
Blush Sand
#e2e0d8
Faint Gold
#b59410
Light Quilt
#fde1d4
Gleaming Shells
#f8ded1
Frosted Jade
#c2d1c4
Crimson Sword
#b53111
Lucid Blue
#7e8d9f
Hidden Cove
#cec6bd
After Burn
#fd8b60
Emerging Leaf
#e1e1cf
Hot Coral
#f35b53
Crocus Tint
#fdf1c7
Antique Wicker Basket
#f3d3a1
Peapod Green
#8e916d
Liselotte Syrup
#dd5511
Poblano
#077f1b
Antiquarian Brown
#946644
Digital Violets
#aa00ff
Hadopelagic Water
#000022
Moss Rock
#5e5b4d
Biscay Bay
#097988
Hay Yellow
#c2a770
Floral Arrangement
#c6ac9f
Light Mint Green
#a6fbb2
Boboli Gardens
#22bb11
Adobe Beige
#dcbfa6
Lemon Essence
#e2ae4d
Little Touch
#e7cfe8
Gulf Weed
#686e43
rating-img
Rate this tool
NaN/5   0 votes