Color Hex Logo

#c1964d Color Hex

#C1964D
(193,150,77)
0 Favorites   0 Comments

Color spaces of #c1964d

RGB 19315077
HSL0.100.480.53
HSV38°60°76°
CMYK 0.000.220.60   0.24
XYZ34.238233.686011.7187
Yxy33.68600.42990.4230
Hunter Lab58.03963.729728.6566
CIE-Lab64.71267.864144.0254

#c1964d color RGB value is (193,150,77).

#c1964d hex color red value is 193, green value is 150 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c1964d hue: 0.10 , saturation: 0.48 and the lightness value of c1964d is 0.53.

The process color (four color CMYK) of #c1964d color hex is 0.00, 0.22, 0.60, 0.24. Web safe color of #c1964d is #cc9966. Color #c1964d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 01001101
Octal 301 226 115
Decimal 193 150 77
Hex C1 96 4D

RGB Percentages of Color #c1964d

%45.95
%35.71
%18.33

CMYK Percentages of Color #c1964d

%0
%22
%60
%24

Triadic Colors of #c1964d

#c1964d #4dc196 #964dc1

Analogous Colors of #c1964d

#c1964d #b2c14d #c15c4d

Monochromatic Colors of #c1964d

#c1964d

Complementary Color

#c1964d #4d78c1

#c1964d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1964d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1964d Color CSS Codes

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

#c1964d Text Font Color

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

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


#c1964d Background Color

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

This div background color is #c1964d


#c1964d Border Color

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

This div border color is #c1964d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,150,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1964d


Comments

No comments written yet.

Please login to write comment.