Color Hex Logo

#c08066 Color Hex

#C08066
(192,128,102)
0 Favorites   0 Comments

Color spaces of #c08066

RGB 192128102
HSL0.050.420.58
HSV17°47°75°
CMYK 0.000.330.47   0.25
XYZ31.855727.604116.2195
Yxy27.60410.42090.3648
Hunter Lab52.539616.283418.4743
CIE-Lab59.529421.754224.2027

#c08066 color RGB value is (192,128,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 01100110
Octal 300 200 146
Decimal 192 128 102
Hex C0 80 66

RGB Percentages of Color #c08066

%45.50
%30.33
%24.17

CMYK Percentages of Color #c08066

%0
%33
%47
%25

Triadic Colors of #c08066

#c08066 #66c080 #8066c0

Analogous Colors of #c08066

#c08066 #c0ad66 #c06679

Monochromatic Colors of #c08066

#c08066

Complementary Color

#c08066 #66a6c0

#c08066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08066 Color CSS Codes

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

#c08066 Text Font Color

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

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


#c08066 Background Color

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

This div background color is #c08066


#c08066 Border Color

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

This div border color is #c08066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08066


Comments

No comments written yet.

Please login to write comment.