Color Hex Logo

#c27816 Color Hex

#C27816
(194,120,22)
0 Favorites   0 Comments

Color spaces of #c27816

RGB 19412022
HSL0.090.800.42
HSV34°89°76°
CMYK 0.000.380.89   0.24
XYZ29.109424.96024.0426
Yxy24.96020.50090.4295
Hunter Lab49.960216.573130.1746
CIE-Lab57.036622.216859.2041

#c27816 color RGB value is (194,120,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 00010110
Octal 302 170 26
Decimal 194 120 22
Hex C2 78 16

RGB Percentages of Color #c27816

%57.74
%35.71
%6.55

CMYK Percentages of Color #c27816

%0
%38
%89
%24

Triadic Colors of #c27816

#c27816 #16c278 #7816c2

Analogous Colors of #c27816

#c27816 #b6c216 #c22216

Monochromatic Colors of #c27816

#c27816

Complementary Color

#c27816 #1660c2

#c27816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27816 Color CSS Codes

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

#c27816 Text Font Color

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

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


#c27816 Background Color

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

This div background color is #c27816


#c27816 Border Color

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

This div border color is #c27816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27816


Comments

No comments written yet.

Please login to write comment.