Color Hex Logo

#c7ba7a Color Hex

#C7BA7A
(199,186,122)
0 Favorites   0 Comments

Color spaces of #c7ba7a

RGB 199186122
HSL0.140.410.63
HSV50°39°78°
CMYK 0.000.070.39   0.22
XYZ44.624948.665125.4537
Yxy48.66510.37580.4098
Hunter Lab69.7604-7.896327.1989
CIE-Lab75.2425-4.674634.1101

#c7ba7a color RGB value is (199,186,122).

#c7ba7a hex color red value is 199, green value is 186 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c7ba7a hue: 0.14 , saturation: 0.41 and the lightness value of c7ba7a is 0.63.

The process color (four color CMYK) of #c7ba7a color hex is 0.00, 0.07, 0.39, 0.22. Web safe color of #c7ba7a is #cccc66. Color #c7ba7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111010 01111010
Octal 307 272 172
Decimal 199 186 122
Hex C7 BA 7A

RGB Percentages of Color #c7ba7a

%39.25
%36.69
%24.06

CMYK Percentages of Color #c7ba7a

%0
%7
%39
%22

Triadic Colors of #c7ba7a

#c7ba7a #7ac7ba #ba7ac7

Analogous Colors of #c7ba7a

#c7ba7a #aec77a #c7947a

Monochromatic Colors of #c7ba7a

#c7ba7a

Complementary Color

#c7ba7a #7a87c7

#c7ba7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ba7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ba7a Color CSS Codes

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

#c7ba7a Text Font Color

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

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


#c7ba7a Background Color

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

This div background color is #c7ba7a


#c7ba7a Border Color

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

This div border color is #c7ba7a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,186,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ba7a


Comments

No comments written yet.

Please login to write comment.