Color Hex Logo

#c1b95f Color Hex

#C1B95F
(193,185,95)
0 Favorites   0 Comments

Color spaces of #c1b95f

RGB 19318595
HSL0.150.440.56
HSV55°51°76°
CMYK 0.000.040.51   0.24
XYZ41.406846.861617.6893
Yxy46.86160.39080.4423
Hunter Lab68.4555-11.827632.5980
CIE-Lab74.1012-9.330546.2161

#c1b95f color RGB value is (193,185,95).

#c1b95f hex color red value is 193, green value is 185 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c1b95f hue: 0.15 , saturation: 0.44 and the lightness value of c1b95f is 0.56.

The process color (four color CMYK) of #c1b95f color hex is 0.00, 0.04, 0.51, 0.24. Web safe color of #c1b95f is #cccc66. Color #c1b95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111001 01011111
Octal 301 271 137
Decimal 193 185 95
Hex C1 B9 5F

RGB Percentages of Color #c1b95f

%40.80
%39.11
%20.08

CMYK Percentages of Color #c1b95f

%0
%4
%51
%24

Triadic Colors of #c1b95f

#c1b95f #5fc1b9 #b95fc1

Analogous Colors of #c1b95f

#c1b95f #98c15f #c1885f

Monochromatic Colors of #c1b95f

#c1b95f

Complementary Color

#c1b95f #5f67c1

#c1b95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1b95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1b95f Color CSS Codes

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

#c1b95f Text Font Color

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

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


#c1b95f Background Color

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

This div background color is #c1b95f


#c1b95f Border Color

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

This div border color is #c1b95f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,185,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 #c1b95f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1b95f


Comments

No comments written yet.

Please login to write comment.