Color Hex Logo

#c16618 Color Hex

#C16618
(193,102,24)
0 Favorites   0 Comments

Color spaces of #c16618

RGB 19310224
HSL0.080.780.43
HSV28°88°76°
CMYK 0.000.470.88   0.24
XYZ26.908620.90613.4812
Yxy20.90610.52460.4076
Hunter Lab45.723225.033627.4921
CIE-Lab52.846631.560155.2235

#c16618 color RGB value is (193,102,24).

#c16618 hex color red value is 193, green value is 102 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c16618 hue: 0.08 , saturation: 0.78 and the lightness value of c16618 is 0.43.

The process color (four color CMYK) of #c16618 color hex is 0.00, 0.47, 0.88, 0.24. Web safe color of #c16618 is #cc6600. Color #c16618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 00011000
Octal 301 146 30
Decimal 193 102 24
Hex C1 66 18

RGB Percentages of Color #c16618

%60.50
%31.97
%7.52

CMYK Percentages of Color #c16618

%0
%47
%88
%24

Triadic Colors of #c16618

#c16618 #18c166 #6618c1

Analogous Colors of #c16618

#c16618 #c1bb18 #c1181f

Monochromatic Colors of #c16618

#c16618

Complementary Color

#c16618 #1873c1

#c16618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16618 Color CSS Codes

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

#c16618 Text Font Color

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

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


#c16618 Background Color

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

This div background color is #c16618


#c16618 Border Color

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

This div border color is #c16618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16618


Comments

No comments written yet.

Please login to write comment.