Color Hex Logo

#c1862d Color Hex

#C1862D
(193,134,45)
0 Favorites   0 Comments

Color spaces of #c1862d

RGB 19313445
HSL0.100.620.47
HSV36°77°76°
CMYK 0.000.310.77   0.24
XYZ30.991128.57716.3652
Yxy28.57710.47000.4334
Hunter Lab53.45769.931630.3606
CIE-Lab60.406614.802254.1142

#c1862d color RGB value is (193,134,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 00101101
Octal 301 206 55
Decimal 193 134 45
Hex C1 86 2D

RGB Percentages of Color #c1862d

%51.88
%36.02
%12.10

CMYK Percentages of Color #c1862d

%0
%31
%77
%24

Triadic Colors of #c1862d

#c1862d #2dc186 #862dc1

Analogous Colors of #c1862d

#c1862d #b2c12d #c13c2d

Monochromatic Colors of #c1862d

#c1862d

Complementary Color

#c1862d #2d68c1

#c1862d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1862d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1862d Color CSS Codes

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

#c1862d Text Font Color

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

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


#c1862d Background Color

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

This div background color is #c1862d


#c1862d Border Color

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

This div border color is #c1862d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1862d


Comments

No comments written yet.

Please login to write comment.