Color Hex Logo

#c9795f Color Hex

#C9795F
(201,121,95)
0 Favorites   0 Comments

Color spaces of #c9795f

RGB 20112195
HSL0.040.500.58
HSV15°53°79°
CMYK 0.000.400.53   0.21
XYZ32.990326.918514.2835
Yxy26.91850.44470.3628
Hunter Lab51.883022.705519.9955
CIE-Lab58.898828.547527.5138

#c9795f color RGB value is (201,121,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 01011111
Octal 311 171 137
Decimal 201 121 95
Hex C9 79 5F

RGB Percentages of Color #c9795f

%48.20
%29.02
%22.78

CMYK Percentages of Color #c9795f

%0
%40
%53
%21

Triadic Colors of #c9795f

#c9795f #5fc979 #795fc9

Analogous Colors of #c9795f

#c9795f #c9ae5f #c95f7a

Monochromatic Colors of #c9795f

#c9795f

Complementary Color

#c9795f #5fafc9

#c9795f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9795f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9795f Color CSS Codes

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

#c9795f Text Font Color

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

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


#c9795f Background Color

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

This div background color is #c9795f


#c9795f Border Color

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

This div border color is #c9795f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9795f


Comments

No comments written yet.

Please login to write comment.