Color Hex Logo

#c5886f Color Hex

#C5886F
(197,136,111)
0 Favorites   0 Comments

Color spaces of #c5886f

RGB 197136111
HSL0.050.430.60
HSV17°44°77°
CMYK 0.000.310.44   0.23
XYZ34.699430.626319.1215
Yxy30.62630.41090.3627
Hunter Lab55.341015.074518.2528
CIE-Lab62.190920.323622.8121

#c5886f color RGB value is (197,136,111).

#c5886f hex color red value is 197, green value is 136 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c5886f hue: 0.05 , saturation: 0.43 and the lightness value of c5886f is 0.60.

The process color (four color CMYK) of #c5886f color hex is 0.00, 0.31, 0.44, 0.23. Web safe color of #c5886f is #cc9966. Color #c5886f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 01101111
Octal 305 210 157
Decimal 197 136 111
Hex C5 88 6F

RGB Percentages of Color #c5886f

%44.37
%30.63
%25.00

CMYK Percentages of Color #c5886f

%0
%31
%44
%23

Triadic Colors of #c5886f

#c5886f #6fc588 #886fc5

Analogous Colors of #c5886f

#c5886f #c5b36f #c56f81

Monochromatic Colors of #c5886f

#c5886f

Complementary Color

#c5886f #6facc5

#c5886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5886f Color CSS Codes

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

#c5886f Text Font Color

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

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


#c5886f Background Color

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

This div background color is #c5886f


#c5886f Border Color

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

This div border color is #c5886f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5886f


Comments

No comments written yet.

Please login to write comment.