Color Hex Logo

#c26d33 Color Hex

#C26D33
(194,109,51)
0 Favorites   0 Comments

Color spaces of #c26d33

RGB 19410951
HSL0.070.580.48
HSV24°74°76°
CMYK 0.000.440.74   0.24
XYZ28.314322.64566.0107
Yxy22.64560.49700.3975
Hunter Lab47.587422.928825.8223
CIE-Lab54.705429.168245.7532

#c26d33 color RGB value is (194,109,51).

#c26d33 hex color red value is 194, green value is 109 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c26d33 hue: 0.07 , saturation: 0.58 and the lightness value of c26d33 is 0.48.

The process color (four color CMYK) of #c26d33 color hex is 0.00, 0.44, 0.74, 0.24. Web safe color of #c26d33 is #cc6633. Color #c26d33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101101 00110011
Octal 302 155 63
Decimal 194 109 51
Hex C2 6D 33

RGB Percentages of Color #c26d33

%54.80
%30.79
%14.41

CMYK Percentages of Color #c26d33

%0
%44
%74
%24

Triadic Colors of #c26d33

#c26d33 #33c26d #6d33c2

Analogous Colors of #c26d33

#c26d33 #c2b533 #c23341

Monochromatic Colors of #c26d33

#c26d33

Complementary Color

#c26d33 #3388c2

#c26d33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26d33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26d33 Color CSS Codes

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

#c26d33 Text Font Color

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

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


#c26d33 Background Color

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

This div background color is #c26d33


#c26d33 Border Color

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

This div border color is #c26d33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26d33


Comments

No comments written yet.

Please login to write comment.