Color Hex Logo

#c2797a Color Hex

#C2797A
(194,121,122)
0 Favorites   0 Comments

Color spaces of #c2797a

RGB 194121122
HSL1.000.370.62
HSV359°38°76°
CMYK 0.000.380.37   0.24
XYZ32.598426.549221.8187
Yxy26.54920.40260.3279
Hunter Lab51.525922.759510.9617
CIE-Lab58.554728.633711.5066

#c2797a color RGB value is (194,121,122).

#c2797a hex color red value is 194, green value is 121 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c2797a hue: 1.00 , saturation: 0.37 and the lightness value of c2797a is 0.62.

The process color (four color CMYK) of #c2797a color hex is 0.00, 0.38, 0.37, 0.24. Web safe color of #c2797a is #cc6666. Color #c2797a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 01111010
Octal 302 171 172
Decimal 194 121 122
Hex C2 79 7A

RGB Percentages of Color #c2797a

%44.39
%27.69
%27.92

CMYK Percentages of Color #c2797a

%0
%38
%37
%24

Triadic Colors of #c2797a

#c2797a #7ac279 #797ac2

Analogous Colors of #c2797a

#c2797a #c29d79 #c2799f

Monochromatic Colors of #c2797a

#c2797a

Complementary Color

#c2797a #79c2c1

#c2797a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2797a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2797a Color CSS Codes

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

#c2797a Text Font Color

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

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


#c2797a Background Color

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

This div background color is #c2797a


#c2797a Border Color

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

This div border color is #c2797a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2797a


Comments

No comments written yet.

Please login to write comment.