Color Hex Logo

#c8a793 Color Hex

#C8A793
(200,167,147)
0 Favorites   0 Comments

Color spaces of #c8a793

RGB 200167147
HSL0.060.330.68
HSV23°27°78°
CMYK 0.000.170.27   0.22
XYZ42.904642.023433.4538
Yxy42.02340.36240.3550
Hunter Lab64.82554.695314.7806
CIE-Lab70.88709.039614.8494

#c8a793 color RGB value is (200,167,147).

#c8a793 hex color red value is 200, green value is 167 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c8a793 hue: 0.06 , saturation: 0.33 and the lightness value of c8a793 is 0.68.

The process color (four color CMYK) of #c8a793 color hex is 0.00, 0.17, 0.27, 0.22. Web safe color of #c8a793 is #cc9999. Color #c8a793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10100111 10010011
Octal 310 247 223
Decimal 200 167 147
Hex C8 A7 93

RGB Percentages of Color #c8a793

%38.91
%32.49
%28.60

CMYK Percentages of Color #c8a793

%0
%17
%27
%22

Triadic Colors of #c8a793

#c8a793 #93c8a7 #a793c8

Analogous Colors of #c8a793

#c8a793 #c8c293 #c8939a

Monochromatic Colors of #c8a793

#c8a793

Complementary Color

#c8a793 #93b4c8

#c8a793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8a793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8a793 Color CSS Codes

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

#c8a793 Text Font Color

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

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


#c8a793 Background Color

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

This div background color is #c8a793


#c8a793 Border Color

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

This div border color is #c8a793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8a793


Comments

No comments written yet.

Please login to write comment.