#c9b7ae

#c9b7ae color hex

#c9b7ae hex color information.
RGB value of #c9b7ae is (201,183,174)
Change page background color to #c9b7ae | Reset

#c9b7ae rgb color chart

Color spaces of #c9b7ae

RGB 201183174
HSL0.060.200.74
HSV20°13°79°
CMYK 0.000.090.13   0.21
XYZ48.660949.340547.0034
Yxy49.34050.33560.3403
Hunter Lab70.24280.73159.4957
CIE-Lab75.66274.89366.8851

Shades of #c9b7ae

Tints of #c9b7ae

RGB Percentages of Color #c9b7ae

%36.02
%32.80
%31.18

CMYK Percentages of Color #c9b7ae

%0
%9
%13
%21

#c9b7ae Color Info

#c9b7ae hex color red value is 201, green value is 183 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c9b7ae hue: 0.06 , saturation: 0.20 and the lightness value of c9b7ae is 0.74.

The process color (four color CMYK) of #c9b7ae hex color is 0.00, 0.09, 0.13, 0.21. Web safe color of #c9b7ae is #cccc99

Color #c9b7ae contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110111 10101110
Octal 311 267 256
Decimal 201 183 174
Hexadecimal C9 B7 AE

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #c9b7ae

Triadic Colors of #c9b7ae

#c9b7ae #aec9b7 #b7aec9

Analogous Colors of #c9b7ae

#c9b7ae #c9c4ae #c9aeb2

Complementary Color of #c9b7ae

#c9b7ae #aec0c9

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

#c9b7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b7ae Color CSS Codes

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

This sample text font color is #c9b7ae
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:#c9b7ae">Text here</p>
#c9b7ae background color

This div background color is #c9b7ae

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

This div border color is #c9b7ae

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

HTML Table Border #c9b7ae Color Sample
#c9b7aeborder color

CSS3 Examples

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

This text has shadow with rgb values.


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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #c9b7ae

<div style="-moz-box-shadow: 1px 1px 3px 2px #c9b7ae;
  -webkit-box-shadow: 1px 1px 3px 2px #c9b7ae;
  box-shadow:         1px 1px 3px 2px #c9b7ae;">
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