Color Hex Logo

#c9725e Color Hex

#C9725E
(201,114,94)
0 Favorites   0 Comments

Color spaces of #c9725e

RGB 20111494
HSL0.030.500.58
HSV11°53°79°
CMYK 0.000.430.53   0.21
XYZ32.125125.260313.7722
Yxy25.26030.45150.3550
Hunter Lab50.259626.139818.9350
CIE-Lab57.328232.218526.0331

#c9725e color RGB value is (201,114,94).

#c9725e hex color red value is 201, green value is 114 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c9725e hue: 0.03 , saturation: 0.50 and the lightness value of c9725e is 0.58.

The process color (four color CMYK) of #c9725e color hex is 0.00, 0.43, 0.53, 0.21. Web safe color of #c9725e is #cc6666. Color #c9725e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 01011110
Octal 311 162 136
Decimal 201 114 94
Hex C9 72 5E

RGB Percentages of Color #c9725e

%49.14
%27.87
%22.98

CMYK Percentages of Color #c9725e

%0
%43
%53
%21

Triadic Colors of #c9725e

#c9725e #5ec972 #725ec9

Analogous Colors of #c9725e

#c9725e #c9a85e #c95e80

Monochromatic Colors of #c9725e

#c9725e

Complementary Color

#c9725e #5eb5c9

#c9725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9725e Color CSS Codes

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

#c9725e Text Font Color

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

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


#c9725e Background Color

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

This div background color is #c9725e


#c9725e Border Color

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

This div border color is #c9725e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,114,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9725e


Comments

No comments written yet.

Please login to write comment.