Color Hex Logo

#c38350 Color Hex

#C38350
(195,131,80)
0 Favorites   0 Comments

Color spaces of #c38350

RGB 19513180
HSL0.070.490.54
HSV27°59°76°
CMYK 0.000.330.59   0.24
XYZ32.069928.413911.3836
Yxy28.41390.44620.3954
Hunter Lab53.304714.108424.6515
CIE-Lab60.260819.378037.2656

#c38350 color RGB value is (195,131,80).

#c38350 hex color red value is 195, green value is 131 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c38350 hue: 0.07 , saturation: 0.49 and the lightness value of c38350 is 0.54.

The process color (four color CMYK) of #c38350 color hex is 0.00, 0.33, 0.59, 0.24. Web safe color of #c38350 is #cc9966. Color #c38350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000011 01010000
Octal 303 203 120
Decimal 195 131 80
Hex C3 83 50

RGB Percentages of Color #c38350

%48.03
%32.27
%19.70

CMYK Percentages of Color #c38350

%0
%33
%59
%24

Triadic Colors of #c38350

#c38350 #50c383 #8350c3

Analogous Colors of #c38350

#c38350 #c3bd50 #c35056

Monochromatic Colors of #c38350

#c38350

Complementary Color

#c38350 #5090c3

#c38350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38350 Color CSS Codes

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

#c38350 Text Font Color

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

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


#c38350 Background Color

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

This div background color is #c38350


#c38350 Border Color

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

This div border color is #c38350


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,131,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38350


Comments

No comments written yet.

Please login to write comment.