Color Hex Logo

#c3a36f Color Hex

#C3A36F
(195,163,111)
0 Favorites   0 Comments

Color spaces of #c3a36f

RGB 195163111
HSL0.100.410.60
HSV37°43°76°
CMYK 0.000.160.43   0.24
XYZ38.472138.944220.5282
Yxy38.94420.39280.3976
Hunter Lab62.40530.833824.1803
CIE-Lab68.71084.728731.3716

#c3a36f color RGB value is (195,163,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100011 01101111
Octal 303 243 157
Decimal 195 163 111
Hex C3 A3 6F

RGB Percentages of Color #c3a36f

%41.58
%34.75
%23.67

CMYK Percentages of Color #c3a36f

%0
%16
%43
%24

Triadic Colors of #c3a36f

#c3a36f #6fc3a3 #a36fc3

Analogous Colors of #c3a36f

#c3a36f #b9c36f #c3796f

Monochromatic Colors of #c3a36f

#c3a36f

Complementary Color

#c3a36f #6f8fc3

#c3a36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a36f Color CSS Codes

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

#c3a36f Text Font Color

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

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


#c3a36f Background Color

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

This div background color is #c3a36f


#c3a36f Border Color

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

This div border color is #c3a36f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,163,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 #c3a36f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a36f


Comments

No comments written yet.

Please login to write comment.