Color Hex Logo

#c796aa Color Hex

#C796AA
(199,150,170)
0 Favorites   0 Comments

Color spaces of #c796aa

RGB 199150170
HSL0.930.300.68
HSV336°25°78°
CMYK 0.000.250.15   0.22
XYZ41.715236.857142.9457
Yxy36.85710.34330.3033
Hunter Lab60.710016.40870.5559
CIE-Lab67.169721.4852-3.2769

#c796aa color RGB value is (199,150,170).

#c796aa hex color red value is 199, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c796aa hue: 0.93 , saturation: 0.30 and the lightness value of c796aa is 0.68.

The process color (four color CMYK) of #c796aa color hex is 0.00, 0.25, 0.15, 0.22. Web safe color of #c796aa is #cc9999. Color #c796aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 10101010
Octal 307 226 252
Decimal 199 150 170
Hex C7 96 AA

RGB Percentages of Color #c796aa

%38.34
%28.90
%32.76

CMYK Percentages of Color #c796aa

%0
%25
%15
%22

Triadic Colors of #c796aa

#c796aa #aac796 #96aac7

Analogous Colors of #c796aa

#c796aa #c79b96 #c796c3

Monochromatic Colors of #c796aa

#c796aa

Complementary Color

#c796aa #96c7b3

#c796aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c796aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c796aa Color CSS Codes

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

#c796aa Text Font Color

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

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


#c796aa Background Color

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

This div background color is #c796aa


#c796aa Border Color

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

This div border color is #c796aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,150,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c796aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c796aa;
  -webkit-box-shadow: 1px 1px 3px 2px #c796aa;
  box-shadow:         1px 1px 3px 2px #c796aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,150,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c796aa


Comments

No comments written yet.

Please login to write comment.