Color Hex Logo

#c19976 Color Hex

#C19976
(193,153,118)
0 Favorites   0 Comments

Color spaces of #c19976

RGB 193153118
HSL0.080.380.61
HSV28°39°76°
CMYK 0.000.210.39   0.24
XYZ36.653635.427922.0460
Yxy35.42790.38940.3764
Hunter Lab59.52135.759019.7046
CIE-Lab66.080510.144624.0770

#c19976 color RGB value is (193,153,118).

#c19976 hex color red value is 193, green value is 153 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c19976 hue: 0.08 , saturation: 0.38 and the lightness value of c19976 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 01110110
Octal 301 231 166
Decimal 193 153 118
Hex C1 99 76

RGB Percentages of Color #c19976

%41.59
%32.97
%25.43

CMYK Percentages of Color #c19976

%0
%21
%39
%24

Triadic Colors of #c19976

#c19976 #76c199 #9976c1

Analogous Colors of #c19976

#c19976 #c1bf76 #c17679

Monochromatic Colors of #c19976

#c19976

Complementary Color

#c19976 #769ec1

#c19976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19976 Color CSS Codes

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

#c19976 Text Font Color

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

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


#c19976 Background Color

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

This div background color is #c19976


#c19976 Border Color

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

This div border color is #c19976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19976


Comments

No comments written yet.

Please login to write comment.