#c0b2a2 Color Hex Balanced Beige

Information about Balanced Beige Color | #0000FF

#c0b2a2 color RGB value is (192,178,162). #c0b2a2 color name is Balanced Beige color.

#c0b2a2 hex color red value is 192 , green value is 178 and the blue value of its RGB is 162 . Cylindrical-coordinate representations (also known as HSL) of color #c0b2a2 hue: 32 , saturation: 19 and the lightness value of #c0b2a2 is 69

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

#c0b2a2

~Balanced Beige

Color Converions

HEX
#c0b2a2
RGB
192,178,162
LAB
73,3,10
CMYK
0,7,16,25
LCH
73,11,72
XYZ
44,46,41
HSV
32,16,75
HSL
32,19,69

Base Numbers

Base Red Green Blue
Binary 11000000 10110010 10100010
Octal 300 262 242
Decimal 192 178 162
Hex c0 b2 a2

RGB Percentages of Color #c0b2a2

75%
70%
64%

CMYK Percentages of Color #c0b2a2

0%
6%
3%
10%

Color Variations

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

Shades of #c0b2a2

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

10%
#c0b2a2
20%
#ada092
30%
#9a8e82
40%
#867d71
50%
#736b61
60%
#605951
70%
#4d4741
80%
#3a3531
90%
#262420
100%
#131210

Tints of #c0b2a2

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

10%
#c0b2a2
20%
#c6baab
30%
#cdc1b5
40%
#d3c9be
50%
#d9d1c7
60%
#dfd8d1
70%
#e6e0da
80%
#ece8e3
90%
#f2f0ec
100%
#f9f7f6

Tones of #c0b2a2

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

10%
#c0b2a2
20%
#baad9f
30%
#b3a89b
40%
#ada398
50%
#a69e94
60%
#a09991
70%
#99948d
80%
#938f8a
90%
#8c8a86
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.
#c0b2a2
#c0a6a2
#c0aca2
#c0b2a2
#c0b8a2
#c0bea2

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c0b2a2
#aac0a2
#a6a2c0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c0b2a2
#a2c0b2
#b2a2c0

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.
#c0b2a2
#a2c0a3
#a2b0c0
#c0a2bf

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c0b2a2
#ead9c6
#161413
#403c36
#6b635a
#958b7e

Blindness simulator

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

Normal

#c0b2a2

protanopia

#bab2a1

deuteranopia

#cbaca2

tritanopia

#c3adba

achromatopsia

#b4b4b4

protanomaly

#bcb2a1

deuteranomaly

#c7aea2

achromatopsia

#b4b4b4

tritanomaly

#c2afb1

achromatomaly

#b8b3ad

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 !

#c0b2a2 Color CSS Codes

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

#c0b2a2 Text Font Color

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

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

#c0b2a2 Background Color

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

#c0b2a2 Border Color

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

This div border color is #c0b2a2

#c0b2a2 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b2a2

More Colors

Misty Hillside
#dce5cc
Frosted Plains
#e0ffdf
Osage Orange
#f4a045
Pinch of Pearl
#fff8e3
Palmetto
#6d9a9b
Frog Prince
#bbd75a
Modal
#31a6d1
Digger's Gold
#a37336
Ginger Ale Fizz
#f5dfbc
Nouveau-Riche
#ffbb77
Placebo Fuchsia
#f8ebfc
Hobgoblin
#01ad8f
Albuquerque
#cca47e
Golden Syrup
#ebd8b3
Aloe Nectar
#dfe2c9
Autumn Haze
#d4c2b1
Perfume Cloud
#e2c9ce
Azalea
#d42e5b
Gulf Wind
#bcc9cd
Isle of Dreams
#bcccb5
Distilled Rose
#ffbbff
Confident White
#e4dfce
Ouni Red
#ee7948
Lightish Red
#fe2f4a
Azalea Pink
#f9c0c4
Pea Green
#8eab12
Margarine
#f2d930
Graphic Charcoal
#5c5e5f
Bright Midnight
#011993
Esoteric
#c4b5a4
Lazy Day
#95aed1
Casa Talec
#c49ca5
Beach Glass
#96dfce
Mustard Brown
#ac7e04
Aqua Foam
#adc3b4
Meatloaf
#663311
Invitation Gold
#a6773f
High Tea
#7f6f57
Eternal Flame
#a13f49
Outdoor Oasis
#6e6f4d
rating-img
Rate this tool
NaN/5   0 votes