Color Hex Logo

#c1996a Color Hex

#C1996A
(193,153,106)
0 Favorites   0 Comments

Color spaces of #c1996a

RGB 193153106
HSL0.090.410.59
HSV32°45°76°
CMYK 0.000.210.45   0.24
XYZ35.985135.160518.5257
Yxy35.16050.40130.3921
Hunter Lab59.29634.557722.9837
CIE-Lab65.87348.810830.3368

#c1996a color RGB value is (193,153,106).

#c1996a hex color red value is 193, green value is 153 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c1996a hue: 0.09 , saturation: 0.41 and the lightness value of c1996a is 0.59.

The process color (four color CMYK) of #c1996a color hex is 0.00, 0.21, 0.45, 0.24. Web safe color of #c1996a is #cc9966. Color #c1996a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 01101010
Octal 301 231 152
Decimal 193 153 106
Hex C1 99 6A

RGB Percentages of Color #c1996a

%42.70
%33.85
%23.45

CMYK Percentages of Color #c1996a

%0
%21
%45
%24

Triadic Colors of #c1996a

#c1996a #6ac199 #996ac1

Analogous Colors of #c1996a

#c1996a #bec16a #c16e6a

Monochromatic Colors of #c1996a

#c1996a

Complementary Color

#c1996a #6a92c1

#c1996a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1996a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1996a Color CSS Codes

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

#c1996a Text Font Color

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

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


#c1996a Background Color

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

This div background color is #c1996a


#c1996a Border Color

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

This div border color is #c1996a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1996a


Comments

No comments written yet.

Please login to write comment.