Color Hex Logo

#c3a448 Color Hex

#C3A448
(195,164,72)
0 Favorites   0 Comments

Color spaces of #c3a448

RGB 19516472
HSL0.120.510.52
HSV45°63°76°
CMYK 0.000.160.63   0.24
XYZ36.950838.620911.6380
Yxy38.62090.42370.4429
Hunter Lab62.1457-2.621932.3988
CIE-Lab68.47580.801050.7326

#c3a448 color RGB value is (195,164,72).

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

The process color (four color CMYK) of #c3a448 color hex is 0.00, 0.16, 0.63, 0.24. Web safe color of #c3a448 is #cc9933. Color #c3a448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100100 01001000
Octal 303 244 110
Decimal 195 164 72
Hex C3 A4 48

RGB Percentages of Color #c3a448

%45.24
%38.05
%16.71

CMYK Percentages of Color #c3a448

%0
%16
%63
%24

Triadic Colors of #c3a448

#c3a448 #48c3a4 #a448c3

Analogous Colors of #c3a448

#c3a448 #a5c348 #c36748

Monochromatic Colors of #c3a448

#c3a448

Complementary Color

#c3a448 #4867c3

#c3a448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a448 Color CSS Codes

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

#c3a448 Text Font Color

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

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


#c3a448 Background Color

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

This div background color is #c3a448


#c3a448 Border Color

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

This div border color is #c3a448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a448


Comments

No comments written yet.

Please login to write comment.