Color Hex Logo

#c56a13 Color Hex

#C56A13
(197,106,19)
0 Favorites   0 Comments

Color spaces of #c56a13

RGB 19710619
HSL0.080.820.42
HSV29°90°77°
CMYK 0.000.460.90   0.23
XYZ28.297522.22543.4146
Yxy22.22540.52460.4121
Hunter Lab47.143824.640728.7063
CIE-Lab54.265330.998958.0771

#c56a13 color RGB value is (197,106,19).

#c56a13 hex color red value is 197, green value is 106 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c56a13 hue: 0.08 , saturation: 0.82 and the lightness value of c56a13 is 0.42.

The process color (four color CMYK) of #c56a13 color hex is 0.00, 0.46, 0.90, 0.23. Web safe color of #c56a13 is #cc6600. Color #c56a13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 00010011
Octal 305 152 23
Decimal 197 106 19
Hex C5 6A 13

RGB Percentages of Color #c56a13

%61.18
%32.92
%5.90

CMYK Percentages of Color #c56a13

%0
%46
%90
%23

Triadic Colors of #c56a13

#c56a13 #13c56a #6a13c5

Analogous Colors of #c56a13

#c56a13 #c5c313 #c51315

Monochromatic Colors of #c56a13

#c56a13

Complementary Color

#c56a13 #136ec5

#c56a13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56a13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56a13 Color CSS Codes

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

#c56a13 Text Font Color

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

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


#c56a13 Background Color

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

This div background color is #c56a13


#c56a13 Border Color

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

This div border color is #c56a13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,106,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c56a13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c56a13;
  -webkit-box-shadow: 1px 1px 3px 2px #c56a13;
  box-shadow:         1px 1px 3px 2px #c56a13; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,106,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56a13


Comments

No comments written yet.

Please login to write comment.