Color Hex Logo

#c0986d Color Hex

#C0986D
(192,152,109)
0 Favorites   0 Comments

Color spaces of #c0986d

RGB 192152109
HSL0.090.400.59
HSV31°43°75°
CMYK 0.000.210.43   0.25
XYZ35.726834.767119.2957
Yxy34.76710.39790.3872
Hunter Lab58.96364.969021.8720
CIE-Lab65.56699.264428.2938

#c0986d color RGB value is (192,152,109).

#c0986d hex color red value is 192, green value is 152 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c0986d hue: 0.09 , saturation: 0.40 and the lightness value of c0986d is 0.59.

The process color (four color CMYK) of #c0986d color hex is 0.00, 0.21, 0.43, 0.25. Web safe color of #c0986d is #cc9966. Color #c0986d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 01101101
Octal 300 230 155
Decimal 192 152 109
Hex C0 98 6D

RGB Percentages of Color #c0986d

%42.38
%33.55
%24.06

CMYK Percentages of Color #c0986d

%0
%21
%43
%25

Triadic Colors of #c0986d

#c0986d #6dc098 #986dc0

Analogous Colors of #c0986d

#c0986d #bfc06d #c06f6d

Monochromatic Colors of #c0986d

#c0986d

Complementary Color

#c0986d #6d95c0

#c0986d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0986d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0986d Color CSS Codes

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

#c0986d Text Font Color

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

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


#c0986d Background Color

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

This div background color is #c0986d


#c0986d Border Color

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

This div border color is #c0986d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0986d


Comments

No comments written yet.

Please login to write comment.