Color Hex Logo

#c48869 Color Hex

#C48869
(196,136,105)
0 Favorites   0 Comments

Color spaces of #c48869

RGB 196136105
HSL0.060.440.59
HSV20°46°77°
CMYK 0.000.310.46   0.23
XYZ34.118930.364017.4272
Yxy30.36400.41650.3707
Hunter Lab55.103514.092119.8213
CIE-Lab61.967019.284625.8369

#c48869 color RGB value is (196,136,105).

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

The process color (four color CMYK) of #c48869 color hex is 0.00, 0.31, 0.46, 0.23. Web safe color of #c48869 is #cc9966. Color #c48869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 01101001
Octal 304 210 151
Decimal 196 136 105
Hex C4 88 69

RGB Percentages of Color #c48869

%44.85
%31.12
%24.03

CMYK Percentages of Color #c48869

%0
%31
%46
%23

Triadic Colors of #c48869

#c48869 #69c488 #8869c4

Analogous Colors of #c48869

#c48869 #c4b669 #c46978

Monochromatic Colors of #c48869

#c48869

Complementary Color

#c48869 #69a5c4

#c48869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48869 Color CSS Codes

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

#c48869 Text Font Color

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

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


#c48869 Background Color

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

This div background color is #c48869


#c48869 Border Color

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

This div border color is #c48869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48869


Comments

No comments written yet.

Please login to write comment.