Color Hex Logo

#c09faa Color Hex

#C09FAA
(192,159,170)
0 Favorites   0 Comments

Color spaces of #c09faa

RGB 192159170
HSL0.940.210.69
HSV340°17°75°
CMYK 0.000.170.11   0.25
XYZ41.392138.905043.3580
Yxy38.90500.33470.3146
Hunter Lab62.37399.30062.4474
CIE-Lab68.682413.9814-1.1367

#c09faa color RGB value is (192,159,170).

#c09faa hex color red value is 192, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c09faa hue: 0.94 , saturation: 0.21 and the lightness value of c09faa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011111 10101010
Octal 300 237 252
Decimal 192 159 170
Hex C0 9F AA

RGB Percentages of Color #c09faa

%36.85
%30.52
%32.63

CMYK Percentages of Color #c09faa

%0
%17
%11
%25

Triadic Colors of #c09faa

#c09faa #aac09f #9faac0

Analogous Colors of #c09faa

#c09faa #c0a59f #c09fbb

Monochromatic Colors of #c09faa

#c09faa

Complementary Color

#c09faa #9fc0b5

#c09faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09faa Color CSS Codes

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

#c09faa Text Font Color

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

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


#c09faa Background Color

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

This div background color is #c09faa


#c09faa Border Color

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

This div border color is #c09faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09faa


Comments

No comments written yet.

Please login to write comment.