Color Hex Logo

#c8685e Color Hex

#C8685E
(200,104,94)
0 Favorites   0 Comments

Color spaces of #c8685e

RGB 20010494
HSL0.020.490.58
HSV53°78°
CMYK 0.000.480.53   0.22
XYZ30.790122.988113.4040
Yxy22.98810.45830.3422
Hunter Lab47.945930.724516.9867
CIE-Lab55.060137.101823.0254

#c8685e color RGB value is (200,104,94).

#c8685e hex color red value is 200, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c8685e hue: 0.02 , saturation: 0.49 and the lightness value of c8685e is 0.58.

The process color (four color CMYK) of #c8685e color hex is 0.00, 0.48, 0.53, 0.22. Web safe color of #c8685e is #cc6666. Color #c8685e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101000 01011110
Octal 310 150 136
Decimal 200 104 94
Hex C8 68 5E

RGB Percentages of Color #c8685e

%50.25
%26.13
%23.62

CMYK Percentages of Color #c8685e

%0
%48
%53
%22

Triadic Colors of #c8685e

#c8685e #5ec868 #685ec8

Analogous Colors of #c8685e

#c8685e #c89d5e #c85e89

Monochromatic Colors of #c8685e

#c8685e

Complementary Color

#c8685e #5ebec8

#c8685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8685e Color CSS Codes

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

#c8685e Text Font Color

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

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


#c8685e Background Color

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

This div background color is #c8685e


#c8685e Border Color

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

This div border color is #c8685e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,104,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 #c8685e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8685e


Comments

No comments written yet.

Please login to write comment.