Color Hex Logo

#c6799a Color Hex

#C6799A
(198,121,154)
0 Favorites   0 Comments

Color spaces of #c6799a

RGB 198121154
HSL0.930.400.63
HSV334°39°78°
CMYK 0.000.390.22   0.22
XYZ35.958828.013634.0838
Yxy28.01360.36670.2857
Hunter Lab52.927928.6478-1.1313
CIE-Lab59.901034.4658-4.9339

#c6799a color RGB value is (198,121,154).

#c6799a hex color red value is 198, green value is 121 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c6799a hue: 0.93 , saturation: 0.40 and the lightness value of c6799a is 0.63.

The process color (four color CMYK) of #c6799a color hex is 0.00, 0.39, 0.22, 0.22. Web safe color of #c6799a is #cc6699. Color #c6799a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 10011010
Octal 306 171 232
Decimal 198 121 154
Hex C6 79 9A

RGB Percentages of Color #c6799a

%41.86
%25.58
%32.56

CMYK Percentages of Color #c6799a

%0
%39
%22
%22

Triadic Colors of #c6799a

#c6799a #9ac679 #799ac6

Analogous Colors of #c6799a

#c6799a #c67f79 #c679c1

Monochromatic Colors of #c6799a

#c6799a

Complementary Color

#c6799a #79c6a5

#c6799a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6799a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6799a Color CSS Codes

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

#c6799a Text Font Color

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

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


#c6799a Background Color

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

This div background color is #c6799a


#c6799a Border Color

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

This div border color is #c6799a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6799a


Comments

No comments written yet.

Please login to write comment.