Color Hex Logo

#c3a86f Color Hex

#C3A86F
(195,168,111)
0 Favorites   0 Comments

Color spaces of #c3a86f

RGB 195168111
HSL0.110.410.60
HSV41°43°76°
CMYK 0.000.140.43   0.24
XYZ39.377640.755120.8300
Yxy40.75510.39000.4037
Hunter Lab63.8397-1.617225.3423
CIE-Lab70.00402.033933.0419

#c3a86f color RGB value is (195,168,111).

#c3a86f hex color red value is 195, green value is 168 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c3a86f hue: 0.11 , saturation: 0.41 and the lightness value of c3a86f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101000 01101111
Octal 303 250 157
Decimal 195 168 111
Hex C3 A8 6F

RGB Percentages of Color #c3a86f

%41.14
%35.44
%23.42

CMYK Percentages of Color #c3a86f

%0
%14
%43
%24

Triadic Colors of #c3a86f

#c3a86f #6fc3a8 #a86fc3

Analogous Colors of #c3a86f

#c3a86f #b4c36f #c37e6f

Monochromatic Colors of #c3a86f

#c3a86f

Complementary Color

#c3a86f #6f8ac3

#c3a86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a86f Color CSS Codes

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

#c3a86f Text Font Color

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

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


#c3a86f Background Color

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

This div background color is #c3a86f


#c3a86f Border Color

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

This div border color is #c3a86f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,168,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3a86f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3a86f;
  -webkit-box-shadow: 1px 1px 3px 2px #c3a86f;
  box-shadow:         1px 1px 3px 2px #c3a86f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,168,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a86f


Comments

No comments written yet.

Please login to write comment.