Color Hex Logo

#c26413 Color Hex

#C26413
(194,100,19)
0 Favorites   0 Comments

Color spaces of #c26413

RGB 19410019
HSL0.080.820.42
HSV28°90°76°
CMYK 0.000.480.90   0.24
XYZ26.922820.63073.1792
Yxy20.63070.53070.4067
Hunter Lab45.421026.317027.6448
CIE-Lab52.542932.926756.5914

#c26413 color RGB value is (194,100,19).

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

The process color (four color CMYK) of #c26413 color hex is 0.00, 0.48, 0.90, 0.24. Web safe color of #c26413 is #cc6600. Color #c26413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100100 00010011
Octal 302 144 23
Decimal 194 100 19
Hex C2 64 13

RGB Percentages of Color #c26413

%61.98
%31.95
%6.07

CMYK Percentages of Color #c26413

%0
%48
%90
%24

Triadic Colors of #c26413

#c26413 #13c264 #6413c2

Analogous Colors of #c26413

#c26413 #c2bc13 #c2131a

Monochromatic Colors of #c26413

#c26413

Complementary Color

#c26413 #1371c2

#c26413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26413 Color CSS Codes

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

#c26413 Text Font Color

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

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


#c26413 Background Color

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

This div background color is #c26413


#c26413 Border Color

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

This div border color is #c26413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26413


Comments

No comments written yet.

Please login to write comment.