Color Hex Logo

#c08071 Color Hex

#C08071
(192,128,113)
0 Favorites   0 Comments

Color spaces of #c08071

RGB 192128113
HSL0.030.390.60
HSV11°41°75°
CMYK 0.000.330.41   0.25
XYZ32.438027.837119.2862
Yxy27.83710.40770.3499
Hunter Lab52.760917.412315.2598
CIE-Lab59.741322.944218.2680

#c08071 color RGB value is (192,128,113).

#c08071 hex color red value is 192, green value is 128 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c08071 hue: 0.03 , saturation: 0.39 and the lightness value of c08071 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 01110001
Octal 300 200 161
Decimal 192 128 113
Hex C0 80 71

RGB Percentages of Color #c08071

%44.34
%29.56
%26.10

CMYK Percentages of Color #c08071

%0
%33
%41
%25

Triadic Colors of #c08071

#c08071 #71c080 #8071c0

Analogous Colors of #c08071

#c08071 #c0a871 #c0718a

Monochromatic Colors of #c08071

#c08071

Complementary Color

#c08071 #71b1c0

#c08071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08071 Color CSS Codes

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

#c08071 Text Font Color

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

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


#c08071 Background Color

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

This div background color is #c08071


#c08071 Border Color

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

This div border color is #c08071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08071


Comments

No comments written yet.

Please login to write comment.