Color Hex Logo

#c6af93 Color Hex

#C6AF93
(198,175,147)
0 Favorites   0 Comments

Color spaces of #c6af93

RGB 198175147
HSL0.090.310.68
HSV33°26°78°
CMYK 0.000.120.26   0.22
XYZ43.885144.772333.9327
Yxy44.77230.35800.3652
Hunter Lab66.9121-0.024816.7711
CIE-Lab72.74173.945217.4061

#c6af93 color RGB value is (198,175,147).

#c6af93 hex color red value is 198, green value is 175 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c6af93 hue: 0.09 , saturation: 0.31 and the lightness value of c6af93 is 0.68.

The process color (four color CMYK) of #c6af93 color hex is 0.00, 0.12, 0.26, 0.22. Web safe color of #c6af93 is #cc9999. Color #c6af93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101111 10010011
Octal 306 257 223
Decimal 198 175 147
Hex C6 AF 93

RGB Percentages of Color #c6af93

%38.08
%33.65
%28.27

CMYK Percentages of Color #c6af93

%0
%12
%26
%22

Triadic Colors of #c6af93

#c6af93 #93c6af #af93c6

Analogous Colors of #c6af93

#c6af93 #c4c693 #c69693

Monochromatic Colors of #c6af93

#c6af93

Complementary Color

#c6af93 #93aac6

#c6af93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6af93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6af93 Color CSS Codes

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

#c6af93 Text Font Color

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

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


#c6af93 Background Color

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

This div background color is #c6af93


#c6af93 Border Color

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

This div border color is #c6af93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6af93


Comments

No comments written yet.

Please login to write comment.