Color Hex Logo

#c1756a Color Hex

#C1756A
(193,117,106)
0 Favorites   0 Comments

Color spaces of #c1756a

RGB 193117106
HSL0.020.410.59
HSV45°76°
CMYK 0.000.390.45   0.24
XYZ30.955125.100616.8491
Yxy25.10060.42460.3443
Hunter Lab50.100522.612215.1308
CIE-Lab57.173328.605318.7861

#c1756a color RGB value is (193,117,106).

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

The process color (four color CMYK) of #c1756a color hex is 0.00, 0.39, 0.45, 0.24. Web safe color of #c1756a is #cc6666. Color #c1756a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110101 01101010
Octal 301 165 152
Decimal 193 117 106
Hex C1 75 6A

RGB Percentages of Color #c1756a

%46.39
%28.13
%25.48

CMYK Percentages of Color #c1756a

%0
%39
%45
%24

Triadic Colors of #c1756a

#c1756a #6ac175 #756ac1

Analogous Colors of #c1756a

#c1756a #c1a16a #c16a8b

Monochromatic Colors of #c1756a

#c1756a

Complementary Color

#c1756a #6ab6c1

#c1756a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1756a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1756a Color CSS Codes

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

#c1756a Text Font Color

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

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


#c1756a Background Color

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

This div background color is #c1756a


#c1756a Border Color

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

This div border color is #c1756a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1756a


Comments

No comments written yet.

Please login to write comment.