Color Hex Logo

#c16008 Color Hex

#C16008
(193,96,8)
0 Favorites   0 Comments

Color spaces of #c16008

RGB 193968
HSL0.080.920.39
HSV29°96°76°
CMYK 0.000.500.96   0.24
XYZ26.219019.72072.6543
Yxy19.72070.53960.4058
Hunter Lab44.408027.674527.5418
CIE-Lab51.519934.449458.4228

#c16008 color RGB value is (193,96,8).

#c16008 hex color red value is 193, green value is 96 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c16008 hue: 0.08 , saturation: 0.92 and the lightness value of c16008 is 0.39.

The process color (four color CMYK) of #c16008 color hex is 0.00, 0.50, 0.96, 0.24. Web safe color of #c16008 is #cc6600. Color #c16008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100000 00001000
Octal 301 140 10
Decimal 193 96 8
Hex C1 60 8

RGB Percentages of Color #c16008

%64.98
%32.32
%2.69

CMYK Percentages of Color #c16008

%0
%50
%96
%24

Triadic Colors of #c16008

#c16008 #08c160 #6008c1

Analogous Colors of #c16008

#c16008 #c1bd08 #c1080c

Monochromatic Colors of #c16008

#c16008

Complementary Color

#c16008 #0869c1

#c16008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16008 Color CSS Codes

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

#c16008 Text Font Color

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

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


#c16008 Background Color

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

This div background color is #c16008


#c16008 Border Color

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

This div border color is #c16008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16008


Comments

No comments written yet.

Please login to write comment.