Color Hex Logo

#c0944c Color Hex

#C0944C
(192,148,76)
0 Favorites   0 Comments

Color spaces of #c0944c

RGB 19214876
HSL0.100.480.53
HSV37°60°75°
CMYK 0.000.230.60   0.25
XYZ33.632632.908111.4167
Yxy32.90810.43140.4221
Hunter Lab57.36564.262228.3562
CIE-Lab64.08648.452943.7702

#c0944c color RGB value is (192,148,76).

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

The process color (four color CMYK) of #c0944c color hex is 0.00, 0.23, 0.60, 0.25. Web safe color of #c0944c is #cc9933. Color #c0944c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 01001100
Octal 300 224 114
Decimal 192 148 76
Hex C0 94 4C

RGB Percentages of Color #c0944c

%46.15
%35.58
%18.27

CMYK Percentages of Color #c0944c

%0
%23
%60
%25

Triadic Colors of #c0944c

#c0944c #4cc094 #944cc0

Analogous Colors of #c0944c

#c0944c #b2c04c #c05a4c

Monochromatic Colors of #c0944c

#c0944c

Complementary Color

#c0944c #4c78c0

#c0944c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0944c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0944c Color CSS Codes

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

#c0944c Text Font Color

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

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


#c0944c Background Color

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

This div background color is #c0944c


#c0944c Border Color

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

This div border color is #c0944c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0944c


Comments

No comments written yet.

Please login to write comment.