Color Hex Logo

#c4955c Color Hex

#C4955C
(196,149,92)
0 Favorites   0 Comments

Color spaces of #c4955c

RGB 19614992
HSL0.090.470.56
HSV33°53°77°
CMYK 0.000.240.53   0.23
XYZ35.444234.003414.8204
Yxy34.00340.42060.4035
Hunter Lab58.31246.451425.7499
CIE-Lab64.965310.903836.7155

#c4955c color RGB value is (196,149,92).

#c4955c hex color red value is 196, green value is 149 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c4955c hue: 0.09 , saturation: 0.47 and the lightness value of c4955c is 0.56.

The process color (four color CMYK) of #c4955c color hex is 0.00, 0.24, 0.53, 0.23. Web safe color of #c4955c is #cc9966. Color #c4955c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010101 01011100
Octal 304 225 134
Decimal 196 149 92
Hex C4 95 5C

RGB Percentages of Color #c4955c

%44.85
%34.10
%21.05

CMYK Percentages of Color #c4955c

%0
%24
%53
%23

Triadic Colors of #c4955c

#c4955c #5cc495 #955cc4

Analogous Colors of #c4955c

#c4955c #bfc45c #c4615c

Monochromatic Colors of #c4955c

#c4955c

Complementary Color

#c4955c #5c8bc4

#c4955c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4955c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4955c Color CSS Codes

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

#c4955c Text Font Color

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

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


#c4955c Background Color

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

This div background color is #c4955c


#c4955c Border Color

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

This div border color is #c4955c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4955c


Comments

No comments written yet.

Please login to write comment.