Color Hex Logo

#c08364 Color Hex

#C08364
(192,131,100)
0 Favorites   0 Comments

Color spaces of #c08364

RGB 192131100
HSL0.060.420.57
HSV20°48°75°
CMYK 0.000.320.48   0.25
XYZ32.154828.359215.8357
Yxy28.35920.42120.3714
Hunter Lab53.253414.586319.6466
CIE-Lab60.211919.896026.2224

#c08364 color RGB value is (192,131,100).

#c08364 hex color red value is 192, green value is 131 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #c08364 hue: 0.06 , saturation: 0.42 and the lightness value of c08364 is 0.57.

The process color (four color CMYK) of #c08364 color hex is 0.00, 0.32, 0.48, 0.25. Web safe color of #c08364 is #cc9966. Color #c08364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000011 01100100
Octal 300 203 144
Decimal 192 131 100
Hex C0 83 64

RGB Percentages of Color #c08364

%45.39
%30.97
%23.64

CMYK Percentages of Color #c08364

%0
%32
%48
%25

Triadic Colors of #c08364

#c08364 #64c083 #8364c0

Analogous Colors of #c08364

#c08364 #c0b164 #c06473

Monochromatic Colors of #c08364

#c08364

Complementary Color

#c08364 #64a1c0

#c08364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08364 Color CSS Codes

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

#c08364 Text Font Color

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

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


#c08364 Background Color

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

This div background color is #c08364


#c08364 Border Color

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

This div border color is #c08364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08364


Comments

No comments written yet.

Please login to write comment.