Color Hex Logo

#c76801 Color Hex

#C76801
(199,104,1)
0 Favorites   0 Comments

Color spaces of #c76801

RGB 1991041
HSL0.090.990.39
HSV31°99°78°
CMYK 0.000.480.99   0.22
XYZ28.509022.04492.7812
Yxy22.04490.53450.4133
Hunter Lab46.952026.218229.3544
CIE-Lab54.074632.650861.9176

#c76801 color RGB value is (199,104,1).

#c76801 hex color red value is 199, green value is 104 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c76801 hue: 0.09 , saturation: 0.99 and the lightness value of c76801 is 0.39.

The process color (four color CMYK) of #c76801 color hex is 0.00, 0.48, 0.99, 0.22. Web safe color of #c76801 is #cc6600. Color #c76801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101000 00000001
Octal 307 150 1
Decimal 199 104 1
Hex C7 68 1

RGB Percentages of Color #c76801

%65.46
%34.21
%0.33

CMYK Percentages of Color #c76801

%0
%48
%99
%22

Triadic Colors of #c76801

#c76801 #01c768 #6801c7

Analogous Colors of #c76801

#c76801 #c3c701 #c70501

Monochromatic Colors of #c76801

#c76801

Complementary Color

#c76801 #0160c7

#c76801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76801 Color CSS Codes

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

#c76801 Text Font Color

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

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


#c76801 Background Color

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

This div background color is #c76801


#c76801 Border Color

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

This div border color is #c76801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76801


Comments

No comments written yet.

Please login to write comment.