Color Hex Logo

#c09061 Color Hex

#C09061
(192,144,97)
0 Favorites   0 Comments

Color spaces of #c09061

RGB 19214497
HSL0.080.430.57
HSV30°49°75°
CMYK 0.000.250.49   0.25
XYZ33.869232.016115.7039
Yxy32.01610.41510.3924
Hunter Lab56.58287.826323.1527
CIE-Lab63.356212.427831.9362

#c09061 color RGB value is (192,144,97).

#c09061 hex color red value is 192, green value is 144 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c09061 hue: 0.08 , saturation: 0.43 and the lightness value of c09061 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 01100001
Octal 300 220 141
Decimal 192 144 97
Hex C0 90 61

RGB Percentages of Color #c09061

%44.34
%33.26
%22.40

CMYK Percentages of Color #c09061

%0
%25
%49
%25

Triadic Colors of #c09061

#c09061 #61c090 #9061c0

Analogous Colors of #c09061

#c09061 #c0c061 #c06162

Monochromatic Colors of #c09061

#c09061

Complementary Color

#c09061 #6191c0

#c09061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09061 Color CSS Codes

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

#c09061 Text Font Color

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

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


#c09061 Background Color

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

This div background color is #c09061


#c09061 Border Color

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

This div border color is #c09061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09061

#c09061 Color Palettes


Comments

No comments written yet.

Please login to write comment.