Color Hex Logo

#c69376 Color Hex

#C69376
(198,147,118)
0 Favorites   0 Comments

Color spaces of #c69376

RGB 198147118
HSL0.060.410.62
HSV22°40°78°
CMYK 0.000.260.40   0.22
XYZ36.992434.181221.7875
Yxy34.18120.39790.3677
Hunter Lab58.464710.629218.8302
CIE-Lab65.106115.462122.8580

#c69376 color RGB value is (198,147,118).

#c69376 hex color red value is 198, green value is 147 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c69376 hue: 0.06 , saturation: 0.41 and the lightness value of c69376 is 0.62.

The process color (four color CMYK) of #c69376 color hex is 0.00, 0.26, 0.40, 0.22. Web safe color of #c69376 is #cc9966. Color #c69376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 01110110
Octal 306 223 166
Decimal 198 147 118
Hex C6 93 76

RGB Percentages of Color #c69376

%42.76
%31.75
%25.49

CMYK Percentages of Color #c69376

%0
%26
%40
%22

Triadic Colors of #c69376

#c69376 #76c693 #9376c6

Analogous Colors of #c69376

#c69376 #c6bb76 #c67681

Monochromatic Colors of #c69376

#c69376

Complementary Color

#c69376 #76a9c6

#c69376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69376 Color CSS Codes

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

#c69376 Text Font Color

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

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


#c69376 Background Color

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

This div background color is #c69376


#c69376 Border Color

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

This div border color is #c69376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69376


Comments

No comments written yet.

Please login to write comment.