Color Hex Logo

#c4b693 Color Hex

#C4B693
(196,182,147)
0 Favorites   0 Comments

Color spaces of #c4b693

RGB 196182147
HSL0.120.290.67
HSV43°25°77°
CMYK 0.000.070.25   0.23
XYZ44.759447.298234.3742
Yxy47.29820.35400.3741
Hunter Lab68.7737-4.182318.5075
CIE-Lab74.3801-0.567319.6454

#c4b693 color RGB value is (196,182,147).

#c4b693 hex color red value is 196, green value is 182 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c4b693 hue: 0.12 , saturation: 0.29 and the lightness value of c4b693 is 0.67.

The process color (four color CMYK) of #c4b693 color hex is 0.00, 0.07, 0.25, 0.23. Web safe color of #c4b693 is #cccc99. Color #c4b693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10110110 10010011
Octal 304 266 223
Decimal 196 182 147
Hex C4 B6 93

RGB Percentages of Color #c4b693

%37.33
%34.67
%28.00

CMYK Percentages of Color #c4b693

%0
%7
%25
%23

Triadic Colors of #c4b693

#c4b693 #93c4b6 #b693c4

Analogous Colors of #c4b693

#c4b693 #bac493 #c49e93

Monochromatic Colors of #c4b693

#c4b693

Complementary Color

#c4b693 #93a1c4

#c4b693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b693 Color CSS Codes

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

#c4b693 Text Font Color

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

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


#c4b693 Background Color

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

This div background color is #c4b693


#c4b693 Border Color

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

This div border color is #c4b693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4b693


Comments

No comments written yet.

Please login to write comment.