Color Hex Logo

#c26311 Color Hex

#C26311
(194,99,17)
0 Favorites   0 Comments

Color spaces of #c26311

RGB 1949917
HSL0.080.840.41
HSV28°91°76°
CMYK 0.000.490.91   0.24
XYZ26.811220.43353.0613
Yxy20.43350.53300.4062
Hunter Lab45.203426.766527.6271
CIE-Lab52.323833.416756.9845

#c26311 color RGB value is (194,99,17).

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

The process color (four color CMYK) of #c26311 color hex is 0.00, 0.49, 0.91, 0.24. Web safe color of #c26311 is #cc6600. Color #c26311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 00010001
Octal 302 143 21
Decimal 194 99 17
Hex C2 63 11

RGB Percentages of Color #c26311

%62.58
%31.94
%5.48

CMYK Percentages of Color #c26311

%0
%49
%91
%24

Triadic Colors of #c26311

#c26311 #11c263 #6311c2

Analogous Colors of #c26311

#c26311 #c2bc11 #c21118

Monochromatic Colors of #c26311

#c26311

Complementary Color

#c26311 #1170c2

#c26311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26311 Color CSS Codes

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

#c26311 Text Font Color

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

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


#c26311 Background Color

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

This div background color is #c26311


#c26311 Border Color

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

This div border color is #c26311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26311


Comments

No comments written yet.

Please login to write comment.