Color Hex Logo

#c08546 Color Hex

#C08546
(192,133,70)
0 Favorites   0 Comments

Color spaces of #c08546

RGB 19213370
HSL0.090.490.51
HSV31°64°75°
CMYK 0.000.310.64   0.25
XYZ31.231228.42379.6346
Yxy28.42370.45070.4102
Hunter Lab53.313911.265826.6051
CIE-Lab60.269616.279042.3767

#c08546 color RGB value is (192,133,70).

#c08546 hex color red value is 192, green value is 133 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c08546 hue: 0.09 , saturation: 0.49 and the lightness value of c08546 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000101 01000110
Octal 300 205 106
Decimal 192 133 70
Hex C0 85 46

RGB Percentages of Color #c08546

%48.61
%33.67
%17.72

CMYK Percentages of Color #c08546

%0
%31
%64
%25

Triadic Colors of #c08546

#c08546 #46c085 #8546c0

Analogous Colors of #c08546

#c08546 #bec046 #c04846

Monochromatic Colors of #c08546

#c08546

Complementary Color

#c08546 #4681c0

#c08546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08546 Color CSS Codes

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

#c08546 Text Font Color

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

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


#c08546 Background Color

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

This div background color is #c08546


#c08546 Border Color

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

This div border color is #c08546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08546


Comments

No comments written yet.

Please login to write comment.