Color Hex Logo

#c1694a Color Hex

#C1694A
(193,105,74)
0 Favorites   0 Comments

Color spaces of #c1694a

RGB 19310574
HSL0.040.490.52
HSV16°62°76°
CMYK 0.000.460.62   0.24
XYZ28.279921.93509.2219
Yxy21.93500.47580.3690
Hunter Lab46.834825.821321.1100
CIE-Lab53.958032.254632.7857

#c1694a color RGB value is (193,105,74).

#c1694a hex color red value is 193, green value is 105 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c1694a hue: 0.04 , saturation: 0.49 and the lightness value of c1694a is 0.52.

The process color (four color CMYK) of #c1694a color hex is 0.00, 0.46, 0.62, 0.24. Web safe color of #c1694a is #cc6633. Color #c1694a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101001 01001010
Octal 301 151 112
Decimal 193 105 74
Hex C1 69 4A

RGB Percentages of Color #c1694a

%51.88
%28.23
%19.89

CMYK Percentages of Color #c1694a

%0
%46
%62
%24

Triadic Colors of #c1694a

#c1694a #4ac169 #694ac1

Analogous Colors of #c1694a

#c1694a #c1a54a #c14a67

Monochromatic Colors of #c1694a

#c1694a

Complementary Color

#c1694a #4aa2c1

#c1694a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1694a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1694a Color CSS Codes

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

#c1694a Text Font Color

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

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


#c1694a Background Color

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

This div background color is #c1694a


#c1694a Border Color

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

This div border color is #c1694a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1694a


Comments

No comments written yet.

Please login to write comment.