Color Hex Logo

#c9aea1 Color Hex

#C9AEA1
(201,174,161)
0 Favorites   0 Comments

Color spaces of #c9aea1

RGB 201174161
HSL0.050.270.71
HSV20°20°79°
CMYK 0.000.130.20   0.21
XYZ45.656545.262840.0485
Yxy45.26280.34860.3456
Hunter Lab67.27763.399311.8007
CIE-Lab73.06467.684710.2621

#c9aea1 color RGB value is (201,174,161).

#c9aea1 hex color red value is 201, green value is 174 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c9aea1 hue: 0.05 , saturation: 0.27 and the lightness value of c9aea1 is 0.71.

The process color (four color CMYK) of #c9aea1 color hex is 0.00, 0.13, 0.20, 0.21. Web safe color of #c9aea1 is #cc9999. Color #c9aea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101110 10100001
Octal 311 256 241
Decimal 201 174 161
Hex C9 AE A1

RGB Percentages of Color #c9aea1

%37.50
%32.46
%30.04

CMYK Percentages of Color #c9aea1

%0
%13
%20
%21

Triadic Colors of #c9aea1

#c9aea1 #a1c9ae #aea1c9

Analogous Colors of #c9aea1

#c9aea1 #c9c2a1 #c9a1a8

Monochromatic Colors of #c9aea1

#c9aea1

Complementary Color

#c9aea1 #a1bcc9

#c9aea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aea1 Color CSS Codes

.mybgcolor {background-color:#c9aea1; } 
.myforecolor {color:#c9aea1; }
.mybordercolor {border:3px solid #c9aea1; }

#c9aea1 Text Font Color

<p style="color:#c9aea1">Text here</p>

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


#c9aea1 Background Color

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

This div background color is #c9aea1


#c9aea1 Border Color

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

This div border color is #c9aea1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,174,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9aea1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9aea1;
  -webkit-box-shadow: 1px 1px 3px 2px #c9aea1;
  box-shadow:         1px 1px 3px 2px #c9aea1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,174,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aea1


Comments

No comments written yet.

Please login to write comment.