Color Hex Logo

#c1802d Color Hex

#C1802D
(193,128,45)
0 Favorites   0 Comments

Color spaces of #c1802d

RGB 19312845
HSL0.090.620.47
HSV34°77°76°
CMYK 0.000.340.77   0.24
XYZ30.185126.96536.0965
Yxy26.96530.47730.4263
Hunter Lab51.928112.885429.3889
CIE-Lab58.942218.104552.6974

#c1802d color RGB value is (193,128,45).

#c1802d hex color red value is 193, green value is 128 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c1802d hue: 0.09 , saturation: 0.62 and the lightness value of c1802d is 0.47.

The process color (four color CMYK) of #c1802d color hex is 0.00, 0.34, 0.77, 0.24. Web safe color of #c1802d is #cc9933. Color #c1802d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 00101101
Octal 301 200 55
Decimal 193 128 45
Hex C1 80 2D

RGB Percentages of Color #c1802d

%52.73
%34.97
%12.30

CMYK Percentages of Color #c1802d

%0
%34
%77
%24

Triadic Colors of #c1802d

#c1802d #2dc180 #802dc1

Analogous Colors of #c1802d

#c1802d #b8c12d #c1362d

Monochromatic Colors of #c1802d

#c1802d

Complementary Color

#c1802d #2d6ec1

#c1802d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1802d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1802d Color CSS Codes

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

#c1802d Text Font Color

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

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


#c1802d Background Color

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

This div background color is #c1802d


#c1802d Border Color

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

This div border color is #c1802d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1802d


Comments

No comments written yet.

Please login to write comment.