Color Hex Logo

#c76c10 Color Hex

#C76C10
(199,108,16)
0 Favorites   0 Comments

Color spaces of #c76c10

RGB 19910816
HSL0.080.850.42
HSV30°92°78°
CMYK 0.000.460.92   0.22
XYZ29.009322.90463.3823
Yxy22.90460.52460.4142
Hunter Lab47.858824.443929.3109
CIE-Lab54.973930.720959.4983

#c76c10 color RGB value is (199,108,16).

#c76c10 hex color red value is 199, green value is 108 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c76c10 hue: 0.08 , saturation: 0.85 and the lightness value of c76c10 is 0.42.

The process color (four color CMYK) of #c76c10 color hex is 0.00, 0.46, 0.92, 0.22. Web safe color of #c76c10 is #cc6600. Color #c76c10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 00010000
Octal 307 154 20
Decimal 199 108 16
Hex C7 6C 10

RGB Percentages of Color #c76c10

%61.61
%33.44
%4.95

CMYK Percentages of Color #c76c10

%0
%46
%92
%22

Triadic Colors of #c76c10

#c76c10 #10c76c #6c10c7

Analogous Colors of #c76c10

#c76c10 #c7c710 #c71110

Monochromatic Colors of #c76c10

#c76c10

Complementary Color

#c76c10 #106bc7

#c76c10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76c10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76c10 Color CSS Codes

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

#c76c10 Text Font Color

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

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


#c76c10 Background Color

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

This div background color is #c76c10


#c76c10 Border Color

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

This div border color is #c76c10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,108,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c76c10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c76c10;
  -webkit-box-shadow: 1px 1px 3px 2px #c76c10;
  box-shadow:         1px 1px 3px 2px #c76c10; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,108,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76c10


Comments

No comments written yet.

Please login to write comment.