Color Hex Logo

#c69446 Color Hex

#C69446
(198,148,70)
1 Favorites   0 Comments

Color spaces of #c69446

RGB 19814870
HSL0.100.530.53
HSV37°65°78°
CMYK 0.000.250.65   0.22
XYZ34.984133.627810.4413
Yxy33.62780.44250.4254
Hunter Lab57.98956.204529.9172
CIE-Lab64.666110.629547.5358

#c69446 color RGB value is (198,148,70).

#c69446 hex color red value is 198, green value is 148 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c69446 hue: 0.10 , saturation: 0.53 and the lightness value of c69446 is 0.53.

The process color (four color CMYK) of #c69446 color hex is 0.00, 0.25, 0.65, 0.22. Web safe color of #c69446 is #cc9933. Color #c69446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 01000110
Octal 306 224 106
Decimal 198 148 70
Hex C6 94 46

RGB Percentages of Color #c69446

%47.60
%35.58
%16.83

CMYK Percentages of Color #c69446

%0
%25
%65
%22

Triadic Colors of #c69446

#c69446 #46c694 #9446c6

Analogous Colors of #c69446

#c69446 #b8c646 #c65446

Monochromatic Colors of #c69446

#c69446

Complementary Color

#c69446 #4678c6

#c69446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69446 Color CSS Codes

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

#c69446 Text Font Color

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

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


#c69446 Background Color

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

This div background color is #c69446


#c69446 Border Color

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

This div border color is #c69446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69446

#c69446 Color Palettes


Comments

No comments written yet.

Please login to write comment.