Color Hex Logo

#c47201 Color Hex

#C47201
(196,114,1)
0 Favorites   0 Comments

Color spaces of #c47201

RGB 1961141
HSL0.100.990.39
HSV35°99°77°
CMYK 0.000.420.99   0.23
XYZ28.787723.77263.1000
Yxy23.77260.51720.4271
Hunter Lab48.757220.066830.3603
CIE-Lab55.859426.044962.8251

#c47201 color RGB value is (196,114,1).

#c47201 hex color red value is 196, green value is 114 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c47201 hue: 0.10 , saturation: 0.99 and the lightness value of c47201 is 0.39.

The process color (four color CMYK) of #c47201 color hex is 0.00, 0.42, 0.99, 0.23. Web safe color of #c47201 is #cc6600. Color #c47201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110010 00000001
Octal 304 162 1
Decimal 196 114 1
Hex C4 72 1

RGB Percentages of Color #c47201

%63.02
%36.66
%0.32

CMYK Percentages of Color #c47201

%0
%42
%99
%23

Triadic Colors of #c47201

#c47201 #01c472 #7201c4

Analogous Colors of #c47201

#c47201 #b5c401 #c41101

Monochromatic Colors of #c47201

#c47201

Complementary Color

#c47201 #0153c4

#c47201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47201 Color CSS Codes

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

#c47201 Text Font Color

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

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


#c47201 Background Color

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

This div background color is #c47201


#c47201 Border Color

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

This div border color is #c47201


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,114,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 #c47201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47201


Comments

No comments written yet.

Please login to write comment.