Color Hex Logo

#c09764 Color Hex

#C09764
(192,151,100)
0 Favorites   0 Comments

Color spaces of #c09764

RGB 192151100
HSL0.090.420.57
HSV33°48°75°
CMYK 0.000.210.48   0.25
XYZ35.105134.259816.8192
Yxy34.25980.40730.3975
Hunter Lab58.53194.626523.9353
CIE-Lab65.16838.877432.6341

#c09764 color RGB value is (192,151,100).

#c09764 hex color red value is 192, green value is 151 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #c09764 hue: 0.09 , saturation: 0.42 and the lightness value of c09764 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 01100100
Octal 300 227 144
Decimal 192 151 100
Hex C0 97 64

RGB Percentages of Color #c09764

%43.34
%34.09
%22.57

CMYK Percentages of Color #c09764

%0
%21
%48
%25

Triadic Colors of #c09764

#c09764 #64c097 #9764c0

Analogous Colors of #c09764

#c09764 #bbc064 #c06964

Monochromatic Colors of #c09764

#c09764

Complementary Color

#c09764 #648dc0

#c09764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09764 Color CSS Codes

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

#c09764 Text Font Color

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

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


#c09764 Background Color

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

This div background color is #c09764


#c09764 Border Color

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

This div border color is #c09764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09764


Comments

No comments written yet.

Please login to write comment.