Color Hex Logo

#c59260 Color Hex

#C59260
(197,146,96)
0 Favorites   0 Comments

Color spaces of #c59260

RGB 19714696
HSL0.080.470.57
HSV30°51°77°
CMYK 0.000.260.51   0.23
XYZ35.416233.272615.6220
Yxy33.27260.42010.3946
Hunter Lab57.68248.652324.3203
CIE-Lab64.381013.327333.8859

#c59260 color RGB value is (197,146,96).

#c59260 hex color red value is 197, green value is 146 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c59260 hue: 0.08 , saturation: 0.47 and the lightness value of c59260 is 0.57.

The process color (four color CMYK) of #c59260 color hex is 0.00, 0.26, 0.51, 0.23. Web safe color of #c59260 is #cc9966. Color #c59260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010010 01100000
Octal 305 222 140
Decimal 197 146 96
Hex C5 92 60

RGB Percentages of Color #c59260

%44.87
%33.26
%21.87

CMYK Percentages of Color #c59260

%0
%26
%51
%23

Triadic Colors of #c59260

#c59260 #60c592 #9260c5

Analogous Colors of #c59260

#c59260 #c5c560 #c56061

Monochromatic Colors of #c59260

#c59260

Complementary Color

#c59260 #6093c5

#c59260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59260 Color CSS Codes

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

#c59260 Text Font Color

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

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


#c59260 Background Color

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

This div background color is #c59260


#c59260 Border Color

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

This div border color is #c59260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,146,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c59260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c59260;
  -webkit-box-shadow: 1px 1px 3px 2px #c59260;
  box-shadow:         1px 1px 3px 2px #c59260; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,146,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59260


Comments

No comments written yet.

Please login to write comment.