Color Hex Logo

#c48c7f Color Hex

#C48C7F
(196,140,127)
0 Favorites   0 Comments

Color spaces of #c48c7f

RGB 196140127
HSL0.030.370.63
HSV11°35°77°
CMYK 0.000.290.35   0.23
XYZ35.973832.024224.3639
Yxy32.02420.38950.3467
Hunter Lab56.589914.438814.0866
CIE-Lab63.362919.594315.4120

#c48c7f color RGB value is (196,140,127).

#c48c7f hex color red value is 196, green value is 140 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c48c7f hue: 0.03 , saturation: 0.37 and the lightness value of c48c7f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 01111111
Octal 304 214 177
Decimal 196 140 127
Hex C4 8C 7F

RGB Percentages of Color #c48c7f

%42.33
%30.24
%27.43

CMYK Percentages of Color #c48c7f

%0
%29
%35
%23

Triadic Colors of #c48c7f

#c48c7f #7fc48c #8c7fc4

Analogous Colors of #c48c7f

#c48c7f #c4af7f #c47f95

Monochromatic Colors of #c48c7f

#c48c7f

Complementary Color

#c48c7f #7fb7c4

#c48c7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48c7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48c7f Color CSS Codes

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

#c48c7f Text Font Color

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

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


#c48c7f Background Color

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

This div background color is #c48c7f


#c48c7f Border Color

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

This div border color is #c48c7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48c7f


Comments

No comments written yet.

Please login to write comment.