Color Hex Logo

#c1974b Color Hex

#C1974B
(193,151,75)
0 Favorites   0 Comments

Color spaces of #c1974b

RGB 19315175
HSL0.110.490.53
HSV39°61°76°
CMYK 0.000.220.61   0.24
XYZ34.328933.978711.4058
Yxy33.97870.43070.4263
Hunter Lab58.29133.112629.2027
CIE-Lab64.94577.173245.2817

#c1974b color RGB value is (193,151,75).

#c1974b hex color red value is 193, green value is 151 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c1974b hue: 0.11 , saturation: 0.49 and the lightness value of c1974b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 01001011
Octal 301 227 113
Decimal 193 151 75
Hex C1 97 4B

RGB Percentages of Color #c1974b

%46.06
%36.04
%17.90

CMYK Percentages of Color #c1974b

%0
%22
%61
%24

Triadic Colors of #c1974b

#c1974b #4bc197 #974bc1

Analogous Colors of #c1974b

#c1974b #b0c14b #c15c4b

Monochromatic Colors of #c1974b

#c1974b

Complementary Color

#c1974b #4b75c1

#c1974b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1974b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1974b Color CSS Codes

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

#c1974b Text Font Color

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

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


#c1974b Background Color

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

This div background color is #c1974b


#c1974b Border Color

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

This div border color is #c1974b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1974b


Comments

No comments written yet.

Please login to write comment.