Color Hex Logo

#c48168 Color Hex

#C48168
(196,129,104)
0 Favorites   0 Comments

Color spaces of #c48168

RGB 196129104
HSL0.050.440.59
HSV16°47°77°
CMYK 0.000.340.47   0.23
XYZ33.113928.435816.8401
Yxy28.43580.42240.3627
Hunter Lab53.325217.525818.6039
CIE-Lab60.280423.030524.1623

#c48168 color RGB value is (196,129,104).

#c48168 hex color red value is 196, green value is 129 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c48168 hue: 0.05 , saturation: 0.44 and the lightness value of c48168 is 0.59.

The process color (four color CMYK) of #c48168 color hex is 0.00, 0.34, 0.47, 0.23. Web safe color of #c48168 is #cc9966. Color #c48168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 01101000
Octal 304 201 150
Decimal 196 129 104
Hex C4 81 68

RGB Percentages of Color #c48168

%45.69
%30.07
%24.24

CMYK Percentages of Color #c48168

%0
%34
%47
%23

Triadic Colors of #c48168

#c48168 #68c481 #8168c4

Analogous Colors of #c48168

#c48168 #c4af68 #c4687d

Monochromatic Colors of #c48168

#c48168

Complementary Color

#c48168 #68abc4

#c48168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48168 Color CSS Codes

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

#c48168 Text Font Color

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

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


#c48168 Background Color

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

This div background color is #c48168


#c48168 Border Color

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

This div border color is #c48168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48168


Comments

No comments written yet.

Please login to write comment.