Color Hex Logo

#c09380 Color Hex

#C09380
(192,147,128)
0 Favorites   0 Comments

Color spaces of #c09380

RGB 192147128
HSL0.050.340.63
HSV18°33°75°
CMYK 0.000.230.33   0.25
XYZ36.068233.632425.0128
Yxy33.63240.38080.3551
Hunter Lab57.99349.527015.0234
CIE-Lab64.669714.277416.5967

#c09380 color RGB value is (192,147,128).

#c09380 hex color red value is 192, green value is 147 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c09380 hue: 0.05 , saturation: 0.34 and the lightness value of c09380 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 10000000
Octal 300 223 200
Decimal 192 147 128
Hex C0 93 80

RGB Percentages of Color #c09380

%41.11
%31.48
%27.41

CMYK Percentages of Color #c09380

%0
%23
%33
%25

Triadic Colors of #c09380

#c09380 #80c093 #9380c0

Analogous Colors of #c09380

#c09380 #c0b380 #c0808d

Monochromatic Colors of #c09380

#c09380

Complementary Color

#c09380 #80adc0

#c09380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09380 Color CSS Codes

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

#c09380 Text Font Color

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

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


#c09380 Background Color

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

This div background color is #c09380


#c09380 Border Color

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

This div border color is #c09380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09380


Comments

No comments written yet.

Please login to write comment.