Color Hex Logo

#c1c575 Color Hex

#C1C575
(193,197,117)
0 Favorites   0 Comments

Color spaces of #c1c575

RGB 193197117
HSL0.180.410.62
HSV63°41°77°
CMYK 0.020.000.41   0.23
XYZ45.169552.554324.5929
Yxy52.55430.36930.4297
Hunter Lab72.4943-15.646030.6326
CIE-Lab77.6111-13.309639.5987

#c1c575 color RGB value is (193,197,117).

#c1c575 hex color red value is 193, green value is 197 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c1c575 hue: 0.18 , saturation: 0.41 and the lightness value of c1c575 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11000101 01110101
Octal 301 305 165
Decimal 193 197 117
Hex C1 C5 75

RGB Percentages of Color #c1c575

%38.07
%38.86
%23.08

CMYK Percentages of Color #c1c575

%2
%0
%41
%23

Triadic Colors of #c1c575

#c1c575 #75c1c5 #c575c1

Analogous Colors of #c1c575

#c1c575 #99c575 #c5a175

Monochromatic Colors of #c1c575

#c1c575

Complementary Color

#c1c575 #7975c5

#c1c575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c575 Color CSS Codes

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

#c1c575 Text Font Color

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

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


#c1c575 Background Color

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

This div background color is #c1c575


#c1c575 Border Color

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

This div border color is #c1c575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c575


Comments

No comments written yet.

Please login to write comment.