Color Hex Logo

#c0784d Color Hex

#C0784D
(192,120,77)
0 Favorites   0 Comments

Color spaces of #c0784d

RGB 19212077
HSL0.060.480.53
HSV22°60°75°
CMYK 0.000.380.60   0.25
XYZ29.794325.175210.3102
Yxy25.17520.45640.3857
Hunter Lab50.174918.188822.9392
CIE-Lab57.245723.938235.1269

#c0784d color RGB value is (192,120,77).

#c0784d hex color red value is 192, green value is 120 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c0784d hue: 0.06 , saturation: 0.48 and the lightness value of c0784d is 0.53.

The process color (four color CMYK) of #c0784d color hex is 0.00, 0.38, 0.60, 0.25. Web safe color of #c0784d is #cc6666. Color #c0784d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 01001101
Octal 300 170 115
Decimal 192 120 77
Hex C0 78 4D

RGB Percentages of Color #c0784d

%49.36
%30.85
%19.79

CMYK Percentages of Color #c0784d

%0
%38
%60
%25

Triadic Colors of #c0784d

#c0784d #4dc078 #784dc0

Analogous Colors of #c0784d

#c0784d #c0b24d #c04d5c

Monochromatic Colors of #c0784d

#c0784d

Complementary Color

#c0784d #4d95c0

#c0784d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0784d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0784d Color CSS Codes

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

#c0784d Text Font Color

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

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


#c0784d Background Color

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

This div background color is #c0784d


#c0784d Border Color

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

This div border color is #c0784d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0784d


Comments

No comments written yet.

Please login to write comment.