Color Hex Logo

#c09345 Color Hex

#C09345
(192,147,69)
0 Favorites   0 Comments

Color spaces of #c09345

RGB 19214769
HSL0.110.490.51
HSV38°64°75°
CMYK 0.000.230.64   0.25
XYZ33.246132.503610.1518
Yxy32.50360.43800.4282
Hunter Lab57.01194.320129.3509
CIE-Lab63.75698.513246.8223

#c09345 color RGB value is (192,147,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 01000101
Octal 300 223 105
Decimal 192 147 69
Hex C0 93 45

RGB Percentages of Color #c09345

%47.06
%36.03
%16.91

CMYK Percentages of Color #c09345

%0
%23
%64
%25

Triadic Colors of #c09345

#c09345 #45c093 #9345c0

Analogous Colors of #c09345

#c09345 #b0c045 #c05645

Monochromatic Colors of #c09345

#c09345

Complementary Color

#c09345 #4572c0

#c09345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09345 Color CSS Codes

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

#c09345 Text Font Color

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

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


#c09345 Background Color

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

This div background color is #c09345


#c09345 Border Color

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

This div border color is #c09345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09345


Comments

No comments written yet.

Please login to write comment.