#c5c0a6

#c5c0a6 color hex

#c5c0a6 hex color information.
RGB value of #c5c0a6 is (197,192,166)
Change page background color to #c5c0a6 | Reset

#c5c0a6 rgb color chart

Color spaces of #c5c0a6

RGB 197192166
HSL0.140.210.71
HSV50°16°77°
CMYK 0.000.030.16   0.23
XYZ48.758552.322843.6058
Yxy52.32280.33700.3616
Hunter Lab72.3345-6.263914.8920
CIE-Lab77.4735-2.644313.7406

Shades of #c5c0a6

Tints of #c5c0a6

RGB Percentages of Color #c5c0a6

%35.50
%34.59
%29.91

CMYK Percentages of Color #c5c0a6

%0
%3
%16
%23

#c5c0a6 Color Info

#c5c0a6 hex color red value is 197, green value is 192 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #c5c0a6 hue: 0.14 , saturation: 0.21 and the lightness value of c5c0a6 is 0.71.

The process color (four color CMYK) of #c5c0a6 hex color is 0.00, 0.03, 0.16, 0.23. Web safe color of #c5c0a6 is #cccc99

Color #c5c0a6 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000000 10100110
Octal 305 300 246
Decimal 197 192 166
Hexadecimal C5 C0 A6

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #c5c0a6

Triadic Colors of #c5c0a6

#c5c0a6 #a5c4bf #bfa5c4

Analogous Colors of #c5c0a6

#c5c0a6 #bac4a5 #c4b0a5

Complementary Color of #c5c0a6

#c5c0a6 #a5aac4

#c5c0a6 HSL Color Chart
#c5c0a6 hsl color chart
#c5c0a6 RGB Color Chart

#c5c0a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c0a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c0a6 Color CSS Codes

.mybgcolor {background-color:#c5c0a6; } 
.myforecolor {color:#c5c0a6; }
.mybordercolor {border:3px solid #c5c0a6; }
Sample text font color #c5c0a6

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

html code
<p style="color:#c5c0a6">Text here</p>
#c5c0a6 background color

This div background color is #c5c0a6

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

This div border color is #c5c0a6

<div style="border:3px solid #c5c0a6">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #c5c0a6 Color Sample
#c5c0a6border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(197,192,166, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #c5c0a6; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #c5c0a6;
  -webkit-box-shadow: 1px 1px 3px 2px #c5c0a6;
  box-shadow:         1px 1px 3px 2px #c5c0a6; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,192,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5c0a6">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #c5c0a6

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top