Color Hex Logo

#c39052 Color Hex

#C39052
(195,144,82)
0 Favorites   0 Comments

Color spaces of #c39052

RGB 19514482
HSL0.090.480.54
HSV33°58°76°
CMYK 0.000.260.58   0.24
XYZ34.001932.157812.3976
Yxy32.15780.43280.4094
Hunter Lab56.70787.789526.7334
CIE-Lab63.473112.386340.0857

#c39052 color RGB value is (195,144,82).

#c39052 hex color red value is 195, green value is 144 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c39052 hue: 0.09 , saturation: 0.48 and the lightness value of c39052 is 0.54.

The process color (four color CMYK) of #c39052 color hex is 0.00, 0.26, 0.58, 0.24. Web safe color of #c39052 is #cc9966. Color #c39052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010000 01010010
Octal 303 220 122
Decimal 195 144 82
Hex C3 90 52

RGB Percentages of Color #c39052

%46.32
%34.20
%19.48

CMYK Percentages of Color #c39052

%0
%26
%58
%24

Triadic Colors of #c39052

#c39052 #52c390 #9052c3

Analogous Colors of #c39052

#c39052 #bec352 #c35852

Monochromatic Colors of #c39052

#c39052

Complementary Color

#c39052 #5285c3

#c39052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39052 Color CSS Codes

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

#c39052 Text Font Color

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

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


#c39052 Background Color

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

This div background color is #c39052


#c39052 Border Color

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

This div border color is #c39052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39052


Comments

No comments written yet.

Please login to write comment.