Color Hex Logo

#c0703e Color Hex

#C0703E
(192,112,62)
0 Favorites   0 Comments

Color spaces of #c0703e

RGB 19211262
HSL0.060.510.50
HSV23°68°75°
CMYK 0.000.420.68   0.25
XYZ28.401923.14267.5275
Yxy23.14260.48080.3918
Hunter Lab48.106821.198424.3973
CIE-Lab55.218927.298840.7069

#c0703e color RGB value is (192,112,62).

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

The process color (four color CMYK) of #c0703e color hex is 0.00, 0.42, 0.68, 0.25. Web safe color of #c0703e is #cc6633. Color #c0703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 00111110
Octal 300 160 76
Decimal 192 112 62
Hex C0 70 3E

RGB Percentages of Color #c0703e

%52.46
%30.60
%16.94

CMYK Percentages of Color #c0703e

%0
%42
%68
%25

Triadic Colors of #c0703e

#c0703e #3ec070 #703ec0

Analogous Colors of #c0703e

#c0703e #c0b13e #c03e4d

Monochromatic Colors of #c0703e

#c0703e

Complementary Color

#c0703e #3e8ec0

#c0703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0703e Color CSS Codes

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

#c0703e Text Font Color

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

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


#c0703e Background Color

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

This div background color is #c0703e


#c0703e Border Color

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

This div border color is #c0703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0703e

#c0703e Color Palettes


Comments

No comments written yet.

Please login to write comment.