Color Hex Logo

#c8745c Color Hex

#C8745C
(200,116,92)
0 Favorites   0 Comments

Color spaces of #c8745c

RGB 20011692
HSL0.040.500.57
HSV13°54°78°
CMYK 0.000.420.54   0.22
XYZ31.996625.542813.3691
Yxy25.54280.45120.3602
Hunter Lab50.539924.562819.6942
CIE-Lab57.600530.579627.4919

#c8745c color RGB value is (200,116,92).

#c8745c hex color red value is 200, green value is 116 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c8745c hue: 0.04 , saturation: 0.50 and the lightness value of c8745c is 0.57.

The process color (four color CMYK) of #c8745c color hex is 0.00, 0.42, 0.54, 0.22. Web safe color of #c8745c is #cc6666. Color #c8745c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110100 01011100
Octal 310 164 134
Decimal 200 116 92
Hex C8 74 5C

RGB Percentages of Color #c8745c

%49.02
%28.43
%22.55

CMYK Percentages of Color #c8745c

%0
%42
%54
%22

Triadic Colors of #c8745c

#c8745c #5cc874 #745cc8

Analogous Colors of #c8745c

#c8745c #c8aa5c #c85c7a

Monochromatic Colors of #c8745c

#c8745c

Complementary Color

#c8745c #5cb0c8

#c8745c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8745c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8745c Color CSS Codes

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

#c8745c Text Font Color

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

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


#c8745c Background Color

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

This div background color is #c8745c


#c8745c Border Color

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

This div border color is #c8745c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8745c


Comments

No comments written yet.

Please login to write comment.