Color Hex Logo

#c09094 Color Hex

#C09094
(192,144,148)
0 Favorites   0 Comments

Color spaces of #c09094

RGB 192144148
HSL0.990.280.66
HSV355°25°75°
CMYK 0.000.250.23   0.25
XYZ37.056833.291132.4897
Yxy33.29110.36030.3237
Hunter Lab57.698413.66937.0030
CIE-Lab64.395918.73514.9669

#c09094 color RGB value is (192,144,148).

#c09094 hex color red value is 192, green value is 144 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c09094 hue: 0.99 , saturation: 0.28 and the lightness value of c09094 is 0.66.

The process color (four color CMYK) of #c09094 color hex is 0.00, 0.25, 0.23, 0.25. Web safe color of #c09094 is #cc9999. Color #c09094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 10010100
Octal 300 220 224
Decimal 192 144 148
Hex C0 90 94

RGB Percentages of Color #c09094

%39.67
%29.75
%30.58

CMYK Percentages of Color #c09094

%0
%25
%23
%25

Triadic Colors of #c09094

#c09094 #94c090 #9094c0

Analogous Colors of #c09094

#c09094 #c0a490 #c090ac

Monochromatic Colors of #c09094

#c09094

Complementary Color

#c09094 #90c0bc

#c09094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09094 Color CSS Codes

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

#c09094 Text Font Color

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

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


#c09094 Background Color

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

This div background color is #c09094


#c09094 Border Color

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

This div border color is #c09094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09094


Comments

No comments written yet.

Please login to write comment.