Color Hex Logo

#c08072 Color Hex

#C08072
(192,128,114)
0 Favorites   0 Comments

Color spaces of #c08072

RGB 192128114
HSL0.030.380.60
HSV11°41°75°
CMYK 0.000.330.41   0.25
XYZ32.494727.859719.5844
Yxy27.85970.40650.3485
Hunter Lab52.782317.522114.9486
CIE-Lab59.761823.059417.7274

#c08072 color RGB value is (192,128,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 01110010
Octal 300 200 162
Decimal 192 128 114
Hex C0 80 72

RGB Percentages of Color #c08072

%44.24
%29.49
%26.27

CMYK Percentages of Color #c08072

%0
%33
%41
%25

Triadic Colors of #c08072

#c08072 #72c080 #8072c0

Analogous Colors of #c08072

#c08072 #c0a772 #c0728b

Monochromatic Colors of #c08072

#c08072

Complementary Color

#c08072 #72b2c0

#c08072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08072 Color CSS Codes

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

#c08072 Text Font Color

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

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


#c08072 Background Color

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

This div background color is #c08072


#c08072 Border Color

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

This div border color is #c08072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08072


Comments

No comments written yet.

Please login to write comment.