Color Hex Logo

#c66947 Color Hex

#C66947
(198,105,71)
0 Favorites   0 Comments

Color spaces of #c66947

RGB 19810571
HSL0.040.530.53
HSV16°64°78°
CMYK 0.000.470.64   0.22
XYZ29.477622.56388.7629
Yxy22.56380.48480.3711
Hunter Lab47.501427.643122.3133
CIE-Lab54.620234.047635.4095

#c66947 color RGB value is (198,105,71).

#c66947 hex color red value is 198, green value is 105 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c66947 hue: 0.04 , saturation: 0.53 and the lightness value of c66947 is 0.53.

The process color (four color CMYK) of #c66947 color hex is 0.00, 0.47, 0.64, 0.22. Web safe color of #c66947 is #cc6633. Color #c66947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 01000111
Octal 306 151 107
Decimal 198 105 71
Hex C6 69 47

RGB Percentages of Color #c66947

%52.94
%28.07
%18.98

CMYK Percentages of Color #c66947

%0
%47
%64
%22

Triadic Colors of #c66947

#c66947 #47c669 #6947c6

Analogous Colors of #c66947

#c66947 #c6a947 #c64765

Monochromatic Colors of #c66947

#c66947

Complementary Color

#c66947 #47a4c6

#c66947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66947 Color CSS Codes

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

#c66947 Text Font Color

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

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


#c66947 Background Color

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

This div background color is #c66947


#c66947 Border Color

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

This div border color is #c66947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66947


Comments

No comments written yet.

Please login to write comment.