Color Hex Logo

#c86440 Color Hex

#C86440
(200,100,64)
0 Favorites   0 Comments

Color spaces of #c86440

RGB 20010064
HSL0.040.550.52
HSV16°68°78°
CMYK 0.000.500.68   0.22
XYZ29.302021.76397.5069
Yxy21.76390.50030.3716
Hunter Lab46.651830.475223.1157
CIE-Lab53.775637.014638.2934

#c86440 color RGB value is (200,100,64).

#c86440 hex color red value is 200, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c86440 hue: 0.04 , saturation: 0.55 and the lightness value of c86440 is 0.52.

The process color (four color CMYK) of #c86440 color hex is 0.00, 0.50, 0.68, 0.22. Web safe color of #c86440 is #cc6633. Color #c86440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 01000000
Octal 310 144 100
Decimal 200 100 64
Hex C8 64 40

RGB Percentages of Color #c86440

%54.95
%27.47
%17.58

CMYK Percentages of Color #c86440

%0
%50
%68
%22

Triadic Colors of #c86440

#c86440 #40c864 #6440c8

Analogous Colors of #c86440

#c86440 #c8a840 #c84060

Monochromatic Colors of #c86440

#c86440

Complementary Color

#c86440 #40a4c8

#c86440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86440 Color CSS Codes

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

#c86440 Text Font Color

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

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


#c86440 Background Color

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

This div background color is #c86440


#c86440 Border Color

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

This div border color is #c86440


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,100,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86440


Comments

No comments written yet.

Please login to write comment.