Color Hex Logo

#c09765 Color Hex

#C09765
(192,151,101)
0 Favorites   0 Comments

Color spaces of #c09765

RGB 192151101
HSL0.090.420.57
HSV33°47°75°
CMYK 0.000.210.47   0.25
XYZ35.153834.279317.0757
Yxy34.27930.40640.3963
Hunter Lab58.54854.715323.6920
CIE-Lab65.18378.976932.1179

#c09765 color RGB value is (192,151,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 01100101
Octal 300 227 145
Decimal 192 151 101
Hex C0 97 65

RGB Percentages of Color #c09765

%43.24
%34.01
%22.75

CMYK Percentages of Color #c09765

%0
%21
%47
%25

Triadic Colors of #c09765

#c09765 #65c097 #9765c0

Analogous Colors of #c09765

#c09765 #bcc065 #c06a65

Monochromatic Colors of #c09765

#c09765

Complementary Color

#c09765 #658ec0

#c09765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09765 Color CSS Codes

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

#c09765 Text Font Color

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

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


#c09765 Background Color

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

This div background color is #c09765


#c09765 Border Color

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

This div border color is #c09765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09765


Comments

No comments written yet.

Please login to write comment.