Color Hex Logo

#c1a46b Color Hex

#C1A46B
(193,164,107)
0 Favorites   0 Comments

Color spaces of #c1a46b

RGB 193164107
HSL0.110.410.59
HSV40°45°76°
CMYK 0.000.150.45   0.24
XYZ37.921638.949919.4293
Yxy38.94990.39380.4045
Hunter Lab62.4099-0.756725.2289
CIE-Lab68.71502.938233.4627

#c1a46b color RGB value is (193,164,107).

#c1a46b hex color red value is 193, green value is 164 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c1a46b hue: 0.11 , saturation: 0.41 and the lightness value of c1a46b is 0.59.

The process color (four color CMYK) of #c1a46b color hex is 0.00, 0.15, 0.45, 0.24. Web safe color of #c1a46b is #cc9966. Color #c1a46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100100 01101011
Octal 301 244 153
Decimal 193 164 107
Hex C1 A4 6B

RGB Percentages of Color #c1a46b

%41.59
%35.34
%23.06

CMYK Percentages of Color #c1a46b

%0
%15
%45
%24

Triadic Colors of #c1a46b

#c1a46b #6bc1a4 #a46bc1

Analogous Colors of #c1a46b

#c1a46b #b3c16b #c1796b

Monochromatic Colors of #c1a46b

#c1a46b

Complementary Color

#c1a46b #6b88c1

#c1a46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a46b Color CSS Codes

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

#c1a46b Text Font Color

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

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


#c1a46b Background Color

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

This div background color is #c1a46b


#c1a46b Border Color

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

This div border color is #c1a46b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,164,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1a46b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1a46b;
  -webkit-box-shadow: 1px 1px 3px 2px #c1a46b;
  box-shadow:         1px 1px 3px 2px #c1a46b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,164,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a46b


Comments

No comments written yet.

Please login to write comment.