Color Hex Logo

#c48961 Color Hex

#C48961
(196,137,97)
0 Favorites   0 Comments

Color spaces of #c48961

RGB 19613797
HSL0.070.460.57
HSV24°51°77°
CMYK 0.000.300.51   0.23
XYZ33.868330.490215.4094
Yxy30.49020.42460.3822
Hunter Lab55.217912.852822.1068
CIE-Lab62.074917.947530.3869

#c48961 color RGB value is (196,137,97).

#c48961 hex color red value is 196, green value is 137 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c48961 hue: 0.07 , saturation: 0.46 and the lightness value of c48961 is 0.57.

The process color (four color CMYK) of #c48961 color hex is 0.00, 0.30, 0.51, 0.23. Web safe color of #c48961 is #cc9966. Color #c48961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001001 01100001
Octal 304 211 141
Decimal 196 137 97
Hex C4 89 61

RGB Percentages of Color #c48961

%45.58
%31.86
%22.56

CMYK Percentages of Color #c48961

%0
%30
%51
%23

Triadic Colors of #c48961

#c48961 #61c489 #8961c4

Analogous Colors of #c48961

#c48961 #c4bb61 #c4616b

Monochromatic Colors of #c48961

#c48961

Complementary Color

#c48961 #619cc4

#c48961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48961 Color CSS Codes

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

#c48961 Text Font Color

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

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


#c48961 Background Color

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

This div background color is #c48961


#c48961 Border Color

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

This div border color is #c48961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48961


Comments

No comments written yet.

Please login to write comment.