Color Hex Logo

#c7c15f Color Hex

#C7C15F
(199,193,95)
0 Favorites   0 Comments

Color spaces of #c7c15f

RGB 19919395
HSL0.160.480.58
HSV57°52°78°
CMYK 0.000.030.52   0.22
XYZ44.688751.108318.3360
Yxy51.10830.39150.4478
Hunter Lab71.4901-13.526634.8362
CIE-Lab76.7446-10.963949.4597

#c7c15f color RGB value is (199,193,95).

#c7c15f hex color red value is 199, green value is 193 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c7c15f hue: 0.16 , saturation: 0.48 and the lightness value of c7c15f is 0.58.

The process color (four color CMYK) of #c7c15f color hex is 0.00, 0.03, 0.52, 0.22. Web safe color of #c7c15f is #cccc66. Color #c7c15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000001 01011111
Octal 307 301 137
Decimal 199 193 95
Hex C7 C1 5F

RGB Percentages of Color #c7c15f

%40.86
%39.63
%19.51

CMYK Percentages of Color #c7c15f

%0
%3
%52
%22

Triadic Colors of #c7c15f

#c7c15f #5fc7c1 #c15fc7

Analogous Colors of #c7c15f

#c7c15f #99c75f #c78d5f

Monochromatic Colors of #c7c15f

#c7c15f

Complementary Color

#c7c15f #5f65c7

#c7c15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c15f Color CSS Codes

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

#c7c15f Text Font Color

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

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


#c7c15f Background Color

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

This div background color is #c7c15f


#c7c15f Border Color

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

This div border color is #c7c15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c15f


Comments

No comments written yet.

Please login to write comment.