Color Hex Logo

#c08079 Color Hex

#C08079
(192,128,121)
0 Favorites   0 Comments

Color spaces of #c08079

RGB 192128121
HSL0.020.360.61
HSV37°75°
CMYK 0.000.330.37   0.25
XYZ32.908628.025321.7641
Yxy28.02530.39790.3389
Hunter Lab52.938918.318412.6821
CIE-Lab59.911623.891813.9437

#c08079 color RGB value is (192,128,121).

#c08079 hex color red value is 192, green value is 128 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c08079 hue: 0.02 , saturation: 0.36 and the lightness value of c08079 is 0.61.

The process color (four color CMYK) of #c08079 color hex is 0.00, 0.33, 0.37, 0.25. Web safe color of #c08079 is #cc9966. Color #c08079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 01111001
Octal 300 200 171
Decimal 192 128 121
Hex C0 80 79

RGB Percentages of Color #c08079

%43.54
%29.02
%27.44

CMYK Percentages of Color #c08079

%0
%33
%37
%25

Triadic Colors of #c08079

#c08079 #79c080 #8079c0

Analogous Colors of #c08079

#c08079 #c0a479 #c07996

Monochromatic Colors of #c08079

#c08079

Complementary Color

#c08079 #79b9c0

#c08079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08079 Color CSS Codes

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

#c08079 Text Font Color

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

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


#c08079 Background Color

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

This div background color is #c08079


#c08079 Border Color

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

This div border color is #c08079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08079


Comments

No comments written yet.

Please login to write comment.