Color Hex Logo

#c0783a Color Hex

#C0783A
(192,120,58)
0 Favorites   0 Comments

Color spaces of #c0783a

RGB 19212058
HSL0.080.540.49
HSV28°70°75°
CMYK 0.000.380.70   0.25
XYZ29.218424.94497.2779
Yxy24.94490.47560.4060
Hunter Lab49.944917.021326.3217
CIE-Lab57.021722.701244.7326

#c0783a color RGB value is (192,120,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 00111010
Octal 300 170 72
Decimal 192 120 58
Hex C0 78 3A

RGB Percentages of Color #c0783a

%51.89
%32.43
%15.68

CMYK Percentages of Color #c0783a

%0
%38
%70
%25

Triadic Colors of #c0783a

#c0783a #3ac078 #783ac0

Analogous Colors of #c0783a

#c0783a #c0bb3a #c03a3f

Monochromatic Colors of #c0783a

#c0783a

Complementary Color

#c0783a #3a82c0

#c0783a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0783a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0783a Color CSS Codes

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

#c0783a Text Font Color

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

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


#c0783a Background Color

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

This div background color is #c0783a


#c0783a Border Color

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

This div border color is #c0783a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0783a


Comments

No comments written yet.

Please login to write comment.