Color Hex Logo

#c99a29 Color Hex

#C99A29
(201,154,41)
0 Favorites   0 Comments

Color spaces of #c99a29

RGB 20115441
HSL0.120.660.47
HSV42°80°79°
CMYK 0.000.230.80   0.21
XYZ36.043235.68887.0868
Yxy35.68880.45730.4528
Hunter Lab59.74013.149834.7847
CIE-Lab66.28157.246761.4145

#c99a29 color RGB value is (201,154,41).

#c99a29 hex color red value is 201, green value is 154 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c99a29 hue: 0.12 , saturation: 0.66 and the lightness value of c99a29 is 0.47.

The process color (four color CMYK) of #c99a29 color hex is 0.00, 0.23, 0.80, 0.21. Web safe color of #c99a29 is #cc9933. Color #c99a29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 00101001
Octal 311 232 51
Decimal 201 154 41
Hex C9 9A 29

RGB Percentages of Color #c99a29

%50.76
%38.89
%10.35

CMYK Percentages of Color #c99a29

%0
%23
%80
%21

Triadic Colors of #c99a29

#c99a29 #29c99a #9a29c9

Analogous Colors of #c99a29

#c99a29 #a8c929 #c94a29

Monochromatic Colors of #c99a29

#c99a29

Complementary Color

#c99a29 #2958c9

#c99a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99a29 Color CSS Codes

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

#c99a29 Text Font Color

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

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


#c99a29 Background Color

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

This div background color is #c99a29


#c99a29 Border Color

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

This div border color is #c99a29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,154,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c99a29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c99a29;
  -webkit-box-shadow: 1px 1px 3px 2px #c99a29;
  box-shadow:         1px 1px 3px 2px #c99a29; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,154,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99a29


Comments

No comments written yet.

Please login to write comment.