Color Hex Logo

#c26227 Color Hex

#C26227
(194,98,39)
0 Favorites   0 Comments

Color spaces of #c26227

RGB 1949839
HSL0.060.670.46
HSV23°80°76°
CMYK 0.000.490.80   0.24
XYZ26.982020.35124.4255
Yxy20.35120.52130.3932
Hunter Lab45.112327.815625.7623
CIE-Lab52.232034.507548.8769

#c26227 color RGB value is (194,98,39).

#c26227 hex color red value is 194, green value is 98 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #c26227 hue: 0.06 , saturation: 0.67 and the lightness value of c26227 is 0.46.

The process color (four color CMYK) of #c26227 color hex is 0.00, 0.49, 0.80, 0.24. Web safe color of #c26227 is #cc6633. Color #c26227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100010 00100111
Octal 302 142 47
Decimal 194 98 39
Hex C2 62 27

RGB Percentages of Color #c26227

%58.61
%29.61
%11.78

CMYK Percentages of Color #c26227

%0
%49
%80
%24

Triadic Colors of #c26227

#c26227 #27c262 #6227c2

Analogous Colors of #c26227

#c26227 #c2b027 #c2273a

Monochromatic Colors of #c26227

#c26227

Complementary Color

#c26227 #2787c2

#c26227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26227 Color CSS Codes

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

#c26227 Text Font Color

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

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


#c26227 Background Color

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

This div background color is #c26227


#c26227 Border Color

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

This div border color is #c26227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26227


Comments

No comments written yet.

Please login to write comment.