Color Hex Logo

#c48073 Color Hex

#C48073
(196,128,115)
0 Favorites   0 Comments

Color spaces of #c48073

RGB 196128115
HSL0.030.410.61
HSV10°41°77°
CMYK 0.000.350.41   0.23
XYZ33.578628.411919.9339
Yxy28.41190.40990.3468
Hunter Lab53.302819.167815.1390
CIE-Lab60.259124.760817.9171

#c48073 color RGB value is (196,128,115).

#c48073 hex color red value is 196, green value is 128 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c48073 hue: 0.03 , saturation: 0.41 and the lightness value of c48073 is 0.61.

The process color (four color CMYK) of #c48073 color hex is 0.00, 0.35, 0.41, 0.23. Web safe color of #c48073 is #cc9966. Color #c48073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000000 01110011
Octal 304 200 163
Decimal 196 128 115
Hex C4 80 73

RGB Percentages of Color #c48073

%44.65
%29.16
%26.20

CMYK Percentages of Color #c48073

%0
%35
%41
%23

Triadic Colors of #c48073

#c48073 #73c480 #8073c4

Analogous Colors of #c48073

#c48073 #c4a973 #c4738f

Monochromatic Colors of #c48073

#c48073

Complementary Color

#c48073 #73b7c4

#c48073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48073 Color CSS Codes

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

#c48073 Text Font Color

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

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


#c48073 Background Color

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

This div background color is #c48073


#c48073 Border Color

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

This div border color is #c48073


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,128,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48073


Comments

No comments written yet.

Please login to write comment.