Color Hex Logo

#c26212 Color Hex

#C26212
(194,98,18)
0 Favorites   0 Comments

Color spaces of #c26212

RGB 1949818
HSL0.080.830.42
HSV27°91°76°
CMYK 0.000.490.91   0.24
XYZ26.725020.24843.0720
Yxy20.24840.53400.4046
Hunter Lab44.998227.266527.4511
CIE-Lab52.116933.956956.5570

#c26212 color RGB value is (194,98,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100010 00010010
Octal 302 142 22
Decimal 194 98 18
Hex C2 62 12

RGB Percentages of Color #c26212

%62.58
%31.61
%5.81

CMYK Percentages of Color #c26212

%0
%49
%91
%24

Triadic Colors of #c26212

#c26212 #12c262 #6212c2

Analogous Colors of #c26212

#c26212 #c2ba12 #c2121a

Monochromatic Colors of #c26212

#c26212

Complementary Color

#c26212 #1272c2

#c26212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26212 Color CSS Codes

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

#c26212 Text Font Color

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

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


#c26212 Background Color

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

This div background color is #c26212


#c26212 Border Color

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

This div border color is #c26212


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,98,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26212


Comments

No comments written yet.

Please login to write comment.