Color Hex Logo

#c5b969 Color Hex

#C5B969
(197,185,105)
0 Favorites   0 Comments

Color spaces of #c5b969

RGB 197185105
HSL0.140.440.59
HSV52°47°77°
CMYK 0.000.060.47   0.23
XYZ42.924747.588220.2877
Yxy47.58820.38740.4295
Hunter Lab68.9842-9.652630.8522
CIE-Lab74.5644-6.751341.9137

#c5b969 color RGB value is (197,185,105).

#c5b969 hex color red value is 197, green value is 185 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c5b969 hue: 0.14 , saturation: 0.44 and the lightness value of c5b969 is 0.59.

The process color (four color CMYK) of #c5b969 color hex is 0.00, 0.06, 0.47, 0.23. Web safe color of #c5b969 is #cccc66. Color #c5b969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111001 01101001
Octal 305 271 151
Decimal 197 185 105
Hex C5 B9 69

RGB Percentages of Color #c5b969

%40.45
%37.99
%21.56

CMYK Percentages of Color #c5b969

%0
%6
%47
%23

Triadic Colors of #c5b969

#c5b969 #69c5b9 #b969c5

Analogous Colors of #c5b969

#c5b969 #a3c569 #c58b69

Monochromatic Colors of #c5b969

#c5b969

Complementary Color

#c5b969 #6975c5

#c5b969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5b969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5b969 Color CSS Codes

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

#c5b969 Text Font Color

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

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


#c5b969 Background Color

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

This div background color is #c5b969


#c5b969 Border Color

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

This div border color is #c5b969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5b969


Comments

No comments written yet.

Please login to write comment.