Color Hex Logo

#c1972d Color Hex

#C1972D
(193,151,45)
0 Favorites   0 Comments

Color spaces of #c1972d

RGB 19315145
HSL0.120.620.47
HSV43°77°76°
CMYK 0.000.220.77   0.24
XYZ33.532633.66017.2123
Yxy33.66010.45070.4524
Hunter Lab58.01731.638333.2416
CIE-Lab64.69195.492458.2017

#c1972d color RGB value is (193,151,45).

#c1972d hex color red value is 193, green value is 151 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c1972d hue: 0.12 , saturation: 0.62 and the lightness value of c1972d is 0.47.

The process color (four color CMYK) of #c1972d color hex is 0.00, 0.22, 0.77, 0.24. Web safe color of #c1972d is #cc9933. Color #c1972d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 00101101
Octal 301 227 55
Decimal 193 151 45
Hex C1 97 2D

RGB Percentages of Color #c1972d

%49.61
%38.82
%11.57

CMYK Percentages of Color #c1972d

%0
%22
%77
%24

Triadic Colors of #c1972d

#c1972d #2dc197 #972dc1

Analogous Colors of #c1972d

#c1972d #a1c12d #c14d2d

Monochromatic Colors of #c1972d

#c1972d

Complementary Color

#c1972d #2d57c1

#c1972d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1972d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1972d Color CSS Codes

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

#c1972d Text Font Color

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

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


#c1972d Background Color

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

This div background color is #c1972d


#c1972d Border Color

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

This div border color is #c1972d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,151,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1972d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1972d;
  -webkit-box-shadow: 1px 1px 3px 2px #c1972d;
  box-shadow:         1px 1px 3px 2px #c1972d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,151,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1972d


Comments

No comments written yet.

Please login to write comment.