Color Hex Logo

#c19701 Color Hex

#C19701
(193,151,1)
0 Favorites   0 Comments

Color spaces of #c19701

RGB 1931511
HSL0.130.990.38
HSV47°99°76°
CMYK 0.000.220.99   0.24
XYZ33.064433.47294.7469
Yxy33.47290.46380.4696
Hunter Lab57.85580.764635.6345
CIE-Lab64.54204.486368.4751

#c19701 color RGB value is (193,151,1).

#c19701 hex color red value is 193, green value is 151 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c19701 hue: 0.13 , saturation: 0.99 and the lightness value of c19701 is 0.38.

The process color (four color CMYK) of #c19701 color hex is 0.00, 0.22, 0.99, 0.24. Web safe color of #c19701 is #cc9900. Color #c19701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 00000001
Octal 301 227 1
Decimal 193 151 1
Hex C1 97 1

RGB Percentages of Color #c19701

%55.94
%43.77
%0.29

CMYK Percentages of Color #c19701

%0
%22
%99
%24

Triadic Colors of #c19701

#c19701 #01c197 #9701c1

Analogous Colors of #c19701

#c19701 #8bc101 #c13701

Monochromatic Colors of #c19701

#c19701

Complementary Color

#c19701 #012bc1

#c19701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19701 Color CSS Codes

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

#c19701 Text Font Color

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

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


#c19701 Background Color

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

This div background color is #c19701


#c19701 Border Color

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

This div border color is #c19701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19701


Comments

No comments written yet.

Please login to write comment.