Color Hex Logo

#c0931d Color Hex

#C0931D
(192,147,29)
0 Favorites   0 Comments

Color spaces of #c0931d

RGB 19214729
HSL0.120.740.43
HSV43°85°75°
CMYK 0.000.230.85   0.25
XYZ32.393732.16265.6631
Yxy32.16260.46130.4580
Hunter Lab56.71212.712333.7779
CIE-Lab63.47706.682762.3740

#c0931d color RGB value is (192,147,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 00011101
Octal 300 223 35
Decimal 192 147 29
Hex C0 93 1D

RGB Percentages of Color #c0931d

%52.17
%39.95
%7.88

CMYK Percentages of Color #c0931d

%0
%23
%85
%25

Triadic Colors of #c0931d

#c0931d #1dc093 #931dc0

Analogous Colors of #c0931d

#c0931d #9cc01d #c0421d

Monochromatic Colors of #c0931d

#c0931d

Complementary Color

#c0931d #1d4ac0

#c0931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0931d Color CSS Codes

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

#c0931d Text Font Color

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

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


#c0931d Background Color

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

This div background color is #c0931d


#c0931d Border Color

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

This div border color is #c0931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0931d


Comments

No comments written yet.

Please login to write comment.