Color Hex Logo

#c07246 Color Hex

#C07246
(192,114,70)
0 Favorites   0 Comments

Color spaces of #c07246

RGB 19211470
HSL0.060.490.51
HSV22°64°75°
CMYK 0.000.410.64   0.25
XYZ28.861023.68338.8445
Yxy23.68330.47010.3858
Hunter Lab48.665520.694623.2904
CIE-Lab55.769326.717937.1236

#c07246 color RGB value is (192,114,70).

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

The process color (four color CMYK) of #c07246 color hex is 0.00, 0.41, 0.64, 0.25. Web safe color of #c07246 is #cc6633. Color #c07246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110010 01000110
Octal 300 162 106
Decimal 192 114 70
Hex C0 72 46

RGB Percentages of Color #c07246

%51.06
%30.32
%18.62

CMYK Percentages of Color #c07246

%0
%41
%64
%25

Triadic Colors of #c07246

#c07246 #46c072 #7246c0

Analogous Colors of #c07246

#c07246 #c0af46 #c04657

Monochromatic Colors of #c07246

#c07246

Complementary Color

#c07246 #4694c0

#c07246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07246 Color CSS Codes

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

#c07246 Text Font Color

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

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


#c07246 Background Color

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

This div background color is #c07246


#c07246 Border Color

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

This div border color is #c07246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07246


Comments

No comments written yet.

Please login to write comment.