Color Hex Logo

#c5a55a Color Hex

#C5A55A
(197,165,90)
0 Favorites   0 Comments

Color spaces of #c5a55a

RGB 19716590
HSL0.120.480.56
HSV42°54°77°
CMYK 0.000.160.54   0.23
XYZ38.326639.518815.2807
Yxy39.51880.41160.4244
Hunter Lab62.8640-1.185029.5928
CIE-Lab69.12542.474842.8339

#c5a55a color RGB value is (197,165,90).

#c5a55a hex color red value is 197, green value is 165 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c5a55a hue: 0.12 , saturation: 0.48 and the lightness value of c5a55a is 0.56.

The process color (four color CMYK) of #c5a55a color hex is 0.00, 0.16, 0.54, 0.23. Web safe color of #c5a55a is #cc9966. Color #c5a55a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100101 01011010
Octal 305 245 132
Decimal 197 165 90
Hex C5 A5 5A

RGB Percentages of Color #c5a55a

%43.58
%36.50
%19.91

CMYK Percentages of Color #c5a55a

%0
%16
%54
%23

Triadic Colors of #c5a55a

#c5a55a #5ac5a5 #a55ac5

Analogous Colors of #c5a55a

#c5a55a #b0c55a #c5705a

Monochromatic Colors of #c5a55a

#c5a55a

Complementary Color

#c5a55a #5a7ac5

#c5a55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a55a Color CSS Codes

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

#c5a55a Text Font Color

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

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


#c5a55a Background Color

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

This div background color is #c5a55a


#c5a55a Border Color

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

This div border color is #c5a55a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,165,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5a55a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5a55a;
  -webkit-box-shadow: 1px 1px 3px 2px #c5a55a;
  box-shadow:         1px 1px 3px 2px #c5a55a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,165,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a55a


Comments

No comments written yet.

Please login to write comment.