Color Hex Logo

#c1684b Color Hex

#C1684B
(193,104,75)
0 Favorites   0 Comments

Color spaces of #c1684b

RGB 19310475
HSL0.040.490.53
HSV15°61°76°
CMYK 0.000.460.61   0.24
XYZ28.212621.74619.3671
Yxy21.74610.47560.3666
Hunter Lab46.632726.384520.7333
CIE-Lab53.756632.857731.9799

#c1684b color RGB value is (193,104,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101000 01001011
Octal 301 150 113
Decimal 193 104 75
Hex C1 68 4B

RGB Percentages of Color #c1684b

%51.88
%27.96
%20.16

CMYK Percentages of Color #c1684b

%0
%46
%61
%24

Triadic Colors of #c1684b

#c1684b #4bc168 #684bc1

Analogous Colors of #c1684b

#c1684b #c1a34b #c14b69

Monochromatic Colors of #c1684b

#c1684b

Complementary Color

#c1684b #4ba4c1

#c1684b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1684b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1684b Color CSS Codes

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

#c1684b Text Font Color

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

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


#c1684b Background Color

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

This div background color is #c1684b


#c1684b Border Color

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

This div border color is #c1684b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,104,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 #c1684b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1684b


Comments

No comments written yet.

Please login to write comment.