Color Hex Logo

#c16970 Color Hex

#C16970
(193,105,112)
0 Favorites   0 Comments

Color spaces of #c16970

RGB 193105112
HSL0.990.420.58
HSV355°46°76°
CMYK 0.000.460.42   0.24
XYZ29.968522.610518.1140
Yxy22.61050.42390.3198
Hunter Lab47.550529.285510.6993
CIE-Lab54.668935.706111.8457

#c16970 color RGB value is (193,105,112).

#c16970 hex color red value is 193, green value is 105 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c16970 hue: 0.99 , saturation: 0.42 and the lightness value of c16970 is 0.58.

The process color (four color CMYK) of #c16970 color hex is 0.00, 0.46, 0.42, 0.24. Web safe color of #c16970 is #cc6666. Color #c16970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101001 01110000
Octal 301 151 160
Decimal 193 105 112
Hex C1 69 70

RGB Percentages of Color #c16970

%47.07
%25.61
%27.32

CMYK Percentages of Color #c16970

%0
%46
%42
%24

Triadic Colors of #c16970

#c16970 #70c169 #6970c1

Analogous Colors of #c16970

#c16970 #c18e69 #c1699c

Monochromatic Colors of #c16970

#c16970

Complementary Color

#c16970 #69c1ba

#c16970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16970 Color CSS Codes

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

#c16970 Text Font Color

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

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


#c16970 Background Color

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

This div background color is #c16970


#c16970 Border Color

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

This div border color is #c16970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16970


Comments

No comments written yet.

Please login to write comment.