Color Hex Logo

#c1941d Color Hex

#C1941D
(193,148,29)
0 Favorites   0 Comments

Color spaces of #c1941d

RGB 19314829
HSL0.120.740.44
HSV44°85°76°
CMYK 0.000.230.85   0.24
XYZ32.804032.60605.7270
Yxy32.60600.46110.4584
Hunter Lab57.10172.617534.0247
CIE-Lab63.84066.584062.7210

#c1941d color RGB value is (193,148,29).

#c1941d hex color red value is 193, green value is 148 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c1941d hue: 0.12 , saturation: 0.74 and the lightness value of c1941d is 0.44.

The process color (four color CMYK) of #c1941d color hex is 0.00, 0.23, 0.85, 0.24. Web safe color of #c1941d is #cc9933. Color #c1941d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 00011101
Octal 301 224 35
Decimal 193 148 29
Hex C1 94 1D

RGB Percentages of Color #c1941d

%52.16
%40.00
%7.84

CMYK Percentages of Color #c1941d

%0
%23
%85
%24

Triadic Colors of #c1941d

#c1941d #1dc194 #941dc1

Analogous Colors of #c1941d

#c1941d #9cc11d #c1421d

Monochromatic Colors of #c1941d

#c1941d

Complementary Color

#c1941d #1d4ac1

#c1941d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1941d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1941d Color CSS Codes

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

#c1941d Text Font Color

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

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


#c1941d Background Color

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

This div background color is #c1941d


#c1941d Border Color

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

This div border color is #c1941d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1941d


Comments

No comments written yet.

Please login to write comment.