Color Hex Logo

#c7af48 Color Hex

#C7AF48
(199,175,72)
0 Favorites   0 Comments

Color spaces of #c7af48

RGB 19917572
HSL0.140.530.53
HSV49°64°78°
CMYK 0.000.120.64   0.22
XYZ40.052943.269912.3718
Yxy43.26990.41850.4522
Hunter Lab65.7799-6.427334.8947
CIE-Lab71.7378-3.320654.4024

#c7af48 color RGB value is (199,175,72).

#c7af48 hex color red value is 199, green value is 175 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c7af48 hue: 0.14 , saturation: 0.53 and the lightness value of c7af48 is 0.53.

The process color (four color CMYK) of #c7af48 color hex is 0.00, 0.12, 0.64, 0.22. Web safe color of #c7af48 is #cc9933. Color #c7af48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 01001000
Octal 307 257 110
Decimal 199 175 72
Hex C7 AF 48

RGB Percentages of Color #c7af48

%44.62
%39.24
%16.14

CMYK Percentages of Color #c7af48

%0
%12
%64
%22

Triadic Colors of #c7af48

#c7af48 #48c7af #af48c7

Analogous Colors of #c7af48

#c7af48 #a0c748 #c77048

Monochromatic Colors of #c7af48

#c7af48

Complementary Color

#c7af48 #4860c7

#c7af48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7af48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7af48 Color CSS Codes

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

#c7af48 Text Font Color

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

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


#c7af48 Background Color

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

This div background color is #c7af48


#c7af48 Border Color

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

This div border color is #c7af48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7af48


Comments

No comments written yet.

Please login to write comment.