Color Hex Logo

#c16038 Color Hex

#C16038
(193,96,56)
0 Favorites   0 Comments

Color spaces of #c16038

RGB 1939656
HSL0.050.550.49
HSV18°71°76°
CMYK 0.000.500.71   0.24
XYZ26.889019.98876.1824
Yxy19.98870.50680.3767
Hunter Lab44.708729.114323.0974
CIE-Lab51.824435.886240.0677

#c16038 color RGB value is (193,96,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100000 00111000
Octal 301 140 70
Decimal 193 96 56
Hex C1 60 38

RGB Percentages of Color #c16038

%55.94
%27.83
%16.23

CMYK Percentages of Color #c16038

%0
%50
%71
%24

Triadic Colors of #c16038

#c16038 #38c160 #6038c1

Analogous Colors of #c16038

#c16038 #c1a538 #c13854

Monochromatic Colors of #c16038

#c16038

Complementary Color

#c16038 #3899c1

#c16038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16038 Color CSS Codes

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

#c16038 Text Font Color

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

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


#c16038 Background Color

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

This div background color is #c16038


#c16038 Border Color

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

This div border color is #c16038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16038


Comments

No comments written yet.

Please login to write comment.