Color Hex Logo

#c9742e Color Hex

#C9742E
(201,116,46)
0 Favorites   0 Comments

Color spaces of #c9742e

RGB 20111646
HSL0.080.630.48
HSV27°77°79°
CMYK 0.000.420.77   0.21
XYZ30.825925.10555.8059
Yxy25.10550.49930.4067
Hunter Lab50.105422.132628.2036
CIE-Lab57.178128.105550.8914

#c9742e color RGB value is (201,116,46).

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

The process color (four color CMYK) of #c9742e color hex is 0.00, 0.42, 0.77, 0.21. Web safe color of #c9742e is #cc6633. Color #c9742e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 00101110
Octal 311 164 56
Decimal 201 116 46
Hex C9 74 2E

RGB Percentages of Color #c9742e

%55.37
%31.96
%12.67

CMYK Percentages of Color #c9742e

%0
%42
%77
%21

Triadic Colors of #c9742e

#c9742e #2ec974 #742ec9

Analogous Colors of #c9742e

#c9742e #c9c22e #c92e35

Monochromatic Colors of #c9742e

#c9742e

Complementary Color

#c9742e #2e83c9

#c9742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9742e Color CSS Codes

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

#c9742e Text Font Color

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

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


#c9742e Background Color

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

This div background color is #c9742e


#c9742e Border Color

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

This div border color is #c9742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9742e

#c9742e Color Palettes


Comments

No comments written yet.

Please login to write comment.