Color Hex Logo

#c6a583 Color Hex

#C6A583
(198,165,131)
0 Favorites   0 Comments

Color spaces of #c6a583

RGB 198165131
HSL0.080.370.65
HSV30°34°78°
CMYK 0.000.170.34   0.22
XYZ40.840640.554727.1480
Yxy40.55470.37630.3736
Hunter Lab63.68263.030319.3024
CIE-Lab69.86287.202722.1595

#c6a583 color RGB value is (198,165,131).

#c6a583 hex color red value is 198, green value is 165 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c6a583 hue: 0.08 , saturation: 0.37 and the lightness value of c6a583 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10100101 10000011
Octal 306 245 203
Decimal 198 165 131
Hex C6 A5 83

RGB Percentages of Color #c6a583

%40.08
%33.40
%26.52

CMYK Percentages of Color #c6a583

%0
%17
%34
%22

Triadic Colors of #c6a583

#c6a583 #83c6a5 #a583c6

Analogous Colors of #c6a583

#c6a583 #c6c683 #c68483

Monochromatic Colors of #c6a583

#c6a583

Complementary Color

#c6a583 #83a4c6

#c6a583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6a583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6a583 Color CSS Codes

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

#c6a583 Text Font Color

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

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


#c6a583 Background Color

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

This div background color is #c6a583


#c6a583 Border Color

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

This div border color is #c6a583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6a583


Comments

No comments written yet.

Please login to write comment.