Color Hex Logo

#c7490e Color Hex

#C7490E
(199,73,14)
0 Favorites   0 Comments

Color spaces of #c7490e

RGB 1997314
HSL0.050.870.42
HSV19°93°78°
CMYK 0.000.630.93   0.22
XYZ26.015016.93892.3139
Yxy16.93890.57470.3742
Hunter Lab41.156940.804125.4765
CIE-Lab48.183047.986755.2626

#c7490e color RGB value is (199,73,14).

#c7490e hex color red value is 199, green value is 73 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c7490e hue: 0.05 , saturation: 0.87 and the lightness value of c7490e is 0.42.

The process color (four color CMYK) of #c7490e color hex is 0.00, 0.63, 0.93, 0.22. Web safe color of #c7490e is #cc3300. Color #c7490e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 00001110
Octal 307 111 16
Decimal 199 73 14
Hex C7 49 E

RGB Percentages of Color #c7490e

%69.58
%25.52
%4.90

CMYK Percentages of Color #c7490e

%0
%63
%93
%22

Triadic Colors of #c7490e

#c7490e #0ec749 #490ec7

Analogous Colors of #c7490e

#c7490e #c7a60e #c70e2f

Monochromatic Colors of #c7490e

#c7490e

Complementary Color

#c7490e #0e8cc7

#c7490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7490e Color CSS Codes

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

#c7490e Text Font Color

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

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


#c7490e Background Color

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

This div background color is #c7490e


#c7490e Border Color

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

This div border color is #c7490e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7490e


Comments

No comments written yet.

Please login to write comment.