Color Hex Logo

#c16615 Color Hex

#C16615
(193,102,21)
0 Favorites   0 Comments

Color spaces of #c16615

RGB 19310221
HSL0.080.800.42
HSV28°89°76°
CMYK 0.000.470.89   0.24
XYZ26.879020.89433.3258
Yxy20.89430.52600.4089
Hunter Lab45.710324.970327.6834
CIE-Lab52.833631.495656.1601

#c16615 color RGB value is (193,102,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 00010101
Octal 301 146 25
Decimal 193 102 21
Hex C1 66 15

RGB Percentages of Color #c16615

%61.08
%32.28
%6.65

CMYK Percentages of Color #c16615

%0
%47
%89
%24

Triadic Colors of #c16615

#c16615 #15c166 #6615c1

Analogous Colors of #c16615

#c16615 #c1bc15 #c1151a

Monochromatic Colors of #c16615

#c16615

Complementary Color

#c16615 #1570c1

#c16615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16615 Color CSS Codes

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

#c16615 Text Font Color

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

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


#c16615 Background Color

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

This div background color is #c16615


#c16615 Border Color

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

This div border color is #c16615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16615


Comments

No comments written yet.

Please login to write comment.