Color Hex Logo

#c69326 Color Hex

#C69326
(198,147,38)
0 Favorites   0 Comments

Color spaces of #c69326

RGB 19814738
HSL0.110.680.46
HSV41°81°78°
CMYK 0.000.260.81   0.22
XYZ34.072333.01316.4101
Yxy33.01310.46360.4492
Hunter Lab57.45705.301633.6053
CIE-Lab64.17159.620660.4234

#c69326 color RGB value is (198,147,38).

#c69326 hex color red value is 198, green value is 147 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #c69326 hue: 0.11 , saturation: 0.68 and the lightness value of c69326 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 00100110
Octal 306 223 46
Decimal 198 147 38
Hex C6 93 26

RGB Percentages of Color #c69326

%51.70
%38.38
%9.92

CMYK Percentages of Color #c69326

%0
%26
%81
%22

Triadic Colors of #c69326

#c69326 #26c693 #9326c6

Analogous Colors of #c69326

#c69326 #a9c626 #c64326

Monochromatic Colors of #c69326

#c69326

Complementary Color

#c69326 #2659c6

#c69326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69326 Color CSS Codes

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

#c69326 Text Font Color

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

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


#c69326 Background Color

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

This div background color is #c69326


#c69326 Border Color

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

This div border color is #c69326


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,147,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69326


Comments

No comments written yet.

Please login to write comment.