Color Hex Logo

#c78148 Color Hex

#C78148
(199,129,72)
0 Favorites   0 Comments

Color spaces of #c78148

RGB 19912972
HSL0.070.530.53
HSV27°64°78°
CMYK 0.000.350.64   0.22
XYZ32.573128.31059.8786
Yxy28.31050.46030.4001
Hunter Lab53.207616.162426.2375
CIE-Lab60.168221.588441.4558

#c78148 color RGB value is (199,129,72).

#c78148 hex color red value is 199, green value is 129 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c78148 hue: 0.07 , saturation: 0.53 and the lightness value of c78148 is 0.53.

The process color (four color CMYK) of #c78148 color hex is 0.00, 0.35, 0.64, 0.22. Web safe color of #c78148 is #cc9933. Color #c78148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000001 01001000
Octal 307 201 110
Decimal 199 129 72
Hex C7 81 48

RGB Percentages of Color #c78148

%49.75
%32.25
%18.00

CMYK Percentages of Color #c78148

%0
%35
%64
%22

Triadic Colors of #c78148

#c78148 #48c781 #8148c7

Analogous Colors of #c78148

#c78148 #c7c148 #c7484f

Monochromatic Colors of #c78148

#c78148

Complementary Color

#c78148 #488ec7

#c78148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78148 Color CSS Codes

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

#c78148 Text Font Color

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

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


#c78148 Background Color

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

This div background color is #c78148


#c78148 Border Color

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

This div border color is #c78148


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,129,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78148


Comments

No comments written yet.

Please login to write comment.