Color Hex Logo

#c19166 Color Hex

#C19166
(193,145,102)
0 Favorites   0 Comments

Color spaces of #c19166

RGB 193145102
HSL0.080.420.58
HSV28°47°76°
CMYK 0.000.250.47   0.24
XYZ34.516032.547617.0335
Yxy32.54760.41040.3870
Hunter Lab57.05058.155522.2332
CIE-Lab63.792912.787729.8089

#c19166 color RGB value is (193,145,102).

#c19166 hex color red value is 193, green value is 145 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c19166 hue: 0.08 , saturation: 0.42 and the lightness value of c19166 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010001 01100110
Octal 301 221 146
Decimal 193 145 102
Hex C1 91 66

RGB Percentages of Color #c19166

%43.86
%32.95
%23.18

CMYK Percentages of Color #c19166

%0
%25
%47
%24

Triadic Colors of #c19166

#c19166 #66c191 #9166c1

Analogous Colors of #c19166

#c19166 #c1bf66 #c16669

Monochromatic Colors of #c19166

#c19166

Complementary Color

#c19166 #6696c1

#c19166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19166 Color CSS Codes

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

#c19166 Text Font Color

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

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


#c19166 Background Color

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

This div background color is #c19166


#c19166 Border Color

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

This div border color is #c19166


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,145,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19166


Comments

No comments written yet.

Please login to write comment.