Color Hex Logo

#c47652 Color Hex

#C47652
(196,118,82)
0 Favorites   0 Comments

Color spaces of #c47652

RGB 19611882
HSL0.050.490.55
HSV19°58°77°
CMYK 0.000.400.58   0.23
XYZ30.766425.301811.2448
Yxy25.30180.45710.3759
Hunter Lab50.300921.152521.9563
CIE-Lab57.368327.064432.6630

#c47652 color RGB value is (196,118,82).

#c47652 hex color red value is 196, green value is 118 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c47652 hue: 0.05 , saturation: 0.49 and the lightness value of c47652 is 0.55.

The process color (four color CMYK) of #c47652 color hex is 0.00, 0.40, 0.58, 0.23. Web safe color of #c47652 is #cc6666. Color #c47652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110110 01010010
Octal 304 166 122
Decimal 196 118 82
Hex C4 76 52

RGB Percentages of Color #c47652

%49.49
%29.80
%20.71

CMYK Percentages of Color #c47652

%0
%40
%58
%23

Triadic Colors of #c47652

#c47652 #52c476 #7652c4

Analogous Colors of #c47652

#c47652 #c4af52 #c45267

Monochromatic Colors of #c47652

#c47652

Complementary Color

#c47652 #52a0c4

#c47652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47652 Color CSS Codes

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

#c47652 Text Font Color

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

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


#c47652 Background Color

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

This div background color is #c47652


#c47652 Border Color

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

This div border color is #c47652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47652


Comments

No comments written yet.

Please login to write comment.