Color Hex Logo

#c38148 Color Hex

#C38148
(195,129,72)
0 Favorites   0 Comments

Color spaces of #c38148

RGB 19512972
HSL0.080.510.52
HSV28°63°76°
CMYK 0.000.340.63   0.24
XYZ31.525627.77059.8296
Yxy27.77050.45610.4017
Hunter Lab52.697714.563925.8292
CIE-Lab59.680819.897540.7643

#c38148 color RGB value is (195,129,72).

#c38148 hex color red value is 195, green value is 129 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c38148 hue: 0.08 , saturation: 0.51 and the lightness value of c38148 is 0.52.

The process color (four color CMYK) of #c38148 color hex is 0.00, 0.34, 0.63, 0.24. Web safe color of #c38148 is #cc9933. Color #c38148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 01001000
Octal 303 201 110
Decimal 195 129 72
Hex C3 81 48

RGB Percentages of Color #c38148

%49.24
%32.58
%18.18

CMYK Percentages of Color #c38148

%0
%34
%63
%24

Triadic Colors of #c38148

#c38148 #48c381 #8148c3

Analogous Colors of #c38148

#c38148 #c3bf48 #c3484d

Monochromatic Colors of #c38148

#c38148

Complementary Color

#c38148 #488ac3

#c38148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38148 Color CSS Codes

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

#c38148 Text Font Color

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

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


#c38148 Background Color

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

This div background color is #c38148


#c38148 Border Color

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

This div border color is #c38148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38148


Comments

No comments written yet.

Please login to write comment.