Color Hex Logo

#c38a6d Color Hex

#C38A6D
(195,138,109)
0 Favorites   0 Comments

Color spaces of #c38a6d

RGB 195138109
HSL0.060.420.60
HSV20°44°76°
CMYK 0.000.290.44   0.24
XYZ34.354530.883218.6184
Yxy30.88320.40970.3683
Hunter Lab55.572713.094919.0370
CIE-Lab62.408918.196024.1790

#c38a6d color RGB value is (195,138,109).

#c38a6d hex color red value is 195, green value is 138 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c38a6d hue: 0.06 , saturation: 0.42 and the lightness value of c38a6d is 0.60.

The process color (four color CMYK) of #c38a6d color hex is 0.00, 0.29, 0.44, 0.24. Web safe color of #c38a6d is #cc9966. Color #c38a6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001010 01101101
Octal 303 212 155
Decimal 195 138 109
Hex C3 8A 6D

RGB Percentages of Color #c38a6d

%44.12
%31.22
%24.66

CMYK Percentages of Color #c38a6d

%0
%29
%44
%24

Triadic Colors of #c38a6d

#c38a6d #6dc38a #8a6dc3

Analogous Colors of #c38a6d

#c38a6d #c3b56d #c36d7b

Monochromatic Colors of #c38a6d

#c38a6d

Complementary Color

#c38a6d #6da6c3

#c38a6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38a6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38a6d Color CSS Codes

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

#c38a6d Text Font Color

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

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


#c38a6d Background Color

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

This div background color is #c38a6d


#c38a6d Border Color

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

This div border color is #c38a6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38a6d


Comments

No comments written yet.

Please login to write comment.