Color Hex Logo

#c0811d Color Hex

#C0811D
(192,129,29)
0 Favorites   0 Comments

Color spaces of #c0811d

RGB 19212929
HSL0.100.740.43
HSV37°85°75°
CMYK 0.000.330.85   0.25
XYZ29.810326.99574.8019
Yxy26.99570.48390.4382
Hunter Lab51.957411.488130.8906
CIE-Lab58.970316.565358.5980

#c0811d color RGB value is (192,129,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000001 00011101
Octal 300 201 35
Decimal 192 129 29
Hex C0 81 1D

RGB Percentages of Color #c0811d

%54.86
%36.86
%8.29

CMYK Percentages of Color #c0811d

%0
%33
%85
%25

Triadic Colors of #c0811d

#c0811d #1dc081 #811dc0

Analogous Colors of #c0811d

#c0811d #aec01d #c0301d

Monochromatic Colors of #c0811d

#c0811d

Complementary Color

#c0811d #1d5cc0

#c0811d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0811d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0811d Color CSS Codes

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

#c0811d Text Font Color

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

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


#c0811d Background Color

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

This div background color is #c0811d


#c0811d Border Color

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

This div border color is #c0811d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0811d


Comments

No comments written yet.

Please login to write comment.