Color Hex Logo

#c56911 Color Hex

#C56911
(197,105,17)
0 Favorites   0 Comments

Color spaces of #c56911

RGB 19710517
HSL0.080.840.42
HSV29°91°77°
CMYK 0.000.470.91   0.23
XYZ28.178722.01393.2942
Yxy22.01390.52680.4116
Hunter Lab46.919025.095728.6805
CIE-Lab54.041731.494858.4418

#c56911 color RGB value is (197,105,17).

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

The process color (four color CMYK) of #c56911 color hex is 0.00, 0.47, 0.91, 0.23. Web safe color of #c56911 is #cc6600. Color #c56911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101001 00010001
Octal 305 151 21
Decimal 197 105 17
Hex C5 69 11

RGB Percentages of Color #c56911

%61.76
%32.92
%5.33

CMYK Percentages of Color #c56911

%0
%47
%91
%23

Triadic Colors of #c56911

#c56911 #11c569 #6911c5

Analogous Colors of #c56911

#c56911 #c5c311 #c51113

Monochromatic Colors of #c56911

#c56911

Complementary Color

#c56911 #116dc5

#c56911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56911 Color CSS Codes

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

#c56911 Text Font Color

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

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


#c56911 Background Color

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

This div background color is #c56911


#c56911 Border Color

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

This div border color is #c56911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56911


Comments

No comments written yet.

Please login to write comment.