Color Hex Logo

#c1852e Color Hex

#C1852E
(193,133,46)
0 Favorites   0 Comments

Color spaces of #c1852e

RGB 19313346
HSL0.100.620.47
HSV36°76°76°
CMYK 0.000.310.76   0.24
XYZ30.873028.30986.4219
Yxy28.30980.47060.4315
Hunter Lab53.207010.461330.0888
CIE-Lab60.167615.394553.4724

#c1852e color RGB value is (193,133,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000101 00101110
Octal 301 205 56
Decimal 193 133 46
Hex C1 85 2E

RGB Percentages of Color #c1852e

%51.88
%35.75
%12.37

CMYK Percentages of Color #c1852e

%0
%31
%76
%24

Triadic Colors of #c1852e

#c1852e #2ec185 #852ec1

Analogous Colors of #c1852e

#c1852e #b4c12e #c13c2e

Monochromatic Colors of #c1852e

#c1852e

Complementary Color

#c1852e #2e6ac1

#c1852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1852e Color CSS Codes

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

#c1852e Text Font Color

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

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


#c1852e Background Color

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

This div background color is #c1852e


#c1852e Border Color

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

This div border color is #c1852e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1852e


Comments

No comments written yet.

Please login to write comment.