Color Hex Logo

#c68d4e Color Hex

#C68D4E
(198,141,78)
0 Favorites   0 Comments

Color spaces of #c68d4e

RGB 19814178
HSL0.090.510.54
HSV32°61°78°
CMYK 0.000.290.61   0.22
XYZ34.188731.605611.5063
Yxy31.60560.44230.4089
Hunter Lab56.218910.169227.2183
CIE-Lab63.015615.007241.6779

#c68d4e color RGB value is (198,141,78).

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

The process color (four color CMYK) of #c68d4e color hex is 0.00, 0.29, 0.61, 0.22. Web safe color of #c68d4e is #cc9966. Color #c68d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 01001110
Octal 306 215 116
Decimal 198 141 78
Hex C6 8D 4E

RGB Percentages of Color #c68d4e

%47.48
%33.81
%18.71

CMYK Percentages of Color #c68d4e

%0
%29
%61
%22

Triadic Colors of #c68d4e

#c68d4e #4ec68d #8d4ec6

Analogous Colors of #c68d4e

#c68d4e #c3c64e #c6514e

Monochromatic Colors of #c68d4e

#c68d4e

Complementary Color

#c68d4e #4e87c6

#c68d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68d4e Color CSS Codes

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

#c68d4e Text Font Color

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

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


#c68d4e Background Color

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

This div background color is #c68d4e


#c68d4e Border Color

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

This div border color is #c68d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68d4e


Comments

No comments written yet.

Please login to write comment.