Color Hex Logo

#c2a761 Color Hex

#C2A761
(194,167,97)
0 Favorites   0 Comments

Color spaces of #c2a761

RGB 19416797
HSL0.120.440.57
HSV43°50°76°
CMYK 0.000.140.50   0.24
XYZ38.224539.969817.0096
Yxy39.96980.40150.4198
Hunter Lab63.2217-2.714928.3034
CIE-Lab69.44800.756039.6095

#c2a761 color RGB value is (194,167,97).

#c2a761 hex color red value is 194, green value is 167 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c2a761 hue: 0.12 , saturation: 0.44 and the lightness value of c2a761 is 0.57.

The process color (four color CMYK) of #c2a761 color hex is 0.00, 0.14, 0.50, 0.24. Web safe color of #c2a761 is #cc9966. Color #c2a761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10100111 01100001
Octal 302 247 141
Decimal 194 167 97
Hex C2 A7 61

RGB Percentages of Color #c2a761

%42.36
%36.46
%21.18

CMYK Percentages of Color #c2a761

%0
%14
%50
%24

Triadic Colors of #c2a761

#c2a761 #61c2a7 #a761c2

Analogous Colors of #c2a761

#c2a761 #adc261 #c27761

Monochromatic Colors of #c2a761

#c2a761

Complementary Color

#c2a761 #617cc2

#c2a761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a761 Color CSS Codes

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

#c2a761 Text Font Color

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

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


#c2a761 Background Color

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

This div background color is #c2a761


#c2a761 Border Color

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

This div border color is #c2a761


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,167,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2a761; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2a761;
  -webkit-box-shadow: 1px 1px 3px 2px #c2a761;
  box-shadow:         1px 1px 3px 2px #c2a761; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,167,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a761


Comments

No comments written yet.

Please login to write comment.