Color Hex Logo

#c8682e Color Hex

#C8682E
(200,104,46)
0 Favorites   0 Comments

Color spaces of #c8682e

RGB 20010446
HSL0.060.630.48
HSV23°77°78°
CMYK 0.000.480.77   0.22
XYZ29.262922.37725.3617
Yxy22.37720.51340.3926
Hunter Lab47.304527.638326.3930
CIE-Lab54.425034.065348.1156

#c8682e color RGB value is (200,104,46).

#c8682e hex color red value is 200, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c8682e hue: 0.06 , saturation: 0.63 and the lightness value of c8682e is 0.48.

The process color (four color CMYK) of #c8682e color hex is 0.00, 0.48, 0.77, 0.22. Web safe color of #c8682e is #cc6633. Color #c8682e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101000 00101110
Octal 310 150 56
Decimal 200 104 46
Hex C8 68 2E

RGB Percentages of Color #c8682e

%57.14
%29.71
%13.14

CMYK Percentages of Color #c8682e

%0
%48
%77
%22

Triadic Colors of #c8682e

#c8682e #2ec868 #682ec8

Analogous Colors of #c8682e

#c8682e #c8b52e #c82e41

Monochromatic Colors of #c8682e

#c8682e

Complementary Color

#c8682e #2e8ec8

#c8682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8682e Color CSS Codes

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

#c8682e Text Font Color

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

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


#c8682e Background Color

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

This div background color is #c8682e


#c8682e Border Color

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

This div border color is #c8682e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8682e


Comments

No comments written yet.

Please login to write comment.