Color Hex Logo

#c09445 Color Hex

#C09445
(192,148,69)
0 Favorites   0 Comments

Color spaces of #c09445

RGB 19214869
HSL0.110.490.51
HSV39°64°75°
CMYK 0.000.230.64   0.25
XYZ33.402332.815910.2038
Yxy32.81590.43710.4294
Hunter Lab57.28523.832229.5387
CIE-Lab64.01167.966547.1068

#c09445 color RGB value is (192,148,69).

#c09445 hex color red value is 192, green value is 148 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c09445 hue: 0.11 , saturation: 0.49 and the lightness value of c09445 is 0.51.

The process color (four color CMYK) of #c09445 color hex is 0.00, 0.23, 0.64, 0.25. Web safe color of #c09445 is #cc9933. Color #c09445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 01000101
Octal 300 224 105
Decimal 192 148 69
Hex C0 94 45

RGB Percentages of Color #c09445

%46.94
%36.19
%16.87

CMYK Percentages of Color #c09445

%0
%23
%64
%25

Triadic Colors of #c09445

#c09445 #45c094 #9445c0

Analogous Colors of #c09445

#c09445 #afc045 #c05745

Monochromatic Colors of #c09445

#c09445

Complementary Color

#c09445 #4571c0

#c09445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09445 Color CSS Codes

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

#c09445 Text Font Color

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

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


#c09445 Background Color

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

This div background color is #c09445


#c09445 Border Color

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

This div border color is #c09445


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,148,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c09445; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c09445;
  -webkit-box-shadow: 1px 1px 3px 2px #c09445;
  box-shadow:         1px 1px 3px 2px #c09445; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,148,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09445


Comments

No comments written yet.

Please login to write comment.