Color Hex Logo

#c0844c Color Hex

#C0844C
(192,132,76)
0 Favorites   0 Comments

Color spaces of #c0844c

RGB 19213276
HSL0.080.480.53
HSV29°60°75°
CMYK 0.000.310.60   0.25
XYZ31.294028.230810.6372
Yxy28.23080.44600.4024
Hunter Lab53.132712.150525.3230
CIE-Lab60.096717.255439.0886

#c0844c color RGB value is (192,132,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 01001100
Octal 300 204 114
Decimal 192 132 76
Hex C0 84 4C

RGB Percentages of Color #c0844c

%48.00
%33.00
%19.00

CMYK Percentages of Color #c0844c

%0
%31
%60
%25

Triadic Colors of #c0844c

#c0844c #4cc084 #844cc0

Analogous Colors of #c0844c

#c0844c #c0be4c #c04c4e

Monochromatic Colors of #c0844c

#c0844c

Complementary Color

#c0844c #4c88c0

#c0844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0844c Color CSS Codes

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

#c0844c Text Font Color

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

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


#c0844c Background Color

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

This div background color is #c0844c


#c0844c Border Color

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

This div border color is #c0844c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,132,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 #c0844c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0844c


Comments

No comments written yet.

Please login to write comment.