Color Hex Logo

#c19daa Color Hex

#C19DAA
(193,157,170)
0 Favorites   0 Comments

Color spaces of #c19daa

RGB 193157170
HSL0.940.230.69
HSV338°19°76°
CMYK 0.000.190.12   0.24
XYZ41.305038.353743.2562
Yxy38.35370.33600.3120
Hunter Lab61.930410.67401.9393
CIE-Lab68.280515.4477-1.7143

#c19daa color RGB value is (193,157,170).

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

The process color (four color CMYK) of #c19daa color hex is 0.00, 0.19, 0.12, 0.24. Web safe color of #c19daa is #cc9999. Color #c19daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011101 10101010
Octal 301 235 252
Decimal 193 157 170
Hex C1 9D AA

RGB Percentages of Color #c19daa

%37.12
%30.19
%32.69

CMYK Percentages of Color #c19daa

%0
%19
%12
%24

Triadic Colors of #c19daa

#c19daa #aac19d #9daac1

Analogous Colors of #c19daa

#c19daa #c1a29d #c19dbc

Monochromatic Colors of #c19daa

#c19daa

Complementary Color

#c19daa #9dc1b4

#c19daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19daa Color CSS Codes

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

#c19daa Text Font Color

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

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


#c19daa Background Color

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

This div background color is #c19daa


#c19daa Border Color

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

This div border color is #c19daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19daa


Comments

No comments written yet.

Please login to write comment.