Color Hex Logo

#c5805e Color Hex

#C5805E
(197,128,94)
0 Favorites   0 Comments

Color spaces of #c5805e

RGB 19712894
HSL0.060.470.57
HSV20°52°77°
CMYK 0.000.350.52   0.23
XYZ32.765528.116814.2898
Yxy28.11680.43590.3740
Hunter Lab53.025317.504921.1396
CIE-Lab59.994123.026429.3873

#c5805e color RGB value is (197,128,94).

#c5805e hex color red value is 197, green value is 128 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c5805e hue: 0.06 , saturation: 0.47 and the lightness value of c5805e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000000 01011110
Octal 305 200 136
Decimal 197 128 94
Hex C5 80 5E

RGB Percentages of Color #c5805e

%47.02
%30.55
%22.43

CMYK Percentages of Color #c5805e

%0
%35
%52
%23

Triadic Colors of #c5805e

#c5805e #5ec580 #805ec5

Analogous Colors of #c5805e

#c5805e #c5b45e #c55e70

Monochromatic Colors of #c5805e

#c5805e

Complementary Color

#c5805e #5ea3c5

#c5805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5805e Color CSS Codes

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

#c5805e Text Font Color

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

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


#c5805e Background Color

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

This div background color is #c5805e


#c5805e Border Color

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

This div border color is #c5805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5805e


Comments

No comments written yet.

Please login to write comment.