Color Hex Logo

#c26316 Color Hex

#C26316
(194,99,22)
0 Favorites   0 Comments

Color spaces of #c26316

RGB 1949922
HSL0.070.800.42
HSV27°89°76°
CMYK 0.000.490.89   0.24
XYZ26.854820.45093.2911
Yxy20.45090.53080.4042
Hunter Lab45.222726.859927.3410
CIE-Lab52.343233.510855.5328

#c26316 color RGB value is (194,99,22).

#c26316 hex color red value is 194, green value is 99 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c26316 hue: 0.07 , saturation: 0.80 and the lightness value of c26316 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 00010110
Octal 302 143 26
Decimal 194 99 22
Hex C2 63 16

RGB Percentages of Color #c26316

%61.59
%31.43
%6.98

CMYK Percentages of Color #c26316

%0
%49
%89
%24

Triadic Colors of #c26316

#c26316 #16c263 #6316c2

Analogous Colors of #c26316

#c26316 #c2b916 #c2161f

Monochromatic Colors of #c26316

#c26316

Complementary Color

#c26316 #1675c2

#c26316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26316 Color CSS Codes

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

#c26316 Text Font Color

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

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


#c26316 Background Color

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

This div background color is #c26316


#c26316 Border Color

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

This div border color is #c26316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26316


Comments

No comments written yet.

Please login to write comment.