Color Hex Logo

#c4915e Color Hex

#C4915E
(196,145,94)
0 Favorites   0 Comments

Color spaces of #c4915e

RGB 19614594
HSL0.080.460.57
HSV30°52°77°
CMYK 0.000.260.52   0.23
XYZ34.910732.794715.0797
Yxy32.79470.42170.3961
Hunter Lab57.26678.599924.4742
CIE-Lab63.994313.274134.4450

#c4915e color RGB value is (196,145,94).

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

The process color (four color CMYK) of #c4915e color hex is 0.00, 0.26, 0.52, 0.23. Web safe color of #c4915e is #cc9966. Color #c4915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 01011110
Octal 304 221 136
Decimal 196 145 94
Hex C4 91 5E

RGB Percentages of Color #c4915e

%45.06
%33.33
%21.61

CMYK Percentages of Color #c4915e

%0
%26
%52
%23

Triadic Colors of #c4915e

#c4915e #5ec491 #915ec4

Analogous Colors of #c4915e

#c4915e #c4c45e #c45e5e

Monochromatic Colors of #c4915e

#c4915e

Complementary Color

#c4915e #5e91c4

#c4915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4915e Color CSS Codes

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

#c4915e Text Font Color

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

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


#c4915e Background Color

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

This div background color is #c4915e


#c4915e Border Color

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

This div border color is #c4915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4915e


Comments

No comments written yet.

Please login to write comment.