Color Hex Logo

#c2776f Color Hex

#C2776F
(194,119,111)
0 Favorites   0 Comments

Color spaces of #c2776f

RGB 194119111
HSL0.020.400.60
HSV43°76°
CMYK 0.000.390.43   0.24
XYZ31.714225.810718.3494
Yxy25.81070.41800.3402
Hunter Lab50.804222.520014.1487
CIE-Lab57.856928.448016.8679

#c2776f color RGB value is (194,119,111).

#c2776f hex color red value is 194, green value is 119 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c2776f hue: 0.02 , saturation: 0.40 and the lightness value of c2776f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 01101111
Octal 302 167 157
Decimal 194 119 111
Hex C2 77 6F

RGB Percentages of Color #c2776f

%45.75
%28.07
%26.18

CMYK Percentages of Color #c2776f

%0
%39
%43
%24

Triadic Colors of #c2776f

#c2776f #6fc277 #776fc2

Analogous Colors of #c2776f

#c2776f #c2a16f #c26f91

Monochromatic Colors of #c2776f

#c2776f

Complementary Color

#c2776f #6fbac2

#c2776f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2776f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2776f Color CSS Codes

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

#c2776f Text Font Color

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

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


#c2776f Background Color

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

This div background color is #c2776f


#c2776f Border Color

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

This div border color is #c2776f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,119,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2776f


Comments

No comments written yet.

Please login to write comment.