Color Hex Logo

#c48101 Color Hex

#C48101
(196,129,1)
0 Favorites   0 Comments

Color spaces of #c48101

RGB 1961291
HSL0.110.990.39
HSV39°99°77°
CMYK 0.000.340.99   0.23
XYZ30.620727.43853.7110
Yxy27.43850.49570.4442
Hunter Lab52.381812.677332.4668
CIE-Lab59.378017.859065.1175

#c48101 color RGB value is (196,129,1).

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

The process color (four color CMYK) of #c48101 color hex is 0.00, 0.34, 0.99, 0.23. Web safe color of #c48101 is #cc9900. Color #c48101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 00000001
Octal 304 201 1
Decimal 196 129 1
Hex C4 81 1

RGB Percentages of Color #c48101

%60.12
%39.57
%0.31

CMYK Percentages of Color #c48101

%0
%34
%99
%23

Triadic Colors of #c48101

#c48101 #01c481 #8101c4

Analogous Colors of #c48101

#c48101 #a6c401 #c42001

Monochromatic Colors of #c48101

#c48101

Complementary Color

#c48101 #0144c4

#c48101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48101 Color CSS Codes

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

#c48101 Text Font Color

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

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


#c48101 Background Color

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

This div background color is #c48101


#c48101 Border Color

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

This div border color is #c48101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48101


Comments

No comments written yet.

Please login to write comment.