Color Hex Logo

#c3a11b Color Hex

#C3A11B
(195,161,27)
0 Favorites   0 Comments

Color spaces of #c3a11b

RGB 19516127
HSL0.130.760.44
HSV48°86°76°
CMYK 0.000.170.86   0.24
XYZ35.448437.17106.3433
Yxy37.17100.44890.4707
Hunter Lab60.9680-2.909536.5089
CIE-Lab67.40510.401466.2698

#c3a11b color RGB value is (195,161,27).

#c3a11b hex color red value is 195, green value is 161 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #c3a11b hue: 0.13 , saturation: 0.76 and the lightness value of c3a11b is 0.44.

The process color (four color CMYK) of #c3a11b color hex is 0.00, 0.17, 0.86, 0.24. Web safe color of #c3a11b is #cc9933. Color #c3a11b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100001 00011011
Octal 303 241 33
Decimal 195 161 27
Hex C3 A1 1B

RGB Percentages of Color #c3a11b

%50.91
%42.04
%7.05

CMYK Percentages of Color #c3a11b

%0
%17
%86
%24

Triadic Colors of #c3a11b

#c3a11b #1bc3a1 #a11bc3

Analogous Colors of #c3a11b

#c3a11b #91c31b #c34d1b

Monochromatic Colors of #c3a11b

#c3a11b

Complementary Color

#c3a11b #1b3dc3

#c3a11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a11b Color CSS Codes

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

#c3a11b Text Font Color

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

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


#c3a11b Background Color

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

This div background color is #c3a11b


#c3a11b Border Color

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

This div border color is #c3a11b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a11b


Comments

No comments written yet.

Please login to write comment.