Color Hex Logo

#c1821e Color Hex

#C1821E
(193,130,30)
0 Favorites   0 Comments

Color spaces of #c1821e

RGB 19313030
HSL0.100.730.44
HSV37°84°76°
CMYK 0.000.330.84   0.24
XYZ30.209327.39654.9241
Yxy27.39650.48310.4381
Hunter Lab52.341711.424431.0614
CIE-Lab59.339516.482958.6402

#c1821e color RGB value is (193,130,30).

#c1821e hex color red value is 193, green value is 130 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c1821e hue: 0.10 , saturation: 0.73 and the lightness value of c1821e is 0.44.

The process color (four color CMYK) of #c1821e color hex is 0.00, 0.33, 0.84, 0.24. Web safe color of #c1821e is #cc9933. Color #c1821e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000010 00011110
Octal 301 202 36
Decimal 193 130 30
Hex C1 82 1E

RGB Percentages of Color #c1821e

%54.67
%36.83
%8.50

CMYK Percentages of Color #c1821e

%0
%33
%84
%24

Triadic Colors of #c1821e

#c1821e #1ec182 #821ec1

Analogous Colors of #c1821e

#c1821e #afc11e #c1311e

Monochromatic Colors of #c1821e

#c1821e

Complementary Color

#c1821e #1e5dc1

#c1821e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1821e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1821e Color CSS Codes

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

#c1821e Text Font Color

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

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


#c1821e Background Color

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

This div background color is #c1821e


#c1821e Border Color

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

This div border color is #c1821e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,130,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1821e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1821e;
  -webkit-box-shadow: 1px 1px 3px 2px #c1821e;
  box-shadow:         1px 1px 3px 2px #c1821e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,130,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1821e


Comments

No comments written yet.

Please login to write comment.