Color Hex Logo

#c48812 Color Hex

#C48812
(196,136,18)
0 Favorites   0 Comments

Color spaces of #c48812

RGB 19613618
HSL0.110.830.42
HSV40°91°77°
CMYK 0.000.310.91   0.23
XYZ31.678329.38784.5750
Yxy29.38780.48260.4477
Hunter Lab54.21059.439332.9437
CIE-Lab61.122414.241963.4394

#c48812 color RGB value is (196,136,18).

#c48812 hex color red value is 196, green value is 136 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c48812 hue: 0.11 , saturation: 0.83 and the lightness value of c48812 is 0.42.

The process color (four color CMYK) of #c48812 color hex is 0.00, 0.31, 0.91, 0.23. Web safe color of #c48812 is #cc9900. Color #c48812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 00010010
Octal 304 210 22
Decimal 196 136 18
Hex C4 88 12

RGB Percentages of Color #c48812

%56.00
%38.86
%5.14

CMYK Percentages of Color #c48812

%0
%31
%91
%23

Triadic Colors of #c48812

#c48812 #12c488 #8812c4

Analogous Colors of #c48812

#c48812 #a7c412 #c42f12

Monochromatic Colors of #c48812

#c48812

Complementary Color

#c48812 #124ec4

#c48812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48812 Color CSS Codes

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

#c48812 Text Font Color

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

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


#c48812 Background Color

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

This div background color is #c48812


#c48812 Border Color

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

This div border color is #c48812


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,136,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48812


Comments

No comments written yet.

Please login to write comment.