Color Hex Logo

#c09074 Color Hex

#C09074
(192,144,116)
0 Favorites   0 Comments

Color spaces of #c09074

RGB 192144116
HSL0.060.380.60
HSV22°40°75°
CMYK 0.000.250.40   0.25
XYZ34.863932.413920.9420
Yxy32.41390.39520.3674
Hunter Lab56.93329.674018.0443
CIE-Lab63.683514.453821.9383

#c09074 color RGB value is (192,144,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 01110100
Octal 300 220 164
Decimal 192 144 116
Hex C0 90 74

RGB Percentages of Color #c09074

%42.48
%31.86
%25.66

CMYK Percentages of Color #c09074

%0
%25
%40
%25

Triadic Colors of #c09074

#c09074 #74c090 #9074c0

Analogous Colors of #c09074

#c09074 #c0b674 #c0747e

Monochromatic Colors of #c09074

#c09074

Complementary Color

#c09074 #74a4c0

#c09074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09074 Color CSS Codes

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

#c09074 Text Font Color

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

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


#c09074 Background Color

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

This div background color is #c09074


#c09074 Border Color

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

This div border color is #c09074


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,144,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 #c09074">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09074


Comments

No comments written yet.

Please login to write comment.