Color Hex Logo

#c2706a Color Hex

#C2706A
(194,112,106)
0 Favorites   0 Comments

Color spaces of #c2706a

RGB 194112106
HSL0.010.420.59
HSV45°76°
CMYK 0.000.420.45   0.24
XYZ30.643824.098316.6720
Yxy24.09830.42910.3374
Hunter Lab49.090025.518714.2269
CIE-Lab56.186131.703617.4615

#c2706a color RGB value is (194,112,106).

#c2706a hex color red value is 194, green value is 112 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c2706a hue: 0.01 , saturation: 0.42 and the lightness value of c2706a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 01101010
Octal 302 160 152
Decimal 194 112 106
Hex C2 70 6A

RGB Percentages of Color #c2706a

%47.09
%27.18
%25.73

CMYK Percentages of Color #c2706a

%0
%42
%45
%24

Triadic Colors of #c2706a

#c2706a #6ac270 #706ac2

Analogous Colors of #c2706a

#c2706a #c29c6a #c26a90

Monochromatic Colors of #c2706a

#c2706a

Complementary Color

#c2706a #6abcc2

#c2706a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2706a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2706a Color CSS Codes

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

#c2706a Text Font Color

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

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


#c2706a Background Color

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

This div background color is #c2706a


#c2706a Border Color

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

This div border color is #c2706a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,112,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 #c2706a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2706a


Comments

No comments written yet.

Please login to write comment.