Color Hex Logo

#c5806a Color Hex

#C5806A
(197,128,106)
0 Favorites   0 Comments

Color spaces of #c5806a

RGB 197128106
HSL0.040.440.59
HSV15°46°77°
CMYK 0.000.350.46   0.23
XYZ33.346628.349317.3501
Yxy28.34930.42190.3586
Hunter Lab53.244118.616917.9506
CIE-Lab60.203024.186522.9559

#c5806a color RGB value is (197,128,106).

#c5806a hex color red value is 197, green value is 128 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c5806a hue: 0.04 , saturation: 0.44 and the lightness value of c5806a is 0.59.

The process color (four color CMYK) of #c5806a color hex is 0.00, 0.35, 0.46, 0.23. Web safe color of #c5806a is #cc9966. Color #c5806a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000000 01101010
Octal 305 200 152
Decimal 197 128 106
Hex C5 80 6A

RGB Percentages of Color #c5806a

%45.71
%29.70
%24.59

CMYK Percentages of Color #c5806a

%0
%35
%46
%23

Triadic Colors of #c5806a

#c5806a #6ac580 #806ac5

Analogous Colors of #c5806a

#c5806a #c5ae6a #c56a82

Monochromatic Colors of #c5806a

#c5806a

Complementary Color

#c5806a #6aafc5

#c5806a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5806a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5806a Color CSS Codes

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

#c5806a Text Font Color

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

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


#c5806a Background Color

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

This div background color is #c5806a


#c5806a Border Color

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

This div border color is #c5806a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,128,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5806a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5806a;
  -webkit-box-shadow: 1px 1px 3px 2px #c5806a;
  box-shadow:         1px 1px 3px 2px #c5806a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,128,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5806a


Comments

No comments written yet.

Please login to write comment.