Color Hex Logo

#c99121 Color Hex

#C99121
(201,145,33)
0 Favorites   0 Comments

Color spaces of #c99121

RGB 20114533
HSL0.110.720.46
HSV40°84°79°
CMYK 0.000.280.84   0.21
XYZ34.487332.77815.9480
Yxy32.77810.47110.4477
Hunter Lab57.25227.332733.9168
CIE-Lab63.980811.878862.0111

#c99121 color RGB value is (201,145,33).

#c99121 hex color red value is 201, green value is 145 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #c99121 hue: 0.11 , saturation: 0.72 and the lightness value of c99121 is 0.46.

The process color (four color CMYK) of #c99121 color hex is 0.00, 0.28, 0.84, 0.21. Web safe color of #c99121 is #cc9933. Color #c99121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 00100001
Octal 311 221 41
Decimal 201 145 33
Hex C9 91 21

RGB Percentages of Color #c99121

%53.03
%38.26
%8.71

CMYK Percentages of Color #c99121

%0
%28
%84
%21

Triadic Colors of #c99121

#c99121 #21c991 #9121c9

Analogous Colors of #c99121

#c99121 #adc921 #c93d21

Monochromatic Colors of #c99121

#c99121

Complementary Color

#c99121 #2159c9

#c99121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99121 Color CSS Codes

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

#c99121 Text Font Color

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

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


#c99121 Background Color

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

This div background color is #c99121


#c99121 Border Color

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

This div border color is #c99121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99121


Comments

No comments written yet.

Please login to write comment.