Color Hex Logo

#c3b976 Color Hex

#C3B976
(195,185,118)
0 Favorites   0 Comments

Color spaces of #c3b976

RGB 195185118
HSL0.150.390.61
HSV52°39°76°
CMYK 0.000.050.39   0.24
XYZ43.124747.608024.0559
Yxy47.60800.37570.4147
Hunter Lab68.9986-9.183427.6279
CIE-Lab74.5770-6.210635.2605

#c3b976 color RGB value is (195,185,118).

#c3b976 hex color red value is 195, green value is 185 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c3b976 hue: 0.15 , saturation: 0.39 and the lightness value of c3b976 is 0.61.

The process color (four color CMYK) of #c3b976 color hex is 0.00, 0.05, 0.39, 0.24. Web safe color of #c3b976 is #cccc66. Color #c3b976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111001 01110110
Octal 303 271 166
Decimal 195 185 118
Hex C3 B9 76

RGB Percentages of Color #c3b976

%39.16
%37.15
%23.69

CMYK Percentages of Color #c3b976

%0
%5
%39
%24

Triadic Colors of #c3b976

#c3b976 #76c3b9 #b976c3

Analogous Colors of #c3b976

#c3b976 #a7c376 #c39376

Monochromatic Colors of #c3b976

#c3b976

Complementary Color

#c3b976 #7680c3

#c3b976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b976 Color CSS Codes

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

#c3b976 Text Font Color

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

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


#c3b976 Background Color

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

This div background color is #c3b976


#c3b976 Border Color

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

This div border color is #c3b976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b976


Comments

No comments written yet.

Please login to write comment.