Color Hex Logo

#c6946a Color Hex

#C6946A
(198,148,106)
0 Favorites   0 Comments

Color spaces of #c6946a

RGB 198148106
HSL0.080.450.60
HSV27°46°78°
CMYK 0.000.250.46   0.22
XYZ36.480134.226218.3193
Yxy34.22620.40980.3845
Hunter Lab58.50328.924522.3865
CIE-Lab65.141713.615729.4884

#c6946a color RGB value is (198,148,106).

#c6946a hex color red value is 198, green value is 148 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c6946a hue: 0.08 , saturation: 0.45 and the lightness value of c6946a is 0.60.

The process color (four color CMYK) of #c6946a color hex is 0.00, 0.25, 0.46, 0.22. Web safe color of #c6946a is #cc9966. Color #c6946a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 01101010
Octal 306 224 152
Decimal 198 148 106
Hex C6 94 6A

RGB Percentages of Color #c6946a

%43.81
%32.74
%23.45

CMYK Percentages of Color #c6946a

%0
%25
%46
%22

Triadic Colors of #c6946a

#c6946a #6ac694 #946ac6

Analogous Colors of #c6946a

#c6946a #c6c26a #c66a6e

Monochromatic Colors of #c6946a

#c6946a

Complementary Color

#c6946a #6a9cc6

#c6946a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6946a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6946a Color CSS Codes

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

#c6946a Text Font Color

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

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


#c6946a Background Color

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

This div background color is #c6946a


#c6946a Border Color

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

This div border color is #c6946a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6946a


Comments

No comments written yet.

Please login to write comment.