Color Hex Logo

#c45601 Color Hex

#C45601
(196,86,1)
0 Favorites   0 Comments

Color spaces of #c45601

RGB 196861
HSL0.070.990.39
HSV26°99°77°
CMYK 0.000.560.99   0.23
XYZ26.098218.39352.2035
Yxy18.39350.55890.3939
Hunter Lab42.887633.568326.9751
CIE-Lab49.969940.629859.2390

#c45601 color RGB value is (196,86,1).

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

The process color (four color CMYK) of #c45601 color hex is 0.00, 0.56, 0.99, 0.23. Web safe color of #c45601 is #cc6600. Color #c45601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010110 00000001
Octal 304 126 1
Decimal 196 86 1
Hex C4 56 1

RGB Percentages of Color #c45601

%69.26
%30.39
%0.35

CMYK Percentages of Color #c45601

%0
%56
%99
%23

Triadic Colors of #c45601

#c45601 #01c456 #5601c4

Analogous Colors of #c45601

#c45601 #c4b801 #c4010d

Monochromatic Colors of #c45601

#c45601

Complementary Color

#c45601 #016fc4

#c45601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45601 Color CSS Codes

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

#c45601 Text Font Color

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

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


#c45601 Background Color

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

This div background color is #c45601


#c45601 Border Color

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

This div border color is #c45601


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,86,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 #c45601">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45601


Comments

No comments written yet.

Please login to write comment.