Color Hex Logo

#c3b06f Color Hex

#C3B06F
(195,176,111)
0 Favorites   0 Comments

Color spaces of #c3b06f

RGB 195176111
HSL0.130.410.60
HSV46°43°76°
CMYK 0.000.100.43   0.24
XYZ40.900343.800521.3376
Yxy43.80050.38570.4131
Hunter Lab66.1819-5.505827.2118
CIE-Lab72.0949-2.234935.7184

#c3b06f color RGB value is (195,176,111).

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

The process color (four color CMYK) of #c3b06f color hex is 0.00, 0.10, 0.43, 0.24. Web safe color of #c3b06f is #cc9966. Color #c3b06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110000 01101111
Octal 303 260 157
Decimal 195 176 111
Hex C3 B0 6F

RGB Percentages of Color #c3b06f

%40.46
%36.51
%23.03

CMYK Percentages of Color #c3b06f

%0
%10
%43
%24

Triadic Colors of #c3b06f

#c3b06f #6fc3b0 #b06fc3

Analogous Colors of #c3b06f

#c3b06f #acc36f #c3866f

Monochromatic Colors of #c3b06f

#c3b06f

Complementary Color

#c3b06f #6f82c3

#c3b06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b06f Color CSS Codes

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

#c3b06f Text Font Color

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

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


#c3b06f Background Color

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

This div background color is #c3b06f


#c3b06f Border Color

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

This div border color is #c3b06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b06f


Comments

No comments written yet.

Please login to write comment.