Color Hex Logo

#c3a332 Color Hex

#C3A332
(195,163,50)
0 Favorites   0 Comments

Color spaces of #c3a332

RGB 19516350
HSL0.130.590.48
HSV47°74°76°
CMYK 0.000.160.74   0.24
XYZ36.178638.02688.4507
Yxy38.02680.43770.4601
Hunter Lab61.6659-3.191635.0410
CIE-Lab68.04040.117859.5857

#c3a332 color RGB value is (195,163,50).

#c3a332 hex color red value is 195, green value is 163 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c3a332 hue: 0.13 , saturation: 0.59 and the lightness value of c3a332 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100011 00110010
Octal 303 243 62
Decimal 195 163 50
Hex C3 A3 32

RGB Percentages of Color #c3a332

%47.79
%39.95
%12.25

CMYK Percentages of Color #c3a332

%0
%16
%74
%24

Triadic Colors of #c3a332

#c3a332 #32c3a3 #a332c3

Analogous Colors of #c3a332

#c3a332 #9bc332 #c35b32

Monochromatic Colors of #c3a332

#c3a332

Complementary Color

#c3a332 #3252c3

#c3a332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a332 Color CSS Codes

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

#c3a332 Text Font Color

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

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


#c3a332 Background Color

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

This div background color is #c3a332


#c3a332 Border Color

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

This div border color is #c3a332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a332


Comments

No comments written yet.

Please login to write comment.