Color Hex Logo

#c8493e Color Hex

#C8493E
(200,73,62)
0 Favorites   0 Comments

Color spaces of #c8493e

RGB 2007362
HSL0.010.560.51
HSV69°78°
CMYK 0.000.640.69   0.22
XYZ27.071517.39226.4876
Yxy17.39220.53130.3413
Hunter Lab41.704042.888719.9694
CIE-Lab48.750549.877033.5231

#c8493e color RGB value is (200,73,62).

#c8493e hex color red value is 200, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c8493e hue: 0.01 , saturation: 0.56 and the lightness value of c8493e is 0.51.

The process color (four color CMYK) of #c8493e color hex is 0.00, 0.64, 0.69, 0.22. Web safe color of #c8493e is #cc3333. Color #c8493e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 00111110
Octal 310 111 76
Decimal 200 73 62
Hex C8 49 3E

RGB Percentages of Color #c8493e

%59.70
%21.79
%18.51

CMYK Percentages of Color #c8493e

%0
%64
%69
%22

Triadic Colors of #c8493e

#c8493e #3ec849 #493ec8

Analogous Colors of #c8493e

#c8493e #c88e3e #c83e78

Monochromatic Colors of #c8493e

#c8493e

Complementary Color

#c8493e #3ebdc8

#c8493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8493e Color CSS Codes

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

#c8493e Text Font Color

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

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


#c8493e Background Color

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

This div background color is #c8493e


#c8493e Border Color

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

This div border color is #c8493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8493e


Comments

No comments written yet.

Please login to write comment.