Color Hex Logo

#c4c172 Color Hex

#C4C172
(196,193,114)
0 Favorites   0 Comments

Color spaces of #c4c172

RGB 196193114
HSL0.160.410.61
HSV58°42°77°
CMYK 0.000.020.42   0.23
XYZ44.872251.090623.4160
Yxy51.09060.37590.4280
Hunter Lab71.4777-13.027430.6111
CIE-Lab76.7339-10.386340.0609

#c4c172 color RGB value is (196,193,114).

#c4c172 hex color red value is 196, green value is 193 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c4c172 hue: 0.16 , saturation: 0.41 and the lightness value of c4c172 is 0.61.

The process color (four color CMYK) of #c4c172 color hex is 0.00, 0.02, 0.42, 0.23. Web safe color of #c4c172 is #cccc66. Color #c4c172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000001 01110010
Octal 304 301 162
Decimal 196 193 114
Hex C4 C1 72

RGB Percentages of Color #c4c172

%38.97
%38.37
%22.66

CMYK Percentages of Color #c4c172

%0
%2
%42
%23

Triadic Colors of #c4c172

#c4c172 #72c4c1 #c172c4

Analogous Colors of #c4c172

#c4c172 #9ec472 #c49872

Monochromatic Colors of #c4c172

#c4c172

Complementary Color

#c4c172 #7275c4

#c4c172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c172 Color CSS Codes

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

#c4c172 Text Font Color

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

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


#c4c172 Background Color

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

This div background color is #c4c172


#c4c172 Border Color

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

This div border color is #c4c172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c172


Comments

No comments written yet.

Please login to write comment.