Color Hex Logo

#c86e65 Color Hex

#C86E65
(200,110,101)
0 Favorites   0 Comments

Color spaces of #c86e65

RGB 200110101
HSL0.020.470.59
HSV50°78°
CMYK 0.000.450.50   0.22
XYZ31.744324.370815.3428
Yxy24.37080.44420.3411
Hunter Lab49.366828.388916.1299
CIE-Lab56.457234.591220.8515

#c86e65 color RGB value is (200,110,101).

#c86e65 hex color red value is 200, green value is 110 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c86e65 hue: 0.02 , saturation: 0.47 and the lightness value of c86e65 is 0.59.

The process color (four color CMYK) of #c86e65 color hex is 0.00, 0.45, 0.50, 0.22. Web safe color of #c86e65 is #cc6666. Color #c86e65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101110 01100101
Octal 310 156 145
Decimal 200 110 101
Hex C8 6E 65

RGB Percentages of Color #c86e65

%48.66
%26.76
%24.57

CMYK Percentages of Color #c86e65

%0
%45
%50
%22

Triadic Colors of #c86e65

#c86e65 #65c86e #6e65c8

Analogous Colors of #c86e65

#c86e65 #c8a065 #c8658e

Monochromatic Colors of #c86e65

#c86e65

Complementary Color

#c86e65 #65bfc8

#c86e65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86e65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86e65 Color CSS Codes

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

#c86e65 Text Font Color

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

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


#c86e65 Background Color

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

This div background color is #c86e65


#c86e65 Border Color

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

This div border color is #c86e65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86e65


Comments

No comments written yet.

Please login to write comment.