Color Hex Logo

#c7896a Color Hex

#C7896A
(199,137,106)
0 Favorites   0 Comments

Color spaces of #c7896a

RGB 199137106
HSL0.060.450.60
HSV20°47°78°
CMYK 0.000.310.47   0.22
XYZ35.100431.074017.7836
Yxy31.07400.41810.3701
Hunter Lab55.744114.844120.1060
CIE-Lab62.570120.060626.1414

#c7896a color RGB value is (199,137,106).

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

The process color (four color CMYK) of #c7896a color hex is 0.00, 0.31, 0.47, 0.22. Web safe color of #c7896a is #cc9966. Color #c7896a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001001 01101010
Octal 307 211 152
Decimal 199 137 106
Hex C7 89 6A

RGB Percentages of Color #c7896a

%45.02
%31.00
%23.98

CMYK Percentages of Color #c7896a

%0
%31
%47
%22

Triadic Colors of #c7896a

#c7896a #6ac789 #896ac7

Analogous Colors of #c7896a

#c7896a #c7b86a #c76a7a

Monochromatic Colors of #c7896a

#c7896a

Complementary Color

#c7896a #6aa8c7

#c7896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7896a Color CSS Codes

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

#c7896a Text Font Color

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

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


#c7896a Background Color

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

This div background color is #c7896a


#c7896a Border Color

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

This div border color is #c7896a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,137,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 #c7896a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7896a


Comments

No comments written yet.

Please login to write comment.