Color Hex Logo

#c0852e Color Hex

#C0852E
(192,133,46)
0 Favorites   0 Comments

Color spaces of #c0852e

RGB 19213346
HSL0.100.610.47
HSV36°76°75°
CMYK 0.000.310.76   0.25
XYZ30.618928.17886.4100
Yxy28.17880.46960.4321
Hunter Lab53.083710.063029.9992
CIE-Lab60.049914.956253.3176

#c0852e color RGB value is (192,133,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000101 00101110
Octal 300 205 56
Decimal 192 133 46
Hex C0 85 2E

RGB Percentages of Color #c0852e

%51.75
%35.85
%12.40

CMYK Percentages of Color #c0852e

%0
%31
%76
%25

Triadic Colors of #c0852e

#c0852e #2ec085 #852ec0

Analogous Colors of #c0852e

#c0852e #b2c02e #c03c2e

Monochromatic Colors of #c0852e

#c0852e

Complementary Color

#c0852e #2e69c0

#c0852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0852e Color CSS Codes

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

#c0852e Text Font Color

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

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


#c0852e Background Color

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

This div background color is #c0852e


#c0852e Border Color

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

This div border color is #c0852e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0852e


Comments

No comments written yet.

Please login to write comment.