Color Hex Logo

#c68044 Color Hex

#C68044
(198,128,68)
0 Favorites   0 Comments

Color spaces of #c68044

RGB 19812868
HSL0.080.530.52
HSV28°66°78°
CMYK 0.000.350.66   0.22
XYZ32.051327.86159.1574
Yxy27.86150.46400.4034
Hunter Lab52.784016.016126.6627
CIE-Lab59.763421.454843.0004

#c68044 color RGB value is (198,128,68).

#c68044 hex color red value is 198, green value is 128 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #c68044 hue: 0.08 , saturation: 0.53 and the lightness value of c68044 is 0.52.

The process color (four color CMYK) of #c68044 color hex is 0.00, 0.35, 0.66, 0.22. Web safe color of #c68044 is #cc9933. Color #c68044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 01000100
Octal 306 200 104
Decimal 198 128 68
Hex C6 80 44

RGB Percentages of Color #c68044

%50.25
%32.49
%17.26

CMYK Percentages of Color #c68044

%0
%35
%66
%22

Triadic Colors of #c68044

#c68044 #44c680 #8044c6

Analogous Colors of #c68044

#c68044 #c6c144 #c64449

Monochromatic Colors of #c68044

#c68044

Complementary Color

#c68044 #448ac6

#c68044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68044 Color CSS Codes

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

#c68044 Text Font Color

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

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


#c68044 Background Color

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

This div background color is #c68044


#c68044 Border Color

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

This div border color is #c68044


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,128,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c68044; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c68044;
  -webkit-box-shadow: 1px 1px 3px 2px #c68044;
  box-shadow:         1px 1px 3px 2px #c68044; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,128,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68044


Comments

No comments written yet.

Please login to write comment.