Color Hex Logo

#c1a44f Color Hex

#C1A44F
(193,164,79)
0 Favorites   0 Comments

Color spaces of #c1a44f

RGB 19316479
HSL0.120.480.53
HSV45°59°76°
CMYK 0.000.150.59   0.24
XYZ36.679138.452912.8861
Yxy38.45290.41670.4369
Hunter Lab62.0104-2.935631.0865
CIE-Lab68.35310.433147.2426

#c1a44f color RGB value is (193,164,79).

#c1a44f hex color red value is 193, green value is 164 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c1a44f hue: 0.12 , saturation: 0.48 and the lightness value of c1a44f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100100 01001111
Octal 301 244 117
Decimal 193 164 79
Hex C1 A4 4F

RGB Percentages of Color #c1a44f

%44.27
%37.61
%18.12

CMYK Percentages of Color #c1a44f

%0
%15
%59
%24

Triadic Colors of #c1a44f

#c1a44f #4fc1a4 #a44fc1

Analogous Colors of #c1a44f

#c1a44f #a5c14f #c16b4f

Monochromatic Colors of #c1a44f

#c1a44f

Complementary Color

#c1a44f #4f6cc1

#c1a44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a44f Color CSS Codes

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

#c1a44f Text Font Color

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

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


#c1a44f Background Color

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

This div background color is #c1a44f


#c1a44f Border Color

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

This div border color is #c1a44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a44f


Comments

No comments written yet.

Please login to write comment.