Color Hex Logo

#c48970 Color Hex

#C48970
(196,137,112)
0 Favorites   0 Comments

Color spaces of #c48970

RGB 196137112
HSL0.050.420.60
HSV18°43°77°
CMYK 0.000.300.43   0.23
XYZ34.635230.796919.4482
Yxy30.79690.40800.3628
Hunter Lab55.495014.288218.0683
CIE-Lab62.335819.478522.4277

#c48970 color RGB value is (196,137,112).

#c48970 hex color red value is 196, green value is 137 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c48970 hue: 0.05 , saturation: 0.42 and the lightness value of c48970 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001001 01110000
Octal 304 211 160
Decimal 196 137 112
Hex C4 89 70

RGB Percentages of Color #c48970

%44.04
%30.79
%25.17

CMYK Percentages of Color #c48970

%0
%30
%43
%23

Triadic Colors of #c48970

#c48970 #70c489 #8970c4

Analogous Colors of #c48970

#c48970 #c4b370 #c47081

Monochromatic Colors of #c48970

#c48970

Complementary Color

#c48970 #70abc4

#c48970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48970 Color CSS Codes

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

#c48970 Text Font Color

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

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


#c48970 Background Color

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

This div background color is #c48970


#c48970 Border Color

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

This div border color is #c48970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48970


Comments

No comments written yet.

Please login to write comment.