Color Hex Logo

#c3c192 Color Hex

#C3C192
(195,193,146)
0 Favorites   0 Comments

Color spaces of #c3c192

RGB 195193146
HSL0.160.290.67
HSV58°25°76°
CMYK 0.000.010.25   0.24
XYZ46.763951.817434.7312
Yxy51.81740.35080.3887
Hunter Lab71.9843-10.011721.7826
CIE-Lab77.1715-6.876923.9884

#c3c192 color RGB value is (195,193,146).

#c3c192 hex color red value is 195, green value is 193 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c3c192 hue: 0.16 , saturation: 0.29 and the lightness value of c3c192 is 0.67.

The process color (four color CMYK) of #c3c192 color hex is 0.00, 0.01, 0.25, 0.24. Web safe color of #c3c192 is #cccc99. Color #c3c192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11000001 10010010
Octal 303 301 222
Decimal 195 193 146
Hex C3 C1 92

RGB Percentages of Color #c3c192

%36.52
%36.14
%27.34

CMYK Percentages of Color #c3c192

%0
%1
%25
%24

Triadic Colors of #c3c192

#c3c192 #92c3c1 #c192c3

Analogous Colors of #c3c192

#c3c192 #adc392 #c3a992

Monochromatic Colors of #c3c192

#c3c192

Complementary Color

#c3c192 #9294c3

#c3c192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3c192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3c192 Color CSS Codes

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

#c3c192 Text Font Color

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

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


#c3c192 Background Color

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

This div background color is #c3c192


#c3c192 Border Color

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

This div border color is #c3c192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3c192


Comments

No comments written yet.

Please login to write comment.