Color Hex Logo

#c09384 Color Hex

#C09384
(192,147,132)
0 Favorites   0 Comments

Color spaces of #c09384

RGB 192147132
HSL0.040.320.64
HSV15°31°75°
CMYK 0.000.230.31   0.25
XYZ36.336833.739826.4271
Yxy33.73980.37650.3496
Hunter Lab58.086010.013713.6853
CIE-Lab64.755514.804014.4781

#c09384 color RGB value is (192,147,132).

#c09384 hex color red value is 192, green value is 147 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c09384 hue: 0.04 , saturation: 0.32 and the lightness value of c09384 is 0.64.

The process color (four color CMYK) of #c09384 color hex is 0.00, 0.23, 0.31, 0.25. Web safe color of #c09384 is #cc9999. Color #c09384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 10000100
Octal 300 223 204
Decimal 192 147 132
Hex C0 93 84

RGB Percentages of Color #c09384

%40.76
%31.21
%28.03

CMYK Percentages of Color #c09384

%0
%23
%31
%25

Triadic Colors of #c09384

#c09384 #84c093 #9384c0

Analogous Colors of #c09384

#c09384 #c0b184 #c08493

Monochromatic Colors of #c09384

#c09384

Complementary Color

#c09384 #84b1c0

#c09384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09384 Color CSS Codes

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

#c09384 Text Font Color

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

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


#c09384 Background Color

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

This div background color is #c09384


#c09384 Border Color

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

This div border color is #c09384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09384


Comments

No comments written yet.

Please login to write comment.