Color Hex Logo

#c1c47a Color Hex

#C1C47A
(193,196,122)
0 Favorites   0 Comments

Color spaces of #c1c47a

RGB 193196122
HSL0.170.390.62
HSV62°38°77°
CMYK 0.020.000.38   0.23
XYZ45.245152.222526.1076
Yxy52.22250.36610.4226
Hunter Lab72.2651-14.705429.1656
CIE-Lab77.4137-12.241136.8074

#c1c47a color RGB value is (193,196,122).

#c1c47a hex color red value is 193, green value is 196 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c1c47a hue: 0.17 , saturation: 0.39 and the lightness value of c1c47a is 0.62.

The process color (four color CMYK) of #c1c47a color hex is 0.02, 0.00, 0.38, 0.23. Web safe color of #c1c47a is #cccc66. Color #c1c47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11000100 01111010
Octal 301 304 172
Decimal 193 196 122
Hex C1 C4 7A

RGB Percentages of Color #c1c47a

%37.77
%38.36
%23.87

CMYK Percentages of Color #c1c47a

%2
%0
%38
%23

Triadic Colors of #c1c47a

#c1c47a #7ac1c4 #c47ac1

Analogous Colors of #c1c47a

#c1c47a #9cc47a #c4a27a

Monochromatic Colors of #c1c47a

#c1c47a

Complementary Color

#c1c47a #7d7ac4

#c1c47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c47a Color CSS Codes

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

#c1c47a Text Font Color

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

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


#c1c47a Background Color

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

This div background color is #c1c47a


#c1c47a Border Color

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

This div border color is #c1c47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c47a


Comments

No comments written yet.

Please login to write comment.