Color Hex Logo

#c09574 Color Hex

#C09574
(192,149,116)
0 Favorites   0 Comments

Color spaces of #c09574

RGB 192149116
HSL0.070.380.60
HSV26°40°75°
CMYK 0.000.220.40   0.25
XYZ35.638133.962321.2000
Yxy33.96230.39250.3740
Hunter Lab58.27727.172619.2256
CIE-Lab64.932611.699623.6199

#c09574 color RGB value is (192,149,116).

#c09574 hex color red value is 192, green value is 149 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c09574 hue: 0.07 , saturation: 0.38 and the lightness value of c09574 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010101 01110100
Octal 300 225 164
Decimal 192 149 116
Hex C0 95 74

RGB Percentages of Color #c09574

%42.01
%32.60
%25.38

CMYK Percentages of Color #c09574

%0
%22
%40
%25

Triadic Colors of #c09574

#c09574 #74c095 #9574c0

Analogous Colors of #c09574

#c09574 #c0bb74 #c07479

Monochromatic Colors of #c09574

#c09574

Complementary Color

#c09574 #749fc0

#c09574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09574 Color CSS Codes

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

#c09574 Text Font Color

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

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


#c09574 Background Color

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

This div background color is #c09574


#c09574 Border Color

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

This div border color is #c09574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09574


Comments

No comments written yet.

Please login to write comment.