Color Hex Logo

#c07849 Color Hex

#C07849
(192,120,73)
0 Favorites   0 Comments

Color spaces of #c07849

RGB 19212073
HSL0.070.490.52
HSV24°62°75°
CMYK 0.000.380.62   0.25
XYZ29.657325.12049.5890
Yxy25.12040.46080.3903
Hunter Lab50.120317.912123.7408
CIE-Lab57.192523.646137.2123

#c07849 color RGB value is (192,120,73).

#c07849 hex color red value is 192, green value is 120 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c07849 hue: 0.07 , saturation: 0.49 and the lightness value of c07849 is 0.52.

The process color (four color CMYK) of #c07849 color hex is 0.00, 0.38, 0.62, 0.25. Web safe color of #c07849 is #cc6633. Color #c07849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 01001001
Octal 300 170 111
Decimal 192 120 73
Hex C0 78 49

RGB Percentages of Color #c07849

%49.87
%31.17
%18.96

CMYK Percentages of Color #c07849

%0
%38
%62
%25

Triadic Colors of #c07849

#c07849 #49c078 #7849c0

Analogous Colors of #c07849

#c07849 #c0b449 #c04955

Monochromatic Colors of #c07849

#c07849

Complementary Color

#c07849 #4991c0

#c07849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07849 Color CSS Codes

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

#c07849 Text Font Color

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

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


#c07849 Background Color

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

This div background color is #c07849


#c07849 Border Color

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

This div border color is #c07849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07849


Comments

No comments written yet.

Please login to write comment.