Color Hex Logo

#c3a745 Color Hex

#C3A745
(195,167,69)
0 Favorites   0 Comments

Color spaces of #c3a745

RGB 19516769
HSL0.130.510.52
HSV47°65°76°
CMYK 0.000.140.65   0.24
XYZ37.398639.669211.3160
Yxy39.66920.42310.4488
Hunter Lab62.9835-4.230633.4360
CIE-Lab69.2333-0.995952.9222

#c3a745 color RGB value is (195,167,69).

#c3a745 hex color red value is 195, green value is 167 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c3a745 hue: 0.13 , saturation: 0.51 and the lightness value of c3a745 is 0.52.

The process color (four color CMYK) of #c3a745 color hex is 0.00, 0.14, 0.65, 0.24. Web safe color of #c3a745 is #cc9933. Color #c3a745 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100111 01000101
Octal 303 247 105
Decimal 195 167 69
Hex C3 A7 45

RGB Percentages of Color #c3a745

%45.24
%38.75
%16.01

CMYK Percentages of Color #c3a745

%0
%14
%65
%24

Triadic Colors of #c3a745

#c3a745 #45c3a7 #a745c3

Analogous Colors of #c3a745

#c3a745 #a0c345 #c36845

Monochromatic Colors of #c3a745

#c3a745

Complementary Color

#c3a745 #4561c3

#c3a745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a745 Color CSS Codes

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

#c3a745 Text Font Color

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

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


#c3a745 Background Color

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

This div background color is #c3a745


#c3a745 Border Color

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

This div border color is #c3a745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a745


Comments

No comments written yet.

Please login to write comment.