Color Hex Logo

#c68f4c Color Hex

#C68F4C
(198,143,76)
0 Favorites   0 Comments

Color spaces of #c68f4c

RGB 19814376
HSL0.090.520.54
HSV33°62°78°
CMYK 0.000.280.62   0.22
XYZ34.415732.172511.2335
Yxy32.17250.44220.4134
Hunter Lab56.72089.044627.9622
CIE-Lab63.485213.768243.2408

#c68f4c color RGB value is (198,143,76).

#c68f4c hex color red value is 198, green value is 143 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c68f4c hue: 0.09 , saturation: 0.52 and the lightness value of c68f4c is 0.54.

The process color (four color CMYK) of #c68f4c color hex is 0.00, 0.28, 0.62, 0.22. Web safe color of #c68f4c is #cc9933. Color #c68f4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 01001100
Octal 306 217 114
Decimal 198 143 76
Hex C6 8F 4C

RGB Percentages of Color #c68f4c

%47.48
%34.29
%18.23

CMYK Percentages of Color #c68f4c

%0
%28
%62
%22

Triadic Colors of #c68f4c

#c68f4c #4cc68f #8f4cc6

Analogous Colors of #c68f4c

#c68f4c #c0c64c #c6524c

Monochromatic Colors of #c68f4c

#c68f4c

Complementary Color

#c68f4c #4c83c6

#c68f4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68f4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68f4c Color CSS Codes

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

#c68f4c Text Font Color

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

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


#c68f4c Background Color

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

This div background color is #c68f4c


#c68f4c Border Color

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

This div border color is #c68f4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68f4c


Comments

No comments written yet.

Please login to write comment.