Color Hex Logo

#c6996e Color Hex

#C6996E
(198,153,110)
0 Favorites   0 Comments

Color spaces of #c6996e

RGB 198153110
HSL0.080.440.60
HSV29°44°78°
CMYK 0.000.230.44   0.22
XYZ37.494435.914019.7078
Yxy35.91400.40270.3857
Hunter Lab59.92836.804822.4519
CIE-Lab66.454211.295629.0293

#c6996e color RGB value is (198,153,110).

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

The process color (four color CMYK) of #c6996e color hex is 0.00, 0.23, 0.44, 0.22. Web safe color of #c6996e is #cc9966. Color #c6996e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011001 01101110
Octal 306 231 156
Decimal 198 153 110
Hex C6 99 6E

RGB Percentages of Color #c6996e

%42.95
%33.19
%23.86

CMYK Percentages of Color #c6996e

%0
%23
%44
%22

Triadic Colors of #c6996e

#c6996e #6ec699 #996ec6

Analogous Colors of #c6996e

#c6996e #c6c56e #c66e6f

Monochromatic Colors of #c6996e

#c6996e

Complementary Color

#c6996e #6e9bc6

#c6996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6996e Color CSS Codes

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

#c6996e Text Font Color

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

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


#c6996e Background Color

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

This div background color is #c6996e


#c6996e Border Color

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

This div border color is #c6996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6996e


Comments

No comments written yet.

Please login to write comment.