Color Hex Logo

#c17476 Color Hex

#C17476
(193,116,118)
0 Favorites   0 Comments

Color spaces of #c17476

RGB 193116118
HSL1.000.380.61
HSV358°40°76°
CMYK 0.000.400.39   0.24
XYZ31.507725.136220.3307
Yxy25.13620.40930.3266
Hunter Lab50.136024.439311.0525
CIE-Lab57.207930.491311.9079

#c17476 color RGB value is (193,116,118).

#c17476 hex color red value is 193, green value is 116 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c17476 hue: 1.00 , saturation: 0.38 and the lightness value of c17476 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 01110110
Octal 301 164 166
Decimal 193 116 118
Hex C1 74 76

RGB Percentages of Color #c17476

%45.20
%27.17
%27.63

CMYK Percentages of Color #c17476

%0
%40
%39
%24

Triadic Colors of #c17476

#c17476 #76c174 #7476c1

Analogous Colors of #c17476

#c17476 #c19974 #c1749d

Monochromatic Colors of #c17476

#c17476

Complementary Color

#c17476 #74c1bf

#c17476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17476 Color CSS Codes

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

#c17476 Text Font Color

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

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


#c17476 Background Color

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

This div background color is #c17476


#c17476 Border Color

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

This div border color is #c17476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17476


Comments

No comments written yet.

Please login to write comment.