Color Hex Logo

#c19916 Color Hex

#C19916
(193,153,22)
0 Favorites   0 Comments

Color spaces of #c19916

RGB 19315322
HSL0.130.800.42
HSV46°89°76°
CMYK 0.000.210.89   0.24
XYZ33.528434.17785.5889
Yxy34.17780.45740.4663
Hunter Lab58.46180.063435.2552
CIE-Lab65.10353.703565.5056

#c19916 color RGB value is (193,153,22).

#c19916 hex color red value is 193, green value is 153 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c19916 hue: 0.13 , saturation: 0.80 and the lightness value of c19916 is 0.42.

The process color (four color CMYK) of #c19916 color hex is 0.00, 0.21, 0.89, 0.24. Web safe color of #c19916 is #cc9900. Color #c19916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 00010110
Octal 301 231 26
Decimal 193 153 22
Hex C1 99 16

RGB Percentages of Color #c19916

%52.45
%41.58
%5.98

CMYK Percentages of Color #c19916

%0
%21
%89
%24

Triadic Colors of #c19916

#c19916 #16c199 #9916c1

Analogous Colors of #c19916

#c19916 #94c116 #c14416

Monochromatic Colors of #c19916

#c19916

Complementary Color

#c19916 #163ec1

#c19916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19916 Color CSS Codes

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

#c19916 Text Font Color

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

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


#c19916 Background Color

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

This div background color is #c19916


#c19916 Border Color

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

This div border color is #c19916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19916


Comments

No comments written yet.

Please login to write comment.