Color Hex Logo

#c3b16d Color Hex

#C3B16D
(195,177,109)
0 Favorites   0 Comments

Color spaces of #c3b16d

RGB 195177109
HSL0.130.420.60
HSV47°44°76°
CMYK 0.000.090.44   0.24
XYZ40.988144.150520.8296
Yxy44.15050.38680.4166
Hunter Lab66.4458-6.169927.9257
CIE-Lab72.3290-2.973737.0512

#c3b16d color RGB value is (195,177,109).

#c3b16d hex color red value is 195, green value is 177 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c3b16d hue: 0.13 , saturation: 0.42 and the lightness value of c3b16d is 0.60.

The process color (four color CMYK) of #c3b16d color hex is 0.00, 0.09, 0.44, 0.24. Web safe color of #c3b16d is #cc9966. Color #c3b16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110001 01101101
Octal 303 261 155
Decimal 195 177 109
Hex C3 B1 6D

RGB Percentages of Color #c3b16d

%40.54
%36.80
%22.66

CMYK Percentages of Color #c3b16d

%0
%9
%44
%24

Triadic Colors of #c3b16d

#c3b16d #6dc3b1 #b16dc3

Analogous Colors of #c3b16d

#c3b16d #aac36d #c3866d

Monochromatic Colors of #c3b16d

#c3b16d

Complementary Color

#c3b16d #6d7fc3

#c3b16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b16d Color CSS Codes

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

#c3b16d Text Font Color

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

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


#c3b16d Background Color

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

This div background color is #c3b16d


#c3b16d Border Color

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

This div border color is #c3b16d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,177,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3b16d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3b16d;
  -webkit-box-shadow: 1px 1px 3px 2px #c3b16d;
  box-shadow:         1px 1px 3px 2px #c3b16d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,177,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b16d


Comments

No comments written yet.

Please login to write comment.