Color Hex Logo

#c69321 Color Hex

#C69321
(198,147,33)
0 Favorites   0 Comments

Color spaces of #c69321

RGB 19814733
HSL0.120.710.45
HSV41°83°78°
CMYK 0.000.260.83   0.22
XYZ33.996932.98306.0134
Yxy32.98300.46580.4519
Hunter Lab57.43085.161433.9935
CIE-Lab64.14719.463562.0207

#c69321 color RGB value is (198,147,33).

#c69321 hex color red value is 198, green value is 147 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #c69321 hue: 0.12 , saturation: 0.71 and the lightness value of c69321 is 0.45.

The process color (four color CMYK) of #c69321 color hex is 0.00, 0.26, 0.83, 0.22. Web safe color of #c69321 is #cc9933. Color #c69321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 00100001
Octal 306 223 41
Decimal 198 147 33
Hex C6 93 21

RGB Percentages of Color #c69321

%52.38
%38.89
%8.73

CMYK Percentages of Color #c69321

%0
%26
%83
%22

Triadic Colors of #c69321

#c69321 #21c693 #9321c6

Analogous Colors of #c69321

#c69321 #a7c621 #c64121

Monochromatic Colors of #c69321

#c69321

Complementary Color

#c69321 #2154c6

#c69321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69321 Color CSS Codes

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

#c69321 Text Font Color

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

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


#c69321 Background Color

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

This div background color is #c69321


#c69321 Border Color

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

This div border color is #c69321


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,147,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 #c69321">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69321


Comments

No comments written yet.

Please login to write comment.