Color Hex Logo

#c16838 Color Hex

#C16838
(193,104,56)
0 Favorites   0 Comments

Color spaces of #c16838

RGB 19310456
HSL0.060.550.49
HSV21°71°76°
CMYK 0.000.460.71   0.24
XYZ27.656421.52366.4382
Yxy21.52360.49730.3870
Hunter Lab46.393525.219824.2476
CIE-Lab53.517831.680341.9415

#c16838 color RGB value is (193,104,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101000 00111000
Octal 301 150 70
Decimal 193 104 56
Hex C1 68 38

RGB Percentages of Color #c16838

%54.67
%29.46
%15.86

CMYK Percentages of Color #c16838

%0
%46
%71
%24

Triadic Colors of #c16838

#c16838 #38c168 #6838c1

Analogous Colors of #c16838

#c16838 #c1ad38 #c1384c

Monochromatic Colors of #c16838

#c16838

Complementary Color

#c16838 #3891c1

#c16838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16838 Color CSS Codes

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

#c16838 Text Font Color

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

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


#c16838 Background Color

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

This div background color is #c16838


#c16838 Border Color

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

This div border color is #c16838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16838


Comments

No comments written yet.

Please login to write comment.