Color Hex Logo

#c48280 Color Hex

#C48280
(196,130,128)
0 Favorites   0 Comments

Color spaces of #c48280

RGB 196130128
HSL0.000.370.64
HSV35°77°
CMYK 0.000.340.35   0.23
XYZ34.643929.259524.2438
Yxy29.25950.39300.3319
Hunter Lab54.092119.661411.2909
CIE-Lab61.010025.223211.5551

#c48280 color RGB value is (196,130,128).

#c48280 hex color red value is 196, green value is 130 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c48280 hue: 0.00 , saturation: 0.37 and the lightness value of c48280 is 0.64.

The process color (four color CMYK) of #c48280 color hex is 0.00, 0.34, 0.35, 0.23. Web safe color of #c48280 is #cc9999. Color #c48280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 10000000
Octal 304 202 200
Decimal 196 130 128
Hex C4 82 80

RGB Percentages of Color #c48280

%43.17
%28.63
%28.19

CMYK Percentages of Color #c48280

%0
%34
%35
%23

Triadic Colors of #c48280

#c48280 #80c482 #8280c4

Analogous Colors of #c48280

#c48280 #c4a480 #c480a0

Monochromatic Colors of #c48280

#c48280

Complementary Color

#c48280 #80c2c4

#c48280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48280 Color CSS Codes

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

#c48280 Text Font Color

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

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


#c48280 Background Color

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

This div background color is #c48280


#c48280 Border Color

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

This div border color is #c48280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48280


Comments

No comments written yet.

Please login to write comment.